:2025-07-18 13:48:45.918 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'AnsiColor.BRIGHT_YELLOW' in PropertySource 'ansi' with value of type String :2025-07-18 13:48:45.921 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'AnsiColor.DEFAULT' in PropertySource 'ansi' with value of type String :2025-07-18 13:48:45.930 DEBUG background-preinit o.j.logging: Logging Provider: org.jboss.logging.Slf4jLoggerProvider found via system property :2025-07-18 13:48:45.931 INFO background-preinit o.h.v.i.u.Version: HV000001: Hibernate Validator 8.0.2.Final :2025-07-18 13:48:45.936 DEBUG background-preinit o.h.v.i.x.c.ValidationXmlParser: Trying to load META-INF/validation.xml for XML based Validator configuration. :2025-07-18 13:48:45.937 DEBUG background-preinit o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via TCCL :2025-07-18 13:48:45.938 DEBUG background-preinit o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via Hibernate Validator's class loader :2025-07-18 13:48:45.938 DEBUG background-preinit o.h.v.i.x.c.ValidationXmlParser: No META-INF/validation.xml found. Using annotation based configuration only. :2025-07-18 13:48:45.940 DEBUG background-preinit o.h.v.i.e.r.TraversableResolvers: Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. :2025-07-18 13:48:45.964 DEBUG background-preinit o.h.v.m.ResourceBundleMessageInterpolator: Loaded expression factory via original TCCL :2025-07-18 13:48:46.031 INFO main c.p.p.c.PigCodeGenApplication: Starting PigCodeGenApplication using Java 21.0.6 with PID 26992 (D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes started by L in D:\develop\workCode\seo) :2025-07-18 13:48:46.031 DEBUG main c.p.p.c.PigCodeGenApplication: Running with Spring Boot v3.5.3, Spring v6.2.8 :2025-07-18 13:48:46.031 INFO main c.p.p.c.PigCodeGenApplication: No active profile set, falling back to 1 default profile: "default" :2025-07-18 13:48:46.032 DEBUG main o.s.b.SpringApplication: Loading source class com.pig4cloud.pig.codegen.PigCodeGenApplication :2025-07-18 13:48:46.034 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. :2025-07-18 13:48:46.038 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. :2025-07-18 13:48:46.038 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. :2025-07-18 13:48:46.038 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. :2025-07-18 13:48:46.039 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. :2025-07-18 13:48:46.039 DEBUG background-preinit o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. :2025-07-18 13:48:46.069 INFO main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] Load config[dataId=pig-codegen.yml, group=DEFAULT_GROUP] success :2025-07-18 13:48:46.069 DEBUG main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] config[dataId=pig-codegen.yml, group=DEFAULT_GROUP] content: # 数据源配置 spring: datasource: type: com.zaxxer.hikari.HikariDataSource driver-class-name: com.mysql.cj.jdbc.Driver username: admin password: DdVpNpyhN7qnukEc url: jdbc:mysql://192.168.10.101:3306/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true resources: static-locations: classpath:/static/,classpath:/views/ :2025-07-18 13:48:46.069 INFO main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] Load config[dataId=application.yml, group=DEFAULT_GROUP] success :2025-07-18 13:48:46.069 DEBUG main c.a.c.n.c.NacosConfigDataLoader: [Nacos Config] config[dataId=application.yml, group=DEFAULT_GROUP] content: # 配置文件加密根密码 jasypt: encryptor: password: pig algorithm: PBEWithMD5AndDES iv-generator-classname: org.jasypt.iv.NoIvGenerator # Spring 相关 spring: cache: type: redis data: redis: host: 192.168.10.101 port: 6379 password: '123456' cloud: sentinel: eager: true transport: dashboard: pig-sentinel:5003 openfeign: sentinel: enabled: true okhttp: enabled: true httpclient: enabled: false compression: request: enabled: true response: enabled: true # 暴露监控端点 management: endpoints: web: exposure: include: "*" endpoint: health: show-details: ALWAYS # mybaits-plus配置 mybatis-plus: mapper-locations: classpath:/mapper/*Mapper.xml global-config: banner: false db-config: id-type: auto table-underline: true logic-delete-value: 1 logic-not-delete-value: 0 type-handlers-package: com.pig4cloud.pig.common.mybatis.handler configuration: map-underscore-to-camel-case: true shrink-whitespaces-in-sql: true # 短信插件配置:https://www.yuque.com/vxixfq/pig/zw8udk sms: is-print: false # 是否打印日志 config-type: yaml # 配置类型,yaml # swagger 配置 swagger: enabled: true title: Pig Swagger API gateway: http://192.168.3.17:9999 token-url: ${swagger.gateway}/auth/oauth2/token scope: server services: pig-upms-biz: admin pig-codegen: gen :2025-07-18 13:48:46.071 DEBUG main o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext: Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e :2025-07-18 13:48:46.085 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:46.097 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' :2025-07-18 13:48:46.114 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Loading from YAML: class path resource [openapi-config.yaml] :2025-07-18 13:48:46.115 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Merging document (no matchers set): {swagger={enabled=true, title=Pig Swagger API, gateway=http://${GATEWAY-HOST:127.0.0.1}:${GATEWAY-PORT:9999}, token-url=${swagger.gateway}/auth/oauth2/token, scope=server}} :2025-07-18 13:48:46.117 DEBUG main o.s.b.f.c.YamlPropertiesFactoryBean: Loaded 1 document from YAML resource: class path resource [openapi-config.yaml] :2025-07-18 13:48:46.141 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\config\PigCodeGenDefaultProperties.class] :2025-07-18 13:48:46.152 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\controller\GenDsConfController.class] :2025-07-18 13:48:46.154 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\controller\GeneratorController.class] :2025-07-18 13:48:46.164 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\controller\GenFieldTypeController.class] :2025-07-18 13:48:46.167 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\controller\GenGroupController.class] :2025-07-18 13:48:46.168 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\controller\GenTableController.class] :2025-07-18 13:48:46.169 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\controller\GenTemplateController.class] :2025-07-18 13:48:46.170 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\controller\GenTemplateGroupController.class] :2025-07-18 13:48:46.183 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GenDatasourceConfServiceImpl.class] :2025-07-18 13:48:46.184 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GeneratorServiceImpl.class] :2025-07-18 13:48:46.185 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GenFieldTypeServiceImpl.class] :2025-07-18 13:48:46.185 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GenGroupServiceImpl.class] :2025-07-18 13:48:46.186 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GenTableColumnServiceImpl.class] :2025-07-18 13:48:46.188 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GenTableServiceImpl.class] :2025-07-18 13:48:46.188 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GenTemplateGroupServiceImpl.class] :2025-07-18 13:48:46.189 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\service\impl\GenTemplateServiceImpl.class] :2025-07-18 13:48:46.192 DEBUG main o.s.c.a.ClassPathBeanDefinitionScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\util\VelocityKit.class] :2025-07-18 13:48:46.837 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteClientDetailsService.class] :2025-07-18 13:48:46.838 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteDictService.class] :2025-07-18 13:48:46.838 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteLogService.class] :2025-07-18 13:48:46.838 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteParamService.class] :2025-07-18 13:48:46.839 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteTokenService.class] :2025-07-18 13:48:46.839 DEBUG main o.s.c.o.FeignClientsRegistrar$1: Identified candidate component class: file [D:\develop\workCode\seo\pig-upms\pig-upms-api\target\classes\com\pig4cloud\pig\admin\api\feign\RemoteUserService.class] :2025-07-18 13:48:46.977 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' :2025-07-18 13:48:46.981 DEBUG main o.s.b.a.AutoConfigurationPackages: @EnableAutoConfiguration was declared on a class in the package 'com.pig4cloud.pig.codegen'. Automatic @Repository and @Entity scanning is enabled. :2025-07-18 13:48:46.982 DEBUG main c.b.m.a.MybatisPlusAutoConfiguration: Searching for mappers annotated with @Mapper :2025-07-18 13:48:46.982 DEBUG main c.b.m.a.MybatisPlusAutoConfiguration: Using auto-configuration base package 'com.pig4cloud.pig.codegen' :2025-07-18 13:48:47.268 INFO main o.s.d.r.c.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode :2025-07-18 13:48:47.270 INFO main o.s.d.r.c.RepositoryConfigurationDelegate: Bootstrapping Spring Data Redis repositories in DEFAULT mode. :2025-07-18 13:48:47.281 DEBUG main o.s.d.r.c.RepositoryConfigurationDelegate: Scanning for Redis repositories in packages com.pig4cloud.pig.codegen. :2025-07-18 13:48:47.291 INFO main o.s.d.r.c.RepositoryConfigurationDelegate: Finished Spring Data repository scanning in 8 ms. Found 0 Redis repository interfaces. :2025-07-18 13:48:47.412 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScope' :2025-07-18 13:48:47.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springSecurityPathPatternParserBeanDefinitionRegistryPostProcessor' :2025-07-18 13:48:47.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springSecurityHandlerMappingIntrospectorBeanDefinitionRegistryPostProcessor' :2025-07-18 13:48:47.417 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.mybatis.spring.mapper.MapperScannerConfigurer' :2025-07-18 13:48:47.417 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshScopeBeanDefinitionEnhancer' :2025-07-18 13:48:47.422 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:47.426 DEBUG main o.a.i.l.LogFactory: Logging initialized using 'class org.apache.ibatis.logging.slf4j.Slf4jImpl' adapter. :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenDatasourceConfMapper.class] :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenDynamicMapper.class] :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenFieldTypeMapper.class] :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenGroupMapper.class] :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenTableColumnMapper.class] :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenTableMapper.class] :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenTemplateGroupMapper.class] :2025-07-18 13:48:47.430 DEBUG main o.m.s.m.ClassPathMapperScanner: Identified candidate component class: file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\com\pig4cloud\pig\codegen\mapper\GenTemplateMapper.class] :2025-07-18 13:48:47.431 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genDatasourceConfMapper' and 'com.pig4cloud.pig.codegen.mapper.GenDatasourceConfMapper' mapperInterface :2025-07-18 13:48:47.433 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genDynamicMapper' and 'com.pig4cloud.pig.codegen.mapper.GenDynamicMapper' mapperInterface :2025-07-18 13:48:47.434 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genFieldTypeMapper' and 'com.pig4cloud.pig.codegen.mapper.GenFieldTypeMapper' mapperInterface :2025-07-18 13:48:47.434 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genGroupMapper' and 'com.pig4cloud.pig.codegen.mapper.GenGroupMapper' mapperInterface :2025-07-18 13:48:47.434 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genTableColumnMapper' and 'com.pig4cloud.pig.codegen.mapper.GenTableColumnMapper' mapperInterface :2025-07-18 13:48:47.435 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genTableMapper' and 'com.pig4cloud.pig.codegen.mapper.GenTableMapper' mapperInterface :2025-07-18 13:48:47.435 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genTemplateGroupMapper' and 'com.pig4cloud.pig.codegen.mapper.GenTemplateGroupMapper' mapperInterface :2025-07-18 13:48:47.436 DEBUG main o.m.s.m.ClassPathMapperScanner: Creating MapperFactoryBean with name 'genTemplateMapper' and 'com.pig4cloud.pig.codegen.mapper.GenTemplateMapper' mapperInterface :2025-07-18 13:48:47.518 DEBUG main o.s.c.c.s.GenericScope: Generating bean factory id from names: [_prePostMethodSecurityConfiguration, additionalModelsConverter, anyline.environment.configuration.spring, anyline.environment.spring.data.datasource.holder.jdbc, anyline.environment.spring.data.datasource.loader.jdbc, anyline.environment.spring.data.driver.actuator.jdbc, anyline.environment.spring.data.runtime.holder.jdbc, anyline.environment.worker.spring, applicationAvailability, applicationTaskExecutor, applicationTaskExecutorAsyncConfigurer, authenticationEventPublisher, authenticationManagerBuilder, authenticationManagerPostProcessor, authorizationProxyFactory, authorizationServerSettings, authorizeReturnObjectAdvisor, authorizeReturnObjectHintsRegistrar, authorizeReturnObjectMethodInterceptor, basicDataSourceCreator, basicErrorController, beanNameHandlerMapping, beanNameViewResolver, beansEndpoint, blockExceptionHandler, blockingLoadBalancerClient, bootstrapExecutorAliasPostProcessor, cacheAutoConfigurationValidator, cacheInterceptor, cacheManager, cacheManagerCustomizers, cacheMetricsRegistrar, cacheOperationSource, cachesEndpoint, cachesEndpointWebExtension, cachingCapability, caffeineCacheMeterBinderProvider, caffeineLoadBalancerCacheManager, characterEncodingFilter, circuitBreakerRuleChangeListener, classLoaderMetrics, clearTtlDsFilter, clientHttpConnector, clientHttpConnectorBuilder, clientHttpConnectorSettings, clientHttpRequestFactoryBuilder, clientHttpRequestFactorySettings, cn.hutool.extra.spring.SpringUtil, cn.smallbun.screw.boot.ScrewAutoConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.ReactiveSentinelCircuitBreakerAutoConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.SentinelCircuitBreakerAutoConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerListenerConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerNameResolverConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$ReactiveSentinelCustomizerConfiguration, com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$SentinelCustomizerConfiguration, com.alibaba.cloud.nacos.NacosConfigAutoConfiguration, com.alibaba.cloud.nacos.NacosConfigSpringCloudAutoConfiguration, com.alibaba.cloud.nacos.NacosServiceAutoConfiguration, com.alibaba.cloud.nacos.discovery.NacosDiscoveryAutoConfiguration, com.alibaba.cloud.nacos.discovery.NacosDiscoveryClientConfiguration, com.alibaba.cloud.nacos.discovery.NacosDiscoveryHeartBeatConfiguration, com.alibaba.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration, com.alibaba.cloud.nacos.endpoint.NacosDiscoveryEndpointAutoConfiguration, com.alibaba.cloud.nacos.registry.NacosServiceRegistryAutoConfiguration, com.alibaba.cloud.nacos.util.UtilIPv6AutoConfiguration, com.alibaba.cloud.sentinel.SentinelWebAutoConfiguration, com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration, com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration, com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration$SentinelJsonConfiguration, com.alibaba.cloud.sentinel.endpoint.SentinelEndpointAutoConfiguration, com.alibaba.cloud.sentinel.feign.SentinelFeignAutoConfiguration, com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration, com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration, com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration$DsTxEventListenerFactoryConfiguration, com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration, com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration, com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$HikariDataSourceCreatorConfiguration, com.baomidou.mybatisplus.autoconfigure.DdlAutoConfiguration, com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration, com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$MapperScannerRegistrarNotFoundConfiguration, com.baomidou.mybatisplus.autoconfigure.MybatisPlusLanguageDriverAutoConfiguration, com.pig4cloud.pig.admin.api.feign.RemoteClientDetailsService, com.pig4cloud.pig.admin.api.feign.RemoteDictService, com.pig4cloud.pig.admin.api.feign.RemoteLogService, com.pig4cloud.pig.admin.api.feign.RemoteParamService, com.pig4cloud.pig.admin.api.feign.RemoteTokenService, com.pig4cloud.pig.admin.api.feign.RemoteUserService, com.pig4cloud.pig.common.core.config.JacksonConfiguration, com.pig4cloud.pig.common.core.config.RedisTemplateConfiguration, com.pig4cloud.pig.common.core.config.RestTemplateConfiguration, com.pig4cloud.pig.common.core.config.WebMvcConfiguration, com.pig4cloud.pig.common.core.util.SpringContextHolder, com.pig4cloud.pig.common.datasource.DynamicDataSourceAutoConfiguration, com.pig4cloud.pig.common.excel.ExcelAutoConfiguration, com.pig4cloud.pig.common.feign.PigFeignAutoConfiguration, com.pig4cloud.pig.common.feign.sentinel.SentinelAutoConfiguration, com.pig4cloud.pig.common.feign.sentinel.handle.GlobalBizExceptionHandler, com.pig4cloud.pig.common.log.LogAutoConfiguration, com.pig4cloud.pig.common.mybatis.MybatisAutoConfiguration, com.pig4cloud.pig.common.security.component.PigResourceServerAutoConfiguration, com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration, com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect, com.pig4cloud.pig.common.security.component.PigSecurityMessageSourceConfiguration, com.pig4cloud.pig.common.security.feign.PigFeignClientConfiguration, com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl, com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationConsentService, com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService, com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository, com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl, com.pig4cloud.pig.common.xss.PigXssAutoConfiguration, com.pig4cloud.plugin.excel.ExcelHandlerConfiguration, com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration, com.pig4cloud.plugin.excel.kit.SpringContextKit, com.ulisesbocchio.jasyptspringboot.configuration.CachingConfiguration, com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration, com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration, com.ulisesbocchio.jasyptspringbootstarter.JasyptSpringBootAutoConfiguration, compositeCompatibilityVerifier, compositeDiscoveryClient, conditionsReportEndpoint, configDataContextRefresher, configPropsSingleton, configurationPropertiesBeans, configurationPropertiesRebinder, configurationPropertiesReportEndpoint, configurationPropertiesReportEndpointWebExtension, configureRulesCustomizer, controllerEndpointDiscoverer, controllerEndpointHandlerMapping, controllerExposeExcludePropertyEndpointFilter, conventionErrorViewResolver, conversionServicePostProcessor, customizer, data-redis.repository-aot-processor#0, dataRestDelegatingMethodParameterCustomizer, dataSource, dataSourceInitEvent, dataSourcePoolMetadataMeterBinder, dataSourceScriptDatabaseInitializer, dbHealthContributor, default.com.pig4cloud.pig.codegen.PigCodeGenApplication.FeignClientSpecification, default.org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration.LoadBalancerClientSpecification, default.org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration.LoadBalancerClientSpecification, defaultDataSourceCreator, defaultMeterObservationHandler, defaultServletHandlerMapping, defaultValidator, defaultViewResolver, defaultsBindHandlerAdvisor, deferringLoadBalancerInterceptor, delegatingApplicationListener, dictDataProvider, discoveryClientHealthIndicator, discoveryCompositeHealthContributor, diskSpaceHealthIndicator, diskSpaceMetrics, dispatcherServlet, dispatcherServletMappingDescriptionProvider, dispatcherServletRegistration, dsProcessor, dsTxEventListenerFactory, dumpEndpoint, dynamicDataSourceProperties, dynamicDataSourceProvider, dynamicDatasourceAnnotationAdvisor, dynamicNameAspect, dynamicTransactionAdvisor, eagerTaskExecutorMetrics, eagerlyInitializeJmxEndpointExporter, enableEncryptablePropertySourcesPostProcessor, enableGlobalAuthenticationAutowiredConfigurer, encryptablePropertySourceConverter, endpointCachingOperationInvokerAdvisor, endpointMediaTypes, endpointObjectMapper, endpointObjectMapperWebMvcConfigurer, endpointObjectNameFactory, endpointOperationParameterMapper, envCopy, environmentEndpoint, environmentEndpointWebExtension, environmentManager, error, errorAttributes, errorPageCustomizer, errorPageRegistrarBeanPostProcessor, excel-com.pig4cloud.plugin.excel.config.ExcelConfigProperties, featuresEndpoint, feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties, feignChildContextInitializer, feignClient, feignClientBeanFactoryInitializationCodeGenerator, feignClientCircuitNameResolver, feignContext, feignFeature, feignSentinelBuilder, feignTargeter, fileDescriptorMetrics, fileSupportConverter, fileWatcher, filterChainDecoratorPostProcessor, filterMappingDescriptionProvider, flashMapManager, formContentFilter, formXssClean, freeMarkerConfiguration, freeMarkerConfigurer, freeMarkerViewResolver, genDatasourceConfMapper, genDatasourceConfServiceImpl, genDsConfController, genDynamicMapper, genFieldTypeController, genFieldTypeMapper, genFieldTypeServiceImpl, genGroupController, genGroupMapper, genGroupServiceImpl, genTableColumnMapper, genTableColumnServiceImpl, genTableController, genTableMapper, genTableServiceImpl, genTemplateController, genTemplateGroupController, genTemplateGroupMapper, genTemplateGroupServiceImpl, genTemplateMapper, genTemplateServiceImpl, generatorController, generatorServiceImpl, globalOpenApiCustomizer, handlerExceptionResolver, handlerFunctionAdapter, hashOperations, healthContributorRegistry, healthEndpoint, healthEndpointGroupMembershipValidator, healthEndpointGroups, healthEndpointGroupsBeanPostProcessor, healthEndpointWebExtension, healthEndpointWebMvcHandlerMapping, healthHttpCodeStatusMapper, healthStatusAggregator, hikariDataSourceCreator, hikariDataSourceMeterBinder, hikariPoolDataSourceMetadataProvider, httpClientConnectionPool, httpMessageConvertersRestClientCustomizer, httpRequestHandlerAdapter, i18nHeaderCellWriteHandler, inetIPv6Utils, inetUtils, inetUtilsProperties, infoEndpoint, initExtraSchemas, initializeAuthenticationProviderBeanManagerConfigurer, initializeUserDetailsBeanManagerConfigurer, jCacheCacheMeterBinderProvider, jCacheInterceptor, jCacheOperationSource, jacksonGeoModule, jacksonObjectMapper, jacksonObjectMapperBuilder, jdbcClient, jdbcTemplate, jmxAccessPropertiesOperationFilter, jmxAnnotationEndpointDiscoverer, jmxIncludeExcludePropertyEndpointFilter, jmxMBeanExporter, jndiDataSourceCreator, jsonComponentModule, jsonMixinModule, jsonMixinModuleEntries, jvmCompilationMetrics, jvmGcMetrics, jvmHeapPressureMetrics, jvmInfoMetrics, jvmMemoryMetrics, jvmThreadMetrics, jwkSource, jwtDecoder, keyValueMappingContext, lazyEncryptablePropertyDetector, lazyEncryptablePropertyFilter, lazyEncryptablePropertyResolver, lazyJasyptStringEncryptor, lbRestClientPostProcessor, lbRestTemplateBuilderPostProcessor, lettuceClientResources, lettuceMetrics, lifecycleProcessor, listOperations, loadBalancedRestTemplateInitializerDeprecated, loadBalancerChildContextInitializer, loadBalancerClientFactory, loadBalancerClientsDefaultsMappingsProvider, loadBalancerEagerContextInitializer, loadBalancerInterceptor, loadBalancerRequestFactory, loadBalancerServiceInstanceCookieTransformer, localSpringDocParameterNameDiscoverer, localeCharsetMappingsCustomizer, localeResolver, logFileWebEndpoint, logbackMetrics, loggersEndpoint, loggingRebinder, management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties, management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties, management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties, management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties, management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties, management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties, management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties, management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties, management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties, management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties, management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties, management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties, management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties, management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties, management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties, management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties, managementServletContext, manySheetWriteHandler, mappingJackson2HttpMessageConverter, mappingsEndpoint, mbeanExporter, mbeanServer, messageConverters, messageSource, meterRegistryCloser, meterRegistryPostProcessor, methodAuthorizationManagerPostProcessor, methodResultAuthorizationManagerPostProcessor, methodValidationPostProcessor, metricsEndpoint, metricsHttpClientUriTagFilter, metricsHttpServerUriTagFilter, metricsObservationHandlerGrouping, metricsRepositoryMethodInvocationListener, metricsRepositoryMethodInvocationListenerBeanPostProcessor, micrometerClock, micrometerOptions, modelConverterRegistrar, multipartConfigElement, multipartResolver, mvcContentNegotiationManager, mvcConversionService, mvcHandlerMappingIntrospector, mvcHandlerMappingIntrospectorRequestTransformer, mvcPathMatcher, mvcPatternParser, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties, mybatisPlusInterceptor, mybatisPlusMetaObjectHandler, mybatisPlusSpringApplicationContextAware, nacosAnnotationProcessor, nacosAutoServiceRegistration, nacosConfigEndpoint, nacosConfigHealthIndicator, nacosConfigManager, nacosConfigProperties, nacosConfigSpringCloudRefreshEventListener, nacosContextRefresher, nacosDiscoveryClient, nacosDiscoveryEndpoint, nacosDiscoveryHealthIndicator, nacosProperties, nacosPropertySourceLocator, nacosRefreshHistory, nacosRegistration, nacosServiceDiscovery, nacosServiceManager, nacosServiceRegistry, nameProcessor, namedParameterJdbcTemplate, oauthRequestInterceptor, objectNamingStrategy, objectPostProcessor, observabilitySchedulingConfigurer, observationRegistry, observationRegistryPostProcessor, observationRestClientCustomizer, observationRestTemplateCustomizer, offsetResolver, okHttpClient, okHttpClientBuilder, opaqueTokenIntrospector, openAPIBuilder, openAPIDefinition, openAPIMetadata, openApiResource, operationBuilder, org.anyline.adapter.init.DefaultEntityAdapter, org.anyline.data.jdbc.mysql.MySQLAdapter, org.anyline.data.listener.init.DataSourceLoadListener, org.anyline.data.listener.init.DefaultDDListener, org.mybatis.spring.mapper.MapperScannerConfigurer, org.springdoc.core.configuration.SpringDocConfiguration, org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice, org.springdoc.core.configuration.SpringDocConfiguration$QuerydslProvider, org.springdoc.core.configuration.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider, org.springdoc.core.configuration.SpringDocConfiguration$SpringDocWebFluxSupportConfiguration, org.springdoc.core.configuration.SpringDocConfiguration$WebConversionServiceConfiguration, org.springdoc.core.configuration.SpringDocKotlinConfiguration, org.springdoc.core.configuration.SpringDocPageableConfiguration, org.springdoc.core.configuration.SpringDocSecurityConfiguration, org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringDocSecurityOAuth2Configuration, org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringSecurityLoginEndpointConfiguration, org.springdoc.core.configuration.SpringDocSortConfiguration, org.springdoc.core.properties.SpringDocConfigProperties, org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration, org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration, org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration, org.springframework.aop.config.internalAutoProxyCreator, org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.data.redis.RedisHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration, org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration, org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration, org.springframework.boot.actuate.autoconfigure.health.ReactiveHealthEndpointConfiguration, org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$CaffeineCacheMeterBinderProviderConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$JCacheCacheMeterBinderProviderConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$RedisCacheMeterBinderProviderConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration, org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration, org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration, org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration, org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration, org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration$MvcRequestMatcherConfiguration, org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.ssl.SslObservabilityAutoConfiguration, org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration, org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration, org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration, org.springframework.boot.autoconfigure.AutoConfigurationPackages, org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration, org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration, org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration, org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration, org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration, org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration, org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration, org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration, org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration, org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration, org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration, org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration, org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration, org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration, org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration, org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration, org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration, org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration, org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration, org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration, org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration, org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration, org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration, org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration, org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration, org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration, org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration, org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration, org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerJwtConfiguration$JwtDecoderConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$JwtConfiguration, org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$OpaqueTokenConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration, org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration$JwtDecoderConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration, org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration, org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration, org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$AsyncConfigurerConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$BootstrapExecutorConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration, org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration, org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration, org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration, org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration, org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration, org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration, org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration, org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration, org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$UndertowWebServerFactoryCustomizerConfiguration, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration, org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedUndertow, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration, org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter, org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration, org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration, org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration, org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration, org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$UndertowWebSocketConfiguration, org.springframework.boot.context.internalConfigurationPropertiesBinder, org.springframework.boot.context.properties.BoundConfigurationProperties, org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor, org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter, org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor, org.springframework.cache.annotation.ProxyCachingConfiguration, org.springframework.cache.config.internalCacheAdvisor, org.springframework.cache.config.internalJCacheAdvisor, org.springframework.cache.jcache.config.ProxyJCacheConfiguration, org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration, org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration, org.springframework.cloud.autoconfigure.PauseResumeEndpointsConfiguration, org.springframework.cloud.autoconfigure.RefreshAutoConfiguration, org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshScopeBeanDefinitionEnhancer, org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration, org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration$RefreshEndpointConfiguration, org.springframework.cloud.autoconfigure.RestartEndpointWithoutIntegrationConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration$ActuatorConfiguration, org.springframework.cloud.client.CommonsClientAutoConfiguration$DiscoveryLoadBalancerConfiguration, org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration, org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration, org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration, org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration, org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$DeferringLoadBalancerInterceptorConfig, org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$LoadBalancerInterceptorConfig, org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration, org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration, org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration, org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration, org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration, org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration, org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration$ResourceServerTokenRelayRegistrationAutoConfiguration, org.springframework.cloud.commons.util.UtilAutoConfiguration, org.springframework.cloud.configuration.CompatibilityVerifierAutoConfiguration, org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration, org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration, org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration, org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration$CaffeineLoadBalancerCacheManagerConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration$DefaultFeignTargeterConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration$FeignJacksonConfiguration, org.springframework.cloud.openfeign.FeignAutoConfiguration$OkHttpFeignConfiguration, org.springframework.cloud.openfeign.loadbalancer.DefaultFeignLoadBalancerConfiguration, org.springframework.cloud.openfeign.loadbalancer.FeignLoadBalancerAutoConfiguration, org.springframework.cloud.openfeign.loadbalancer.OkHttpFeignLoadBalancerConfiguration, org.springframework.context.annotation.internalAsyncAnnotationProcessor, org.springframework.context.annotation.internalAutowiredAnnotationProcessor, org.springframework.context.annotation.internalCommonAnnotationProcessor, org.springframework.context.annotation.internalConfigurationAnnotationProcessor, org.springframework.context.event.internalEventListenerFactory, org.springframework.context.event.internalEventListenerProcessor, org.springframework.data.web.config.ProjectingArgumentResolverRegistrar, org.springframework.data.web.config.SpringDataJacksonConfiguration, org.springframework.data.web.config.SpringDataWebConfiguration, org.springframework.scheduling.annotation.ProxyAsyncConfiguration, org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration, org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration, org.springframework.security.config.annotation.method.configuration.AuthorizationProxyConfiguration, org.springframework.security.config.annotation.method.configuration.AuthorizationProxyWebConfiguration, org.springframework.security.config.annotation.method.configuration.MethodObservationConfiguration, org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration, org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity, org.springframework.security.config.annotation.web.configuration.ObservationConfiguration, org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration, org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration, org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration, org.springframework.transaction.config.internalTransactionAdvisor, org.springframework.transaction.config.internalTransactionalEventListenerFactory, pageJacksonModule, pageModule, pageOpenAPIConverter, pageableCustomizer, pageableOpenAPIConverter, pageableResolver, parameterBuilder, parameterNamesModule, parameterObjectNamingStrategyCustomizer, pathMappedEndpoints, persistenceExceptionTranslationPostProcessor, pigBearerTokenExtractor, pigCodeGenApplication, pigCodeGenDefaultProperties, pigFeignInnerRequestInterceptor, pigFeignRequestCloseInterceptor, pingHealthContributor, platformTransactionManagerCustomizers, pms, polymorphicModelConverter, postAuthorizeAuthorizationAdvisor, postAuthorizeAuthorizationMethodInterceptor, postFilterAuthorizationAdvisor, postFilterAuthorizationMethodInterceptor, preAuthorizeAuthorizationAdvisor, preAuthorizeAuthorizationMethodInterceptor, preFilterAuthorizationAdvisor, preFilterAuthorizationMethodInterceptor, prePostAuthorizeExpressionHintsRegistrar, prePostTemplateDefaults, preserveErrorControllerTargetClassPostProcessor, privilegeEvaluator, processorMetrics, projectingArgumentResolverBeanPostProcessor, propertiesEndpointAccessResolver, propertiesMeterFilter, propertiesObservationFilter, propertyResolverUtils, propertySourcesPlaceholderConfigurer, queryDslQuerydslPredicateOperationCustomizer, reactiveConfigureRulesCustomizer, reactiveHealthContributorRegistry, reactiveRedisTemplate, reactiveSentinelCircuitBreakerFactory, reactiveStringRedisTemplate, redisCacheMeterBinderProvider, redisConnectionDetails, redisConnectionFactory, redisConverter, redisCustomConversions, redisHealthContributor, redisIndexConfiguration#0, redisKeyValueAdapter, redisKeyValueTemplate, redisKeyspaceConfiguration#0, redisMappingConfiguration#0, redisReferenceResolver, redisTemplate, refreshEndpoint, refreshEventListener, refreshScope, refreshScopeHealthIndicator, refreshScopeLifecycle, refreshScopeRefreshedEventListener, remoteClientDetailsService.FeignClientSpecification, remoteDictApiService, remoteDictService.FeignClientSpecification, remoteLogService.FeignClientSpecification, remoteParamService.FeignClientSpecification, remoteTokenService.FeignClientSpecification, remoteUserService.FeignClientSpecification, repositoryTagsProvider, requestBodyBuilder, requestBuilder, requestContextFilter, requestDataValueProcessor, requestMappingHandlerAdapter, requestMappingHandlerMapping, requestMatcherProvider, requestOriginParser, resourceAuthExceptionEntryPoint, resourceHandlerMapping, resourceServer, responseBuilder, responseExcelReturnValueHandler, responseSupportConverter, restClientBuilder, restClientBuilderConfigurer, restClientSsl, restTemplate, restTemplateBuilder, restTemplateBuilderConfigurer, restTemplateCustomizer, routerFunctionMapping, routerFunctionProvider, sbomEndpoint, sbomEndpointWebExtension, scheduledTasksEndpoint, schemaPropertyDeprecatingConverter, scopedTarget.security.xss-com.pig4cloud.pig.common.xss.config.PigXssProperties, screw, screw-cn.smallbun.screw.boot.properties.ScrewProperties, security.log-com.pig4cloud.pig.common.log.config.PigLogProperties, security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties, security.xss-com.pig4cloud.pig.common.xss.config.PigXssProperties, securityFilterChainRegistration, securityMessageSource, securityParser, sentinel-json-authority-converter, sentinel-json-degrade-converter, sentinel-json-flow-converter, sentinel-json-param-flow-converter, sentinel-json-system-converter, sentinelBeanPostProcessor, sentinelCircuitBreakerFactory, sentinelDataSourceHandler, sentinelEndPoint, sentinelResourceAspect, sentinelWebInterceptor, sentinelWebMvcConfig, sentinelWebMvcConfigurer, server-org.springframework.boot.autoconfigure.web.ServerProperties, serviceRegistryEndpoint, servletEndpointDiscoverer, servletEndpointRegistrar, servletExposeExcludePropertyEndpointFilter, servletMappingDescriptionProvider, servletWebChildContextFactory, servletWebServerFactoryCustomizer, setOperations, simpleAsyncTaskExecutorBuilder, simpleAsyncTaskSchedulerBuilder, simpleConfig, simpleControllerHandlerAdapter, simpleDiscoveryClient, simpleDiscoveryProperties, simpleMeterRegistry, singleSheetWriteHandler, sleuthPresentVerifier, sortCustomizer, sortModule, sortOpenAPIConverter, sortResolver, spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties, spring.cloud.compatibility-verifier-org.springframework.cloud.configuration.CompatibilityVerifierProperties, spring.cloud.discovery.client.health-indicator-org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties, spring.cloud.loadbalancer-org.springframework.cloud.client.loadbalancer.LoadBalancerClientsProperties, spring.cloud.loadbalancer.cache-org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheProperties, spring.cloud.loadbalancer.eager-load-org.springframework.cloud.client.loadbalancer.LoadBalancerEagerLoadProperties, spring.cloud.openfeign.client-org.springframework.cloud.openfeign.FeignClientProperties, spring.cloud.openfeign.encoder-org.springframework.cloud.openfeign.support.FeignEncoderProperties, spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties, spring.cloud.refresh-org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshProperties, spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties, spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties, spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties, spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties, spring.datasource-com.pig4cloud.pig.common.datasource.config.DataSourceProperties, spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties, spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties, spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties, spring.http.reactiveclient-org.springframework.boot.autoconfigure.http.client.reactive.HttpReactiveClientProperties, spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties, spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties, spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties, spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties, spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties, spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties, spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties, spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties, spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties, spring.security.oauth2.authorizationserver-org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties, spring.security.oauth2.resourceserver-org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties, spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties, spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties, spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties, spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties, spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties, spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties, spring.web-org.springframework.boot.autoconfigure.web.WebProperties, springApplicationAdminRegistrar, springBootVersionVerifier, springCloudCommonsFeatures, springDataWebPropertiesProvider, springDataWebSettings, springDocCustomizers, springDocProviders, springSecurityFilterChain, springSecurityHandlerMappingIntrospectorBeanDefinitionRegistryPostProcessor, springSecurityPathPatternParserBeanDefinitionRegistryPostProcessor, springWebProvider, springdocObjectMapperProvider, sqlSessionFactory, sqlSessionTemplate, sslBundleRegistry, sslHealthIndicator, sslInfo, sslMeterBinder, sslPropertiesSslBundleRegistrar, standardJacksonObjectMapperBuilderCustomizer, startupTimeMetrics, stringHttpMessageConverter, stringRedisTemplate, swagger-com.pig4cloud.pig.common.swagger.support.SwaggerProperties, sysLogAspect, sysLogListener, themeResolver, threadPoolTaskExecutorBuilder, threadPoolTaskSchedulerBuilder, transactionAttributeSource, transactionExecutionListeners, transactionInterceptor, transactionManager, transactionTemplate, undertowServletWebServerFactory, undertowServletWebServerFactoryCustomizer, undertowWebServerFactoryCustomizer, uptimeMetrics, valueOperations, velocityKit, viewControllerHandlerMapping, viewNameTranslator, viewResolver, webAccessPropertiesOperationFilter, webAuthorizationManagerPostProcessor, webConversionServiceProvider, webEndpointDiscoverer, webEndpointPathMapper, webEndpointServletHandlerMapping, webExposeExcludePropertyEndpointFilter, webFluxSupportConverter, webMvcObservationFilter, webSecurityExpressionHandler, webServerFactoryCustomizerBeanPostProcessor, webTargetVisitor, websocketServletWebServerCustomizer, welcomePageHandlerMapping, welcomePageNotAcceptableHandlerMapping, writerBuilderEnhancer, xForwarderHeadersFeignTransformer, xForwarderHeadersTransformer, xssCleaner, xssJacksonCustomizer, ymlDynamicDataSourceProvider, zSetOperations, zoneConfig] :2025-07-18 13:48:47.520 INFO main o.s.c.c.s.GenericScope: BeanFactory id=8bf1c226-b0cb-3951-89c5-e6d3506e3dbd :2025-07-18 13:48:47.523 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'enableEncryptablePropertySourcesPostProcessor' :2025-07-18 13:48:47.526 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'encryptablePropertySourceConverter' :2025-07-18 13:48:47.527 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyEncryptablePropertyResolver' :2025-07-18 13:48:47.527 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.EncryptablePropertyResolverConfiguration' :2025-07-18 13:48:47.527 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyEncryptablePropertyDetector' :2025-07-18 13:48:47.528 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'envCopy' :2025-07-18 13:48:47.528 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'envCopy' via factory method to bean named 'environment' :2025-07-18 13:48:47.530 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named 'envCopy' :2025-07-18 13:48:47.530 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyDetector' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:47.532 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyJasyptStringEncryptor' :2025-07-18 13:48:47.533 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named 'envCopy' :2025-07-18 13:48:47.533 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyJasyptStringEncryptor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:47.535 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyEncryptablePropertyDetector' :2025-07-18 13:48:47.535 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'lazyJasyptStringEncryptor' :2025-07-18 13:48:47.535 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:47.535 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'envCopy' :2025-07-18 13:48:47.535 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyResolver' via factory method to bean named 'environment' :2025-07-18 13:48:47.538 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lazyEncryptablePropertyFilter' :2025-07-18 13:48:47.538 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named 'envCopy' :2025-07-18 13:48:47.539 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lazyEncryptablePropertyFilter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:47.540 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'encryptablePropertySourceConverter' via factory method to bean named 'environment' :2025-07-18 13:48:47.540 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'encryptablePropertySourceConverter' via factory method to bean named 'lazyEncryptablePropertyResolver' :2025-07-18 13:48:47.540 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'encryptablePropertySourceConverter' via factory method to bean named 'lazyEncryptablePropertyFilter' :2025-07-18 13:48:47.544 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'enableEncryptablePropertySourcesPostProcessor' via factory method to bean named 'environment' :2025-07-18 13:48:47.544 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'enableEncryptablePropertySourcesPostProcessor' via factory method to bean named 'encryptablePropertySourceConverter' :2025-07-18 13:48:47.545 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' :2025-07-18 13:48:47.585 INFO main c.u.j.c.EnableEncryptablePropertiesBeanFactoryPostProcessor: Post-processing PropertySource instances :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource servletContextInitParams [class org.springframework.core.env.PropertySource$StubPropertySource :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource cachedrandom [org.springframework.cloud.util.random.CachedRandomPropertySource] to EncryptablePropertySourceWrapper :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource DEFAULT_GROUP@pig-codegen.yml [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:47.586 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource DEFAULT_GROUP@application.yml [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:47.587 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:47.587 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:47.587 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource applicationInfo [org.springframework.boot.ApplicationInfoPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:47.587 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource openapi-config.yaml [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper :2025-07-18 13:48:47.587 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:47.589 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'conversionServicePostProcessor' :2025-07-18 13:48:47.593 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'bootstrapExecutorAliasPostProcessor' :2025-07-18 13:48:47.593 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' :2025-07-18 13:48:47.593 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cn.hutool.extra.spring.SpringUtil' :2025-07-18 13:48:47.594 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.plugin.excel.kit.SpringContextKit' :2025-07-18 13:48:47.595 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:47.595 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dsTxEventListenerFactory' :2025-07-18 13:48:47.596 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration$DsTxEventListenerFactoryConfiguration' :2025-07-18 13:48:47.596 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' :2025-07-18 13:48:47.598 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:47.600 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:47.602 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' :2025-07-18 13:48:47.602 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' :2025-07-18 13:48:47.603 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosAnnotationProcessor' :2025-07-18 13:48:47.604 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' :2025-07-18 13:48:47.620 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'methodValidationPostProcessor' :2025-07-18 13:48:47.622 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' :2025-07-18 13:48:47.625 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' :2025-07-18 13:48:47.635 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAsyncAnnotationProcessor' :2025-07-18 13:48:47.636 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.scheduling.annotation.ProxyAsyncConfiguration' :2025-07-18 13:48:47.641 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor' :2025-07-18 13:48:47.641 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment' :2025-07-18 13:48:47.643 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' :2025-07-18 13:48:47.643 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' :2025-07-18 13:48:47.643 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelBeanPostProcessor' :2025-07-18 13:48:47.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preFilterAuthorizationAdvisor' :2025-07-18 13:48:47.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preFilterAuthorizationMethodInterceptor' :2025-07-18 13:48:47.663 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preAuthorizeAuthorizationAdvisor' :2025-07-18 13:48:47.663 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'preAuthorizeAuthorizationMethodInterceptor' :2025-07-18 13:48:47.664 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postFilterAuthorizationAdvisor' :2025-07-18 13:48:47.664 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postFilterAuthorizationMethodInterceptor' :2025-07-18 13:48:47.664 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postAuthorizeAuthorizationAdvisor' :2025-07-18 13:48:47.665 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'postAuthorizeAuthorizationMethodInterceptor' :2025-07-18 13:48:47.665 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizeReturnObjectAdvisor' :2025-07-18 13:48:47.665 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizeReturnObjectMethodInterceptor' :2025-07-18 13:48:47.667 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicDatasourceAnnotationAdvisor' :2025-07-18 13:48:47.667 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.667 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.667 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.config.internalCacheAdvisor' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.config.internalJCacheAdvisor' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cache.jcache.config.ProxyJCacheConfiguration' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.678 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public java.lang.Object com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect.invokeResourceWithSentinel(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable :2025-07-18 13:48:47.682 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public java.lang.Object com.pig4cloud.pig.common.log.aspect.SysLogAspect.around(org.aspectj.lang.ProceedingJoinPoint,com.pig4cloud.pig.common.log.annotation.SysLog) :2025-07-18 13:48:47.685 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public void com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect.around(org.aspectj.lang.JoinPoint,com.pig4cloud.pig.common.security.annotation.Inner) :2025-07-18 13:48:47.685 DEBUG main o.s.a.a.a.ReflectiveAspectJAdvisorFactory: Found AspectJ method: public void com.pig4cloud.plugin.excel.aop.DynamicNameAspect.around(org.aspectj.lang.JoinPoint,com.pig4cloud.plugin.excel.annotation.ResponseExcel) :2025-07-18 13:48:47.692 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.692 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.693 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.693 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionAttributeSource' :2025-07-18 13:48:47.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.784 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionInterceptor' :2025-07-18 13:48:47.784 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource' :2025-07-18 13:48:47.846 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource' :2025-07-18 13:48:47.846 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor' :2025-07-18 13:48:47.848 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.848 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.848 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.848 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.851 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jCacheOperationSource' :2025-07-18 13:48:47.851 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.851 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.856 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.856 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.856 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.856 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.864 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jCacheInterceptor' :2025-07-18 13:48:47.864 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jCacheInterceptor' via factory method to bean named 'jCacheOperationSource' :2025-07-18 13:48:47.868 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheOperationSource' :2025-07-18 13:48:47.868 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalJCacheAdvisor' via factory method to bean named 'jCacheInterceptor' :2025-07-18 13:48:47.869 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.870 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.870 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.870 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.871 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheOperationSource' :2025-07-18 13:48:47.871 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.871 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.874 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.874 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.875 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.875 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.877 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheInterceptor' :2025-07-18 13:48:47.877 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheInterceptor' via factory method to bean named 'cacheOperationSource' :2025-07-18 13:48:47.880 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheOperationSource' :2025-07-18 13:48:47.881 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cache.config.internalCacheAdvisor' via factory method to bean named 'cacheInterceptor' :2025-07-18 13:48:47.882 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicDataSourceProperties' :2025-07-18 13:48:47.882 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.882 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.887 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' :2025-07-18 13:48:47.887 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.888 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultsBindHandlerAdvisor' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.892 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.893 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.893 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerClientsDefaultsMappingsProvider' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.895 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.896 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.896 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.897 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.897 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.897 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.897 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultsBindHandlerAdvisor' via factory method to bean named 'loadBalancerClientsDefaultsMappingsProvider' :2025-07-18 13:48:47.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.901 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.907 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' via constructor to bean named 'dynamicDataSourceProperties' :2025-07-18 13:48:47.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.910 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAopConfiguration' :2025-07-18 13:48:47.911 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dsProcessor' :2025-07-18 13:48:47.911 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicTransactionAdvisor' :2025-07-18 13:48:47.914 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.datasource.DynamicDataSourceAutoConfiguration' :2025-07-18 13:48:47.916 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dsProcessor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:47.918 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dynamicDatasourceAnnotationAdvisor' via factory method to bean named 'dsProcessor' :2025-07-18 13:48:47.919 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelBeanPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:47.923 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'meterRegistryPostProcessor' :2025-07-18 13:48:47.924 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:47.929 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor' :2025-07-18 13:48:47.930 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor' :2025-07-18 13:48:47.932 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRegistryPostProcessor' :2025-07-18 13:48:47.935 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'projectingArgumentResolverBeanPostProcessor' :2025-07-18 13:48:47.946 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesBeans' :2025-07-18 13:48:47.947 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lbRestClientPostProcessor' :2025-07-18 13:48:47.948 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lbRestClientPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:47.950 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lbRestTemplateBuilderPostProcessor' :2025-07-18 13:48:47.950 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lbRestTemplateBuilderPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:47.951 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'messageSource' :2025-07-18 13:48:47.951 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.WebMvcConfiguration' :2025-07-18 13:48:47.964 DEBUG main o.s.u.c.s.UiApplicationContextUtils: Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@7a6b214c] :2025-07-18 13:48:47.965 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'undertowServletWebServerFactory' :2025-07-18 13:48:47.965 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedUndertow' :2025-07-18 13:48:47.974 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'websocketServletWebServerCustomizer' :2025-07-18 13:48:47.974 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$UndertowWebSocketConfiguration' :2025-07-18 13:48:47.976 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'undertowServletWebServerFactoryCustomizer' :2025-07-18 13:48:47.976 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:47.981 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'undertowServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:47.982 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' :2025-07-18 13:48:47.982 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' :2025-07-18 13:48:47.984 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:47.985 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslBundleRegistry' :2025-07-18 13:48:47.985 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' :2025-07-18 13:48:47.986 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' :2025-07-18 13:48:47.987 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:47.987 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' :2025-07-18 13:48:47.989 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar' :2025-07-18 13:48:47.990 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'fileWatcher' :2025-07-18 13:48:47.991 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher' :2025-07-18 13:48:47.998 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'undertowWebServerFactoryCustomizer' :2025-07-18 13:48:47.998 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$UndertowWebServerFactoryCustomizerConfiguration' :2025-07-18 13:48:48.000 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'undertowWebServerFactoryCustomizer' via factory method to bean named 'environment' :2025-07-18 13:48:48.000 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'undertowWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:48.001 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' :2025-07-18 13:48:48.001 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' :2025-07-18 13:48:48.002 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:48.035 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'errorPageCustomizer' :2025-07-18 13:48:48.035 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' :2025-07-18 13:48:48.036 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' :2025-07-18 13:48:48.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dispatcherServletRegistration' :2025-07-18 13:48:48.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' :2025-07-18 13:48:48.039 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dispatcherServlet' :2025-07-18 13:48:48.039 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' :2025-07-18 13:48:48.040 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:48.043 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:48.066 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' :2025-07-18 13:48:48.066 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:48.068 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'multipartConfigElement' :2025-07-18 13:48:48.068 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' :2025-07-18 13:48:48.069 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' :2025-07-18 13:48:48.071 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' :2025-07-18 13:48:48.078 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' :2025-07-18 13:48:48.098 DEBUG main o.s.b.w.e.u.UndertowServletWebServerFactory: Code archive: C:\Users\L\.m2\repository\org\springframework\boot\spring-boot\3.5.3\spring-boot-3.5.3.jar :2025-07-18 13:48:48.098 DEBUG main o.s.b.w.e.u.UndertowServletWebServerFactory: Code archive: C:\Users\L\.m2\repository\org\springframework\boot\spring-boot\3.5.3\spring-boot-3.5.3.jar :2025-07-18 13:48:48.098 DEBUG main o.s.b.w.e.u.UndertowServletWebServerFactory: None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. :2025-07-18 13:48:48.175 WARN main i.u.w.jsr: UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used :2025-07-18 13:48:48.186 DEBUG main i.u.session: Setting default session timeout to 1800 :2025-07-18 13:48:48.191 INFO main i.u.servlet: Initializing Spring embedded WebApplicationContext :2025-07-18 13:48:48.191 DEBUG main o.s.b.w.s.c.ServletWebServerApplicationContext: Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] :2025-07-18 13:48:48.191 INFO main o.s.b.w.s.c.ServletWebServerApplicationContext: Root WebApplicationContext: initialization completed in 2120 ms :2025-07-18 13:48:48.193 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webMvcObservationFilter' :2025-07-18 13:48:48.193 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration' :2025-07-18 13:48:48.194 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRegistry' :2025-07-18 13:48:48.195 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration' :2025-07-18 13:48:48.200 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertiesObservationFilter' :2025-07-18 13:48:48.200 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:48.203 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:48.207 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsObservationHandlerGrouping' :2025-07-18 13:48:48.207 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration' :2025-07-18 13:48:48.210 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultMeterObservationHandler' :2025-07-18 13:48:48.210 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration' :2025-07-18 13:48:48.211 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleMeterRegistry' :2025-07-18 13:48:48.211 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration' :2025-07-18 13:48:48.213 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleConfig' :2025-07-18 13:48:48.213 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' :2025-07-18 13:48:48.215 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' :2025-07-18 13:48:48.220 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'micrometerClock' :2025-07-18 13:48:48.220 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' :2025-07-18 13:48:48.222 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig' :2025-07-18 13:48:48.222 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock' :2025-07-18 13:48:48.226 DEBUG main i.m.c.u.i.l.InternalLoggerFactory: Using SLF4J as the default logging framework :2025-07-18 13:48:48.239 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertiesMeterFilter' :2025-07-18 13:48:48.239 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:48.243 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:48.247 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter' :2025-07-18 13:48:48.247 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration' :2025-07-18 13:48:48.249 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:48.249 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:48.251 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter' :2025-07-18 13:48:48.251 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration' :2025-07-18 13:48:48.253 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:48.253 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:48.256 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:48.256 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:48.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:48.261 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:48.269 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'securityFilterChainRegistration' :2025-07-18 13:48:48.269 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityFilterAutoConfiguration' :2025-07-18 13:48:48.271 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties' :2025-07-18 13:48:48.272 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'securityFilterChainRegistration' via factory method to bean named 'spring.security-org.springframework.boot.autoconfigure.security.SecurityProperties' :2025-07-18 13:48:48.276 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletEndpointRegistrar' :2025-07-18 13:48:48.276 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration' :2025-07-18 13:48:48.277 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:48.279 INFO main c.u.j.f.DefaultLazyPropertyFilter: Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter :2025-07-18 13:48:48.284 INFO main c.u.j.r.DefaultLazyPropertyResolver: Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver :2025-07-18 13:48:48.285 INFO main c.u.j.d.DefaultLazyPropertyDetector: Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector :2025-07-18 13:48:48.290 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletEndpointDiscoverer' :2025-07-18 13:48:48.290 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration' :2025-07-18 13:48:48.291 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:48.292 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webEndpointPathMapper' :2025-07-18 13:48:48.293 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' :2025-07-18 13:48:48.293 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:48.293 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:48.299 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter' :2025-07-18 13:48:48.299 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration' :2025-07-18 13:48:48.301 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:48.310 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertiesEndpointAccessResolver' :2025-07-18 13:48:48.310 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration' :2025-07-18 13:48:48.312 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertiesEndpointAccessResolver' via factory method to bean named 'environment' :2025-07-18 13:48:48.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:48.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer' :2025-07-18 13:48:48.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration' :2025-07-18 13:48:48.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:48.315 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'security.xss-com.pig4cloud.pig.common.xss.config.PigXssProperties' :2025-07-18 13:48:48.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clearTtlDsFilter' :2025-07-18 13:48:48.340 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestContextFilter' :2025-07-18 13:48:48.344 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'formContentFilter' :2025-07-18 13:48:48.344 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' :2025-07-18 13:48:48.350 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'characterEncodingFilter' :2025-07-18 13:48:48.356 DEBUG main o.s.b.w.s.ServletContextInitializerBeans: Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, springSecurityFilterChain urls=[/*] order=-100, clearTtlDsFilter urls=[/*] order=-2147483648, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105 :2025-07-18 13:48:48.356 DEBUG main o.s.b.w.s.ServletContextInitializerBeans: Mapping servlets: dispatcherServlet urls=[/] :2025-07-18 13:48:48.363 DEBUG main i.u.session: Registered session listener io.undertow.servlet.core.SessionListenerBridge@7641c4e7 :2025-07-18 13:48:48.397 DEBUG main i.u.session: Setting default session timeout to 1800 :2025-07-18 13:48:48.398 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'applicationTaskExecutor' :2025-07-18 13:48:48.398 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration' :2025-07-18 13:48:48.400 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder' :2025-07-18 13:48:48.400 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration' :2025-07-18 13:48:48.402 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' :2025-07-18 13:48:48.403 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' :2025-07-18 13:48:48.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'threadPoolTaskExecutorBuilder' :2025-07-18 13:48:48.408 DEBUG main o.s.s.c.ThreadPoolTaskExecutor: Initializing ExecutorService 'applicationTaskExecutor' :2025-07-18 13:48:48.421 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigCodeGenApplication' :2025-07-18 13:48:48.422 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigCodeGenDefaultProperties' :2025-07-18 13:48:48.433 DEBUG main o.a.u.ConfigTable: path=/D:/develop/workCode/seo/pig-visual/pig-codegen/target/classes/ :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SERVER.PORT=5002] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.APPLICATION.NAME=pig-codegen] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.USERNAME=nacos] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.PASSWORD=nacos] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.DISCOVERY.NAMESPACE=dev] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.DISCOVERY.SERVER-ADDR=http://127.0.0.1:8848] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.DISCOVERY.GROUP=DEFAULT_GROUP] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.CONFIG.NAMESPACE=${spring.cloud.nacos.discovery.namespace}] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.CONFIG.SERVER-ADDR=${spring.cloud.nacos.discovery.server-addr}] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.CONFIG.GROUP=DEFAULT_GROUP] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CLOUD.NACOS.CONFIG.REFRESH-ENABLED=true] :2025-07-18 13:48:48.436 DEBUG main o.a.u.ConfigTable: [ConfigTable动态更新][SPRING.CONFIG.IMPORT.- NACOS=${spring.application.name}.yml] :2025-07-18 13:48:48.438 DEBUG main o.a.u.ConfigTable: [加载配置文件][dir:D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes] :2025-07-18 13:48:48.439 DEBUG main o.a.u.ConfigTable: [加载配置文件完成] :2025-07-18 13:48:48.442 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genDsConfController' :2025-07-18 13:48:48.450 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genDatasourceConfServiceImpl' :2025-07-18 13:48:48.457 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'hikariDataSourceCreator' :2025-07-18 13:48:48.457 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration$HikariDataSourceCreatorConfiguration' :2025-07-18 13:48:48.459 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'hikariDataSourceCreator' via factory method to bean named 'dynamicDataSourceProperties' :2025-07-18 13:48:48.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genDatasourceConfServiceImpl' via constructor to bean named 'lazyJasyptStringEncryptor' :2025-07-18 13:48:48.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genDatasourceConfServiceImpl' via constructor to bean named 'hikariDataSourceCreator' :2025-07-18 13:48:48.464 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genDatasourceConfMapper' :2025-07-18 13:48:48.465 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer' :2025-07-18 13:48:48.465 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' :2025-07-18 13:48:48.467 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSource' :2025-07-18 13:48:48.467 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' :2025-07-18 13:48:48.467 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' via constructor to bean named 'dynamicDataSourceProperties' :2025-07-18 13:48:48.470 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicDataSourceProvider' :2025-07-18 13:48:48.471 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultDataSourceCreator' :2025-07-18 13:48:48.471 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultDataSourceCreator' via factory method to bean named 'hikariDataSourceCreator' :2025-07-18 13:48:48.472 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.datasource-com.pig4cloud.pig.common.datasource.config.DataSourceProperties' :2025-07-18 13:48:48.473 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dynamicDataSourceProvider' via factory method to bean named 'defaultDataSourceCreator' :2025-07-18 13:48:48.473 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dynamicDataSourceProvider' via factory method to bean named 'lazyJasyptStringEncryptor' :2025-07-18 13:48:48.473 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dynamicDataSourceProvider' via factory method to bean named 'spring.datasource-com.pig4cloud.pig.common.datasource.config.DataSourceProperties' :2025-07-18 13:48:48.477 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'ymlDynamicDataSourceProvider' :2025-07-18 13:48:48.477 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration' :2025-07-18 13:48:48.477 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAssistConfiguration' via constructor to bean named 'dynamicDataSourceProperties' :2025-07-18 13:48:48.480 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'ymlDynamicDataSourceProvider' via factory method to bean named 'defaultDataSourceCreator' :2025-07-18 13:48:48.480 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSource' via factory method to bean named 'dynamicDataSourceProvider' :2025-07-18 13:48:48.480 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSource' via factory method to bean named 'ymlDynamicDataSourceProvider' :2025-07-18 13:48:48.485 INFO main c.b.d.d.p.AbstractJdbcDataSourceProvider: 成功加载数据库驱动程序 :2025-07-18 13:48:48.618 INFO main c.b.d.d.p.AbstractJdbcDataSourceProvider: 成功获取数据库连接 :2025-07-18 13:48:48.634 DEBUG main c.z.h.HikariConfig: master - configuration: :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: allowPoolSuspension.............false :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: autoCommit......................true :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: catalog.........................none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: connectionInitSql...............none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: connectionTestQuery.............none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: connectionTimeout...............30000 :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: credentials.....................com.zaxxer.hikari.util.Credentials@1fdbba0d :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: dataSource......................none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: dataSourceClassName.............none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: dataSourceJNDI..................none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: dataSourceProperties............{password=} :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: driverClassName.................none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: exceptionOverride...............none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: exceptionOverrideClassName......none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: healthCheckProperties...........{} :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: healthCheckRegistry.............none :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: idleTimeout.....................600000 :2025-07-18 13:48:48.635 DEBUG main c.z.h.HikariConfig: initializationFailTimeout.......1 :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: isolateInternalQueries..........false :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: jdbcUrl.........................jdbc:mysql://192.168.10.101:3306/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: keepaliveTime...................120000 :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: leakDetectionThreshold..........0 :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: maxLifetime.....................1800000 :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: maximumPoolSize.................10 :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: metricRegistry..................none :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: metricsTrackerFactory...........none :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: minimumIdle.....................10 :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: password........................ :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: poolName........................"master" :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: readOnly........................false :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: registerMbeans..................false :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: scheduledExecutor...............none :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: schema..........................none :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: threadFactory...................internal :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: transactionIsolation............default :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: username........................"admin" :2025-07-18 13:48:48.636 DEBUG main c.z.h.HikariConfig: validationTimeout...............5000 :2025-07-18 13:48:48.640 INFO main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource - add a datasource named [master] success :2025-07-18 13:48:48.641 INFO main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource initial loaded [1] datasource,primary datasource named [master] :2025-07-18 13:48:48.645 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' :2025-07-18 13:48:48.647 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource' :2025-07-18 13:48:48.647 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' :2025-07-18 13:48:48.651 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sqlSessionTemplate' :2025-07-18 13:48:48.651 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' :2025-07-18 13:48:48.652 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' :2025-07-18 13:48:48.664 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' :2025-07-18 13:48:48.664 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:48.664 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatisPlusInterceptor' :2025-07-18 13:48:48.665 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.mybatis.MybatisAutoConfiguration' :2025-07-18 13:48:48.674 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sqlSessionFactory' :2025-07-18 13:48:48.675 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sqlSessionFactory' via factory method to bean named 'dataSource' :2025-07-18 13:48:48.708 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatisPlusMetaObjectHandler' :2025-07-18 13:48:48.722 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Registered plugin: 'MybatisPlusInterceptor{interceptors=[PigPaginationInnerInterceptor(dbType=null, dialect=null)]}' :2025-07-18 13:48:48.833 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Parsed mapper file: 'file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\mapper\GenFieldTypeMapper.xml]' :2025-07-18 13:48:48.861 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Parsed mapper file: 'file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\mapper\GenGroupMapper.xml]' :2025-07-18 13:48:48.886 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Parsed mapper file: 'file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\mapper\GenTableMapper.xml]' :2025-07-18 13:48:48.892 WARN main c.b.m.c.m.TableInfoHelper: Can not find table primary key in Class: "com.pig4cloud.pig.codegen.entity.GenTemplateGroupEntity". :2025-07-18 13:48:48.893 WARN main c.b.m.c.i.DefaultSqlInjector: class com.pig4cloud.pig.codegen.entity.GenTemplateGroupEntity ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. :2025-07-18 13:48:48.903 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Parsed mapper file: 'file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\mapper\GenTemplateGroupMapper.xml]' :2025-07-18 13:48:48.932 DEBUG main c.b.m.e.s.MybatisSqlSessionFactoryBean: Parsed mapper file: 'file [D:\develop\workCode\seo\pig-visual\pig-codegen\target\classes\mapper\GenTemplateMapper.xml]' :2025-07-18 13:48:48.940 DEBUG main c.b.m.c.t.Sequence: Get /192.168.3.17 network interface :2025-07-18 13:48:48.940 DEBUG main c.b.m.c.t.Sequence: Get network interface info: name:wireless_32768 (Realtek RTL8852BE WiFi 6 802.11ax PCIe Adapter) :2025-07-18 13:48:48.941 DEBUG main c.b.m.c.t.Sequence: Initialization Sequence datacenterId:6 workerId:24 :2025-07-18 13:48:48.945 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory' :2025-07-18 13:48:49.011 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'screw' :2025-07-18 13:48:49.011 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cn.smallbun.screw.boot.ScrewAutoConfiguration' :2025-07-18 13:48:49.013 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'screw-cn.smallbun.screw.boot.properties.ScrewProperties' :2025-07-18 13:48:49.018 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'screw' via factory method to bean named 'screw-cn.smallbun.screw.boot.properties.ScrewProperties' :2025-07-18 13:48:49.019 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genDsConfController' via constructor to bean named 'genDatasourceConfServiceImpl' :2025-07-18 13:48:49.019 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genDsConfController' via constructor to bean named 'screw' :2025-07-18 13:48:49.022 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect' :2025-07-18 13:48:49.025 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect' via constructor to bean named 'jdk.proxy2.$Proxy161@54c2cfc9' :2025-07-18 13:48:49.028 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'generatorController' :2025-07-18 13:48:49.028 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'generatorServiceImpl' :2025-07-18 13:48:49.030 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTableColumnServiceImpl' :2025-07-18 13:48:49.031 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genFieldTypeMapper' :2025-07-18 13:48:49.036 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTableColumnServiceImpl' via constructor to bean named 'genFieldTypeMapper' :2025-07-18 13:48:49.036 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTableColumnMapper' :2025-07-18 13:48:49.083 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genFieldTypeServiceImpl' :2025-07-18 13:48:49.115 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTableServiceImpl' :2025-07-18 13:48:49.120 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genGroupServiceImpl' :2025-07-18 13:48:49.121 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTemplateGroupServiceImpl' :2025-07-18 13:48:49.121 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTemplateGroupMapper' :2025-07-18 13:48:49.155 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genGroupServiceImpl' via constructor to bean named 'genTemplateGroupServiceImpl' :2025-07-18 13:48:49.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genGroupMapper' :2025-07-18 13:48:49.192 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTableServiceImpl' via constructor to bean named 'pigCodeGenDefaultProperties' :2025-07-18 13:48:49.192 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTableServiceImpl' via constructor to bean named 'genTableColumnServiceImpl' :2025-07-18 13:48:49.192 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTableServiceImpl' via constructor to bean named 'genGroupServiceImpl' :2025-07-18 13:48:49.193 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTableMapper' :2025-07-18 13:48:49.229 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'generatorServiceImpl' via constructor to bean named 'pigCodeGenDefaultProperties' :2025-07-18 13:48:49.229 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'generatorServiceImpl' via constructor to bean named 'genTableColumnServiceImpl' :2025-07-18 13:48:49.229 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'generatorServiceImpl' via constructor to bean named 'genFieldTypeServiceImpl' :2025-07-18 13:48:49.230 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'generatorServiceImpl' via constructor to bean named 'genTableServiceImpl' :2025-07-18 13:48:49.230 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'generatorServiceImpl' via constructor to bean named 'genGroupServiceImpl' :2025-07-18 13:48:49.232 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'generatorController' via constructor to bean named 'generatorServiceImpl' :2025-07-18 13:48:49.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genFieldTypeController' :2025-07-18 13:48:49.237 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genFieldTypeController' via constructor to bean named 'genFieldTypeServiceImpl' :2025-07-18 13:48:49.241 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genGroupController' :2025-07-18 13:48:49.242 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genGroupController' via constructor to bean named 'genGroupServiceImpl' :2025-07-18 13:48:49.244 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean '_prePostMethodSecurityConfiguration' :2025-07-18 13:48:49.245 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'methodAuthorizationManagerPostProcessor' :2025-07-18 13:48:49.250 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'methodResultAuthorizationManagerPostProcessor' :2025-07-18 13:48:49.252 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'prePostTemplateDefaults' :2025-07-18 13:48:49.252 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigResourceServerAutoConfiguration' :2025-07-18 13:48:49.259 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTableController' :2025-07-18 13:48:49.259 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTableController' via constructor to bean named 'genTableColumnServiceImpl' :2025-07-18 13:48:49.259 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTableController' via constructor to bean named 'genTableServiceImpl' :2025-07-18 13:48:49.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTemplateController' :2025-07-18 13:48:49.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTemplateServiceImpl' :2025-07-18 13:48:49.267 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTemplateServiceImpl' via constructor to bean named 'genTemplateGroupMapper' :2025-07-18 13:48:49.267 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTemplateServiceImpl' via constructor to bean named 'genGroupMapper' :2025-07-18 13:48:49.267 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTemplateServiceImpl' via constructor to bean named 'pigCodeGenDefaultProperties' :2025-07-18 13:48:49.267 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTemplateMapper' :2025-07-18 13:48:49.309 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTemplateController' via constructor to bean named 'genTemplateServiceImpl' :2025-07-18 13:48:49.313 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genTemplateGroupController' :2025-07-18 13:48:49.314 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'genTemplateGroupController' via constructor to bean named 'genTemplateGroupServiceImpl' :2025-07-18 13:48:49.317 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'velocityKit' :2025-07-18 13:48:49.323 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pms' :2025-07-18 13:48:49.324 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigBearerTokenExtractor' :2025-07-18 13:48:49.325 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties' :2025-07-18 13:48:49.325 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestMappingHandlerMapping' :2025-07-18 13:48:49.325 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' :2025-07-18 13:48:49.327 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:49.330 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:49.330 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:49.330 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:49.334 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration' :2025-07-18 13:48:49.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' :2025-07-18 13:48:49.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:49.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' :2025-07-18 13:48:49.337 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:49.341 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.SentinelWebAutoConfiguration' :2025-07-18 13:48:49.341 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' :2025-07-18 13:48:49.344 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'blockExceptionHandler' :2025-07-18 13:48:49.344 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.feign.sentinel.SentinelAutoConfiguration' :2025-07-18 13:48:49.346 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jacksonObjectMapper' :2025-07-18 13:48:49.346 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' :2025-07-18 13:48:49.347 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' :2025-07-18 13:48:49.348 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'customizer' :2025-07-18 13:48:49.348 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.JacksonConfiguration' :2025-07-18 13:48:49.351 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'xssJacksonCustomizer' :2025-07-18 13:48:49.351 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.xss.PigXssAutoConfiguration' :2025-07-18 13:48:49.352 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.xss.PigXssAutoConfiguration' via constructor to bean named 'security.xss-com.pig4cloud.pig.common.xss.config.PigXssProperties' :2025-07-18 13:48:49.354 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'xssCleaner' :2025-07-18 13:48:49.354 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'xssCleaner' via factory method to bean named 'security.xss-com.pig4cloud.pig.common.xss.config.PigXssProperties' :2025-07-18 13:48:49.358 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'xssJacksonCustomizer' via factory method to bean named 'security.xss-com.pig4cloud.pig.common.xss.config.PigXssProperties' :2025-07-18 13:48:49.358 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'xssJacksonCustomizer' via factory method to bean named 'xssCleaner' :2025-07-18 13:48:49.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' :2025-07-18 13:48:49.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' :2025-07-18 13:48:49.362 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' :2025-07-18 13:48:49.364 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' :2025-07-18 13:48:49.365 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'parameterNamesModule' :2025-07-18 13:48:49.365 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' :2025-07-18 13:48:49.370 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jsonMixinModule' :2025-07-18 13:48:49.370 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration' :2025-07-18 13:48:49.371 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jsonMixinModuleEntries' :2025-07-18 13:48:49.371 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.375 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.375 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries' :2025-07-18 13:48:49.377 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jsonComponentModule' :2025-07-18 13:48:49.377 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' :2025-07-18 13:48:49.382 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jacksonGeoModule' :2025-07-18 13:48:49.382 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration' :2025-07-18 13:48:49.383 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDataWebSettings' :2025-07-18 13:48:49.383 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' :2025-07-18 13:48:49.383 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' :2025-07-18 13:48:49.385 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration' via constructor to bean named 'spring.data.web-org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' :2025-07-18 13:48:49.390 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageModule' :2025-07-18 13:48:49.392 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageJacksonModule' :2025-07-18 13:48:49.392 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration$FeignJacksonConfiguration' :2025-07-18 13:48:49.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortModule' :2025-07-18 13:48:49.397 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.397 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'customizer' :2025-07-18 13:48:49.397 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'xssJacksonCustomizer' :2025-07-18 13:48:49.397 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' :2025-07-18 13:48:49.452 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' :2025-07-18 13:48:49.470 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'blockExceptionHandler' via factory method to bean named 'jacksonObjectMapper' :2025-07-18 13:48:49.473 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestOriginParser' :2025-07-18 13:48:49.477 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelWebMvcConfigurer' :2025-07-18 13:48:49.477 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelWebInterceptor' :2025-07-18 13:48:49.477 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelWebMvcConfig' :2025-07-18 13:48:49.481 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelWebInterceptor' via factory method to bean named 'sentinelWebMvcConfig' :2025-07-18 13:48:49.482 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigSecurityMessageSourceConfiguration' :2025-07-18 13:48:49.485 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataWebConfiguration' :2025-07-18 13:48:49.485 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.data.web.config.SpringDataWebConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.487 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration$ResourceServerTokenRelayRegistrationAutoConfiguration' :2025-07-18 13:48:49.488 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer' :2025-07-18 13:48:49.488 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointObjectMapper' :2025-07-18 13:48:49.488 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration' :2025-07-18 13:48:49.493 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper' :2025-07-18 13:48:49.502 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcContentNegotiationManager' :2025-07-18 13:48:49.507 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcConversionService' :2025-07-18 13:48:49.521 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcResourceUrlProvider' :2025-07-18 13:48:49.524 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:49.524 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.524 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:49.535 INFO main c.a.c.s.SentinelWebMvcConfigurer: [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. :2025-07-18 13:48:49.566 DEBUG main _.s.w.s.H.Mappings: c.p.p.c.c.GenDsConfController: {GET [/dsconf/doc]}: generatorDoc(String,HttpServletResponse) {PUT [/dsconf]}: updateDsConf(GenDatasourceConf) {DELETE [/dsconf]}: removeDsConfByIds(Long[]) {GET [/dsconf/{id}]}: getDsConfById(Long) {GET [/dsconf/list]}: listDsConfs() {GET [/dsconf/page]}: getDsConfPage(Page,GenDatasourceConf) {POST [/dsconf]}: saveDsConf(GenDatasourceConf) :2025-07-18 13:48:49.574 DEBUG main _.s.w.s.H.Mappings: c.p.p.c.c.GeneratorController: {GET [/generator/code]}: code(String) {GET [/generator/preview]}: preview(Long) {GET [/generator/download]}: download(String,HttpServletResponse) :2025-07-18 13:48:49.576 DEBUG main _.s.w.s.H.Mappings: c.p.p.c.c.GenFieldTypeController: {GET [/fieldtype/details/{id}]}: getFieldTypeById(Long) {PUT [/fieldtype]}: updateFieldType(GenFieldType) {GET [/fieldtype/export]}: exportFieldTypes(GenFieldType) {GET [/fieldtype/list]}: listFieldTypes(GenFieldType) {POST [/fieldtype]}: saveFieldType(GenFieldType) {GET [/fieldtype/page]}: getFieldTypePage(Page,GenFieldType) {GET [/fieldtype/details]}: getFieldTypeDetails(GenFieldType) {DELETE [/fieldtype]}: removeFieldTypeByIds(Long[]) :2025-07-18 13:48:49.578 DEBUG main _.s.w.s.H.Mappings: c.p.p.c.c.GenGroupController: {GET [/group/export]}: exportGroups(GenGroupEntity) {PUT [/group]}: updateGroup(GroupVO) {GET [/group/{id}]}: getGroupById(Long) {DELETE [/group]}: removeGroupByIds(Long[]) {GET [/group/page]}: getGroupPage(Page,GenGroupEntity) {POST [/group]}: saveGroup(TemplateGroupDTO) {GET [/group/list]}: listGroups() :2025-07-18 13:48:49.581 DEBUG main _.s.w.s.H.Mappings: c.p.p.c.c.GenTableController: {GET [/table/{dsName}/{tableName}]}: getTable(String,String) {GET [/table/ddl/{dsName}/{tableName}]}: getTableDdl(String,String) {GET [/table/export]}: exportTables(GenTable) {PUT [/table/field/{dsName}/{tableName}]}: updateTableField(String,String,List) {GET [/table/column/{dsName}/{tableName}]}: getTableColumn(String,String) {PUT [/table]}: updateTable(GenTable) {GET [/table/{id}]}: getTableById(Long) {GET [/table/page]}: getTablePage(Page,GenTable) {GET [/table/sync/{dsName}/{tableName}]}: syncTable(String,String) {GET [/table/list/{dsName}]}: listTables(String) :2025-07-18 13:48:49.583 DEBUG main _.s.w.s.H.Mappings: c.p.p.c.c.GenTemplateController: {GET [/template/list]}: listTemplates() {GET [/template/export]}: exportTemplates(GenTemplateEntity) {GET [/template/checkVersion]}: checkVersion() {POST [/template]}: saveTemplate(GenTemplateEntity) {PUT [/template]}: updateTemplate(GenTemplateEntity) {GET [/template/{id}]}: getTemplateById(Long) {GET [/template/page]}: getTemplatePage(Page,GenTemplateEntity) {GET [/template/online]}: online() {DELETE [/template]}: removeTemplateByIds(Long[]) :2025-07-18 13:48:49.585 DEBUG main _.s.w.s.H.Mappings: c.p.p.c.c.GenTemplateGroupController: {POST [/templateGroup]}: saveTemplateGroup(GenTemplateGroupEntity) {PUT [/templateGroup]}: updateTemplateGroup(GenTemplateGroupEntity) {GET [/templateGroup/page]}: getTemplateGroupPage(Page,GenTemplateGroupEntity) {DELETE [/templateGroup]}: removeTemplateGroupByIds(Long[]) {GET [/templateGroup/{groupId}]}: getTemplateGroupById(Long) {GET [/templateGroup/export]}: exportTemplateGroups(GenTemplateGroupEntity) :2025-07-18 13:48:49.588 DEBUG main _.s.w.s.H.Mappings: o.s.b.a.w.s.e.BasicErrorController: { [/error]}: error(HttpServletRequest) { [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse) :2025-07-18 13:48:49.606 DEBUG main _.s.w.s.H.Mappings: o.s.w.a.OpenApiWebMvcResource: {GET [/v3/api-docs.yaml], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String,Locale) {GET [/v3/api-docs], produces [application/json]}: openapiJson(HttpServletRequest,String,Locale) :2025-07-18 13:48:49.608 DEBUG main o.s.w.s.m.m.a.RequestMappingHandlerMapping: 54 mappings in 'requestMappingHandlerMapping' :2025-07-18 13:48:49.628 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pigBearerTokenExtractor' via factory method to bean named 'security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties' :2025-07-18 13:48:49.630 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'resourceAuthExceptionEntryPoint' :2025-07-18 13:48:49.630 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'securityMessageSource' :2025-07-18 13:48:49.633 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceAuthExceptionEntryPoint' via factory method to bean named 'jacksonObjectMapper' :2025-07-18 13:48:49.633 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceAuthExceptionEntryPoint' via factory method to bean named 'securityMessageSource' :2025-07-18 13:48:49.634 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'opaqueTokenIntrospector' :2025-07-18 13:48:49.634 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService' :2025-07-18 13:48:49.636 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'opaqueTokenIntrospector' via factory method to bean named 'com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService' :2025-07-18 13:48:49.639 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' :2025-07-18 13:48:49.639 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'objectPostProcessor' :2025-07-18 13:48:49.640 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'objectPostProcessor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:49.641 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration' :2025-07-18 13:48:49.643 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'enableGlobalAuthenticationAutowiredConfigurer' :2025-07-18 13:48:49.643 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'enableGlobalAuthenticationAutowiredConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'initializeUserDetailsBeanManagerConfigurer' :2025-07-18 13:48:49.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'initializeUserDetailsBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.645 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'initializeAuthenticationProviderBeanManagerConfigurer' :2025-07-18 13:48:49.645 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'initializeAuthenticationProviderBeanManagerConfigurer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.648 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authenticationManagerBuilder' :2025-07-18 13:48:49.648 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'objectPostProcessor' :2025-07-18 13:48:49.648 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authenticationManagerBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.648 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authenticationEventPublisher' :2025-07-18 13:48:49.649 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration' :2025-07-18 13:48:49.650 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authenticationEventPublisher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.660 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration' :2025-07-18 13:48:49.666 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'filterChainDecoratorPostProcessor' :2025-07-18 13:48:49.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcHandlerMappingIntrospectorRequestTransformer' :2025-07-18 13:48:49.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcHandlerMappingIntrospector' :2025-07-18 13:48:49.670 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'welcomePageHandlerMapping' :2025-07-18 13:48:49.670 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.670 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.670 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:49.679 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping' :2025-07-18 13:48:49.679 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.679 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.679 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:49.686 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewControllerHandlerMapping' :2025-07-18 13:48:49.686 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.686 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:49.686 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'beanNameHandlerMapping' :2025-07-18 13:48:49.687 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.687 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:49.688 DEBUG main _.s.w.s.H.Mappings: 'beanNameHandlerMapping' {} :2025-07-18 13:48:49.693 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'routerFunctionMapping' :2025-07-18 13:48:49.693 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.693 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:49.694 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'messageConverters' :2025-07-18 13:48:49.694 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' :2025-07-18 13:48:49.697 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'stringHttpMessageConverter' :2025-07-18 13:48:49.697 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' :2025-07-18 13:48:49.698 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' :2025-07-18 13:48:49.701 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' :2025-07-18 13:48:49.701 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' :2025-07-18 13:48:49.702 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' :2025-07-18 13:48:49.718 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'resourceHandlerMapping' :2025-07-18 13:48:49.718 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:49.718 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:49.718 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' :2025-07-18 13:48:49.728 DEBUG main _.s.w.s.H.Mappings: 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]]} :2025-07-18 13:48:49.732 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultServletHandlerMapping' :2025-07-18 13:48:49.733 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping' :2025-07-18 13:48:49.733 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration' :2025-07-18 13:48:49.734 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webEndpointDiscoverer' :2025-07-18 13:48:49.734 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointOperationParameterMapper' :2025-07-18 13:48:49.738 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointMediaTypes' :2025-07-18 13:48:49.739 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' :2025-07-18 13:48:49.739 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes' :2025-07-18 13:48:49.741 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointGroups' :2025-07-18 13:48:49.741 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration' :2025-07-18 13:48:49.742 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:49.746 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.746 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:49.747 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthStatusAggregator' :2025-07-18 13:48:49.747 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:49.750 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthHttpCodeStatusMapper' :2025-07-18 13:48:49.750 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:49.755 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor' :2025-07-18 13:48:49.755 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment' :2025-07-18 13:48:49.757 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter' :2025-07-18 13:48:49.759 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webAccessPropertiesOperationFilter' :2025-07-18 13:48:49.759 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webAccessPropertiesOperationFilter' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:49.766 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' :2025-07-18 13:48:49.766 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:49.771 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cachesEndpoint' :2025-07-18 13:48:49.771 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration' :2025-07-18 13:48:49.773 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cachesEndpoint' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:49.774 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheManager' :2025-07-18 13:48:49.774 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration' :2025-07-18 13:48:49.775 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' :2025-07-18 13:48:49.777 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheManagerCustomizers' :2025-07-18 13:48:49.777 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' :2025-07-18 13:48:49.780 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisConnectionFactory' :2025-07-18 13:48:49.780 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' :2025-07-18 13:48:49.781 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' :2025-07-18 13:48:49.785 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisConnectionDetails' :2025-07-18 13:48:49.785 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration' :2025-07-18 13:48:49.786 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisConnectionDetails' via factory method to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' :2025-07-18 13:48:49.789 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'spring.data.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' :2025-07-18 13:48:49.789 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' via constructor to bean named 'redisConnectionDetails' :2025-07-18 13:48:49.802 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lettuceClientResources' :2025-07-18 13:48:49.807 DEBUG main i.n.u.i.l.InternalLoggerFactory: Using SLF4J as the default logging framework :2025-07-18 13:48:49.811 DEBUG main i.l.c.r.AddressResolverGroupProvider: Starting without optional netty's non-blocking DNS resolver library :2025-07-18 13:48:49.811 DEBUG main i.l.c.r.DefaultClientResources: -Dio.netty.eventLoopThreads: 28 :2025-07-18 13:48:49.815 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lettuceMetrics' :2025-07-18 13:48:49.815 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.redis.LettuceMetricsAutoConfiguration' :2025-07-18 13:48:49.818 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'micrometerOptions' :2025-07-18 13:48:49.820 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:49.820 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lettuceMetrics' via factory method to bean named 'micrometerOptions' :2025-07-18 13:48:49.824 DEBUG main i.l.c.r.DefaultEventLoopGroupProvider: Creating executor io.netty.util.concurrent.DefaultEventExecutorGroup :2025-07-18 13:48:49.831 DEBUG main i.n.u.c.GlobalEventExecutor: -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1 :2025-07-18 13:48:49.834 DEBUG main i.n.u.i.InternalThreadLocalMap: -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024 :2025-07-18 13:48:49.834 DEBUG main i.n.u.i.InternalThreadLocalMap: -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096 :2025-07-18 13:48:49.838 DEBUG main i.n.u.ResourceLeakDetector: -Dio.netty.leakDetection.level: simple :2025-07-18 13:48:49.838 DEBUG main i.n.u.ResourceLeakDetector: -Dio.netty.leakDetection.targetRecords: 4 :2025-07-18 13:48:49.839 DEBUG main i.n.u.ResourceLeakDetectorFactory: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@6717f504 :2025-07-18 13:48:49.855 DEBUG main i.n.u.i.PlatformDependent0: Java version: 21 :2025-07-18 13:48:49.855 DEBUG main i.n.u.i.PlatformDependent0: -Dio.netty.noUnsafe: false :2025-07-18 13:48:49.856 DEBUG main i.n.u.i.PlatformDependent0: sun.misc.Unsafe.theUnsafe: available :2025-07-18 13:48:49.856 DEBUG main i.n.u.i.PlatformDependent0: sun.misc.Unsafe base methods: all available :2025-07-18 13:48:49.856 DEBUG main i.n.u.i.PlatformDependent0: sun.misc.Unsafe.storeFence: available :2025-07-18 13:48:49.856 DEBUG main i.n.u.i.PlatformDependent0: java.nio.Buffer.address: available :2025-07-18 13:48:49.856 DEBUG main i.n.u.i.PlatformDependent0: direct buffer constructor: unavailable: Reflective setAccessible(true) disabled :2025-07-18 13:48:49.857 DEBUG main i.n.u.i.PlatformDependent0: java.nio.Bits.unaligned: available, true :2025-07-18 13:48:49.857 DEBUG main i.n.u.i.PlatformDependent0: jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @514646ef :2025-07-18 13:48:49.857 DEBUG main i.n.u.i.PlatformDependent0: java.nio.DirectByteBuffer.(long, {int,long}): unavailable :2025-07-18 13:48:49.857 DEBUG main i.n.u.i.PlatformDependent: sun.misc.Unsafe: available :2025-07-18 13:48:49.857 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.tmpdir: C:\Users\L\AppData\Local\Temp (java.io.tmpdir) :2025-07-18 13:48:49.857 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.bitMode: 64 (sun.arch.data.model) :2025-07-18 13:48:49.857 DEBUG main i.n.u.i.PlatformDependent: Platform: Windows :2025-07-18 13:48:49.858 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.maxDirectMemory: -1 bytes :2025-07-18 13:48:49.858 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.uninitializedArrayAllocationThreshold: -1 :2025-07-18 13:48:49.858 DEBUG main i.n.u.i.CleanerJava9: java.nio.ByteBuffer.cleaner(): available :2025-07-18 13:48:49.858 DEBUG main i.n.u.i.PlatformDependent: -Dio.netty.noPreferDirect: false :2025-07-18 13:48:49.863 DEBUG main i.n.u.i.PlatformDependent: org.jctools-core.MpscChunkedArrayQueue: available :2025-07-18 13:48:49.868 DEBUG main r.u.Loggers: Using Slf4j logging framework :2025-07-18 13:48:49.870 DEBUG main i.l.c.e.j.EventRecorderHolder: Starting with JFR support :2025-07-18 13:48:49.877 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisConnectionFactory' via factory method to bean named 'lettuceClientResources' :2025-07-18 13:48:49.945 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' :2025-07-18 13:48:49.945 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'cacheManagerCustomizers' :2025-07-18 13:48:49.945 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:49.945 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheManager' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.966 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpoint' :2025-07-18 13:48:49.966 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthContributorRegistry' :2025-07-18 13:48:49.967 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigHealthIndicator' :2025-07-18 13:48:49.967 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.endpoint.NacosConfigEndpointAutoConfiguration' :2025-07-18 13:48:49.967 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigManager' :2025-07-18 13:48:49.967 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.NacosConfigAutoConfiguration' :2025-07-18 13:48:49.968 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigProperties' :2025-07-18 13:48:49.968 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosConfigProperties' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:49.974 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosConfigManager' via factory method to bean named 'nacosConfigProperties' :2025-07-18 13:48:49.975 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosRefreshHistory' :2025-07-18 13:48:49.979 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosDiscoveryHealthIndicator' :2025-07-18 13:48:49.979 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.endpoint.NacosDiscoveryEndpointAutoConfiguration' :2025-07-18 13:48:49.980 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosServiceManager' :2025-07-18 13:48:49.980 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.NacosServiceAutoConfiguration' :2025-07-18 13:48:49.981 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryHealthIndicator' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:49.982 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslHealthIndicator' :2025-07-18 13:48:49.982 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration' :2025-07-18 13:48:49.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslInfo' :2025-07-18 13:48:49.984 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties' :2025-07-18 13:48:49.985 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslInfo' via factory method to bean named 'sslBundleRegistry' :2025-07-18 13:48:49.985 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslInfo' via factory method to bean named 'management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties' :2025-07-18 13:48:49.988 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslHealthIndicator' via factory method to bean named 'sslInfo' :2025-07-18 13:48:49.990 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'diskSpaceHealthIndicator' :2025-07-18 13:48:49.990 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration' :2025-07-18 13:48:49.991 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' :2025-07-18 13:48:49.993 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' :2025-07-18 13:48:49.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pingHealthContributor' :2025-07-18 13:48:49.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration' :2025-07-18 13:48:49.997 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dbHealthContributor' :2025-07-18 13:48:49.997 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration' :2025-07-18 13:48:49.997 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider' :2025-07-18 13:48:49.997 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration' :2025-07-18 13:48:50.004 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' :2025-07-18 13:48:50.005 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:50.005 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' :2025-07-18 13:48:50.006 DEBUG main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:50.007 DEBUG main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:50.007 DEBUG main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:50.012 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScopeHealthIndicator' :2025-07-18 13:48:50.012 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration' :2025-07-18 13:48:50.014 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesRebinder' :2025-07-18 13:48:50.014 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' :2025-07-18 13:48:50.015 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesRebinder' via factory method to bean named 'configurationPropertiesBeans' :2025-07-18 13:48:50.019 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeHealthIndicator' via factory method to bean named 'configurationPropertiesRebinder' :2025-07-18 13:48:50.019 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'discoveryCompositeHealthContributor' :2025-07-18 13:48:50.019 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.CommonsClientAutoConfiguration$DiscoveryLoadBalancerConfiguration' :2025-07-18 13:48:50.021 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'discoveryClientHealthIndicator' :2025-07-18 13:48:50.022 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.discovery.client.health-indicator-org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties' :2025-07-18 13:48:50.023 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'discoveryClientHealthIndicator' via factory method to bean named 'spring.cloud.discovery.client.health-indicator-org.springframework.cloud.client.discovery.health.DiscoveryClientHealthIndicatorProperties' :2025-07-18 13:48:50.025 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'discoveryCompositeHealthContributor' via factory method to bean named 'discoveryClientHealthIndicator' :2025-07-18 13:48:50.029 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisHealthContributor' :2025-07-18 13:48:50.030 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisReactiveHealthContributorAutoConfiguration' :2025-07-18 13:48:50.033 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisHealthContributor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'nacosConfigHealthIndicator' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'nacosDiscoveryHealthIndicator' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'sslHealthIndicator' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'refreshScopeHealthIndicator' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'discoveryCompositeHealthContributor' :2025-07-18 13:48:50.038 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'redisHealthContributor' :2025-07-18 13:48:50.045 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry' :2025-07-18 13:48:50.045 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:50.045 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:50.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint' :2025-07-18 13:48:50.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration' :2025-07-18 13:48:50.052 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' :2025-07-18 13:48:50.053 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' :2025-07-18 13:48:50.062 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'environmentEndpoint' :2025-07-18 13:48:50.062 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration' :2025-07-18 13:48:50.064 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' :2025-07-18 13:48:50.066 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment' :2025-07-18 13:48:50.066 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' :2025-07-18 13:48:50.070 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sbomEndpoint' :2025-07-18 13:48:50.070 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' :2025-07-18 13:48:50.070 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' :2025-07-18 13:48:50.072 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' via constructor to bean named 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' :2025-07-18 13:48:50.073 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sbomEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:50.076 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigEndpoint' :2025-07-18 13:48:50.083 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosDiscoveryEndpoint' :2025-07-18 13:48:50.084 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosProperties' :2025-07-18 13:48:50.084 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryAutoConfiguration' :2025-07-18 13:48:50.085 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'spring.application.name' in PropertySource 'environmentProperties' with value of type String :2025-07-18 13:48:50.085 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'inetIPv6Utils' :2025-07-18 13:48:50.085 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.util.UtilIPv6AutoConfiguration' :2025-07-18 13:48:50.087 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'inetUtilsProperties' :2025-07-18 13:48:50.087 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.util.UtilAutoConfiguration' :2025-07-18 13:48:50.090 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'inetIPv6Utils' via factory method to bean named 'inetUtilsProperties' :2025-07-18 13:48:50.091 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'inetUtils' :2025-07-18 13:48:50.091 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'inetUtils' via factory method to bean named 'inetUtilsProperties' :2025-07-18 13:48:51.105 INFO main o.s.c.c.u.InetUtils: Cannot determine local hostname :2025-07-18 13:48:51.114 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryEndpoint' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:51.114 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryEndpoint' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:51.116 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelEndPoint' :2025-07-18 13:48:51.116 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.endpoint.SentinelEndpointAutoConfiguration' :2025-07-18 13:48:51.118 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelEndPoint' via factory method to bean named 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' :2025-07-18 13:48:51.119 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'beansEndpoint' :2025-07-18 13:48:51.119 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration' :2025-07-18 13:48:51.121 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:51.126 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cachesEndpointWebExtension' :2025-07-18 13:48:51.126 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cachesEndpointWebExtension' via factory method to bean named 'cachesEndpoint' :2025-07-18 13:48:51.128 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointWebExtension' :2025-07-18 13:48:51.128 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration' :2025-07-18 13:48:51.130 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry' :2025-07-18 13:48:51.130 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:51.130 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:51.132 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'infoEndpoint' :2025-07-18 13:48:51.132 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration' :2025-07-18 13:48:51.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'conditionsReportEndpoint' :2025-07-18 13:48:51.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration' :2025-07-18 13:48:51.137 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:51.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configurationPropertiesReportEndpointWebExtension' :2025-07-18 13:48:51.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'configurationPropertiesReportEndpoint' :2025-07-18 13:48:51.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' :2025-07-18 13:48:51.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'environmentEndpointWebExtension' :2025-07-18 13:48:51.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'environmentEndpoint' :2025-07-18 13:48:51.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' :2025-07-18 13:48:51.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'logFileWebEndpoint' :2025-07-18 13:48:51.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration' :2025-07-18 13:48:51.144 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' :2025-07-18 13:48:51.145 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'logFileWebEndpoint' via factory method to bean named 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' :2025-07-18 13:48:51.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loggersEndpoint' :2025-07-18 13:48:51.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration' :2025-07-18 13:48:51.148 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem' :2025-07-18 13:48:51.151 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dumpEndpoint' :2025-07-18 13:48:51.151 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration' :2025-07-18 13:48:51.153 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsEndpoint' :2025-07-18 13:48:51.153 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration' :2025-07-18 13:48:51.154 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:51.157 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sbomEndpointWebExtension' :2025-07-18 13:48:51.157 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sbomEndpointWebExtension' via factory method to bean named 'sbomEndpoint' :2025-07-18 13:48:51.158 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'scheduledTasksEndpoint' :2025-07-18 13:48:51.158 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration' :2025-07-18 13:48:51.161 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mappingsEndpoint' :2025-07-18 13:48:51.161 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration' :2025-07-18 13:48:51.162 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:51.162 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider' :2025-07-18 13:48:51.162 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration' :2025-07-18 13:48:51.166 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletMappingDescriptionProvider' :2025-07-18 13:48:51.166 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration' :2025-07-18 13:48:51.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'filterMappingDescriptionProvider' :2025-07-18 13:48:51.171 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshEndpoint' :2025-07-18 13:48:51.171 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshEndpointAutoConfiguration$RefreshEndpointConfiguration' :2025-07-18 13:48:51.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configDataContextRefresher' :2025-07-18 13:48:51.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RefreshAutoConfiguration' :2025-07-18 13:48:51.174 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.refresh-org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshProperties' :2025-07-18 13:48:51.175 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configDataContextRefresher' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:51.175 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configDataContextRefresher' via factory method to bean named 'refreshScope' :2025-07-18 13:48:51.175 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configDataContextRefresher' via factory method to bean named 'spring.cloud.refresh-org.springframework.cloud.autoconfigure.RefreshAutoConfiguration$RefreshProperties' :2025-07-18 13:48:51.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshEndpoint' via factory method to bean named 'configDataContextRefresher' :2025-07-18 13:48:51.177 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'featuresEndpoint' :2025-07-18 13:48:51.177 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.CommonsClientAutoConfiguration$ActuatorConfiguration' :2025-07-18 13:48:51.178 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springCloudCommonsFeatures' :2025-07-18 13:48:51.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignFeature' :2025-07-18 13:48:51.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration' :2025-07-18 13:48:51.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'default.com.pig4cloud.pig.codegen.PigCodeGenApplication.FeignClientSpecification' :2025-07-18 13:48:51.181 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteClientDetailsService.FeignClientSpecification' :2025-07-18 13:48:51.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteDictService.FeignClientSpecification' :2025-07-18 13:48:51.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteLogService.FeignClientSpecification' :2025-07-18 13:48:51.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteParamService.FeignClientSpecification' :2025-07-18 13:48:51.183 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteTokenService.FeignClientSpecification' :2025-07-18 13:48:51.183 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteUserService.FeignClientSpecification' :2025-07-18 13:48:51.187 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'serviceRegistryEndpoint' :2025-07-18 13:48:51.187 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration' :2025-07-18 13:48:51.187 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration' :2025-07-18 13:48:51.188 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration' via constructor to bean named 'org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration' :2025-07-18 13:48:51.188 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosRegistration' :2025-07-18 13:48:51.188 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.registry.NacosServiceRegistryAutoConfiguration' :2025-07-18 13:48:51.189 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosRegistration' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:51.189 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosRegistration' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:51.191 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties' :2025-07-18 13:48:51.195 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosServiceRegistry' :2025-07-18 13:48:51.195 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceRegistry' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:51.195 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceRegistry' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:51.196 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'serviceRegistryEndpoint' via factory method to bean named 'nacosServiceRegistry' :2025-07-18 13:48:51.221 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webEndpointServletHandlerMapping' :2025-07-18 13:48:51.221 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration' :2025-07-18 13:48:51.225 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'controllerEndpointDiscoverer' :2025-07-18 13:48:51.226 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter' :2025-07-18 13:48:51.230 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' :2025-07-18 13:48:51.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' :2025-07-18 13:48:51.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer' :2025-07-18 13:48:51.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' :2025-07-18 13:48:51.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes' :2025-07-18 13:48:51.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' :2025-07-18 13:48:51.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:51.233 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment' :2025-07-18 13:48:51.241 INFO main o.s.b.a.e.w.EndpointLinksResolver: Exposing 20 endpoints beneath base path '/actuator' :2025-07-18 13:48:51.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'controllerEndpointHandlerMapping' :2025-07-18 13:48:51.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' :2025-07-18 13:48:51.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' :2025-07-18 13:48:51.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:51.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:51.288 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'resourceServer' :2025-07-18 13:48:51.288 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' :2025-07-18 13:48:51.288 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'resourceAuthExceptionEntryPoint' :2025-07-18 13:48:51.288 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'security.oauth2.ignore-com.pig4cloud.pig.common.security.component.PermitAllUrlProperties' :2025-07-18 13:48:51.288 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'pigBearerTokenExtractor' :2025-07-18 13:48:51.288 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.component.PigResourceServerConfiguration' via constructor to bean named 'opaqueTokenIntrospector' :2025-07-18 13:48:51.292 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration' :2025-07-18 13:48:51.304 WARN main o.s.s.c.a.a.c.InitializeUserDetailsBeanManagerConfigurer$InitializeUserDetailsManagerConfigurer: Found 2 UserDetailsService beans, with names [com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl, com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl]. Global Authentication Manager will not use a UserDetailsService for username/password login. Consider publishing a single UserDetailsService bean. :2025-07-18 13:48:51.304 DEBUG main o.s.s.c.a.a.c.AuthenticationConfiguration$DefaultPasswordEncoderAuthenticationManagerBuilder: No authenticationProviders and no parentAuthenticationManager defined. Returning null. :2025-07-18 13:48:51.399 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'resourceServer' via factory method to bean named 'org.springframework.security.config.annotation.web.configuration.HttpSecurityConfiguration.httpSecurity' :2025-07-18 13:48:51.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webAuthorizationManagerPostProcessor' :2025-07-18 13:48:51.453 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authenticationManagerPostProcessor' :2025-07-18 13:48:51.513 DEBUG main o.s.s.w.DefaultSecurityFilterChain: Will secure any request with filters: DisableEncodeUrlFilter, WebAsyncManagerIntegrationFilter, SecurityContextHolderFilter, HeaderWriterFilter, LogoutFilter, BearerTokenAuthenticationFilter, AuthenticationFilter, RequestCacheAwareFilter, SecurityContextHolderAwareRequestFilter, AnonymousAuthenticationFilter, ExceptionTranslationFilter, AuthorizationFilter :2025-07-18 13:48:51.517 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'delegatingApplicationListener' :2025-07-18 13:48:51.518 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springSecurityFilterChain' :2025-07-18 13:48:51.540 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webSecurityExpressionHandler' :2025-07-18 13:48:51.540 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'privilegeEvaluator' :2025-07-18 13:48:51.541 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestDataValueProcessor' :2025-07-18 13:48:51.543 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.web.configuration.ObservationConfiguration' :2025-07-18 13:48:51.545 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'prePostAuthorizeExpressionHintsRegistrar' :2025-07-18 13:48:51.547 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.method.configuration.AuthorizationProxyConfiguration' :2025-07-18 13:48:51.547 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizationProxyFactory' :2025-07-18 13:48:51.549 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webTargetVisitor' :2025-07-18 13:48:51.549 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.method.configuration.AuthorizationProxyWebConfiguration' :2025-07-18 13:48:51.560 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizeReturnObjectHintsRegistrar' :2025-07-18 13:48:51.560 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'authorizeReturnObjectHintsRegistrar' via factory method to bean named 'authorizationProxyFactory' :2025-07-18 13:48:51.561 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.security.config.annotation.method.configuration.MethodObservationConfiguration' :2025-07-18 13:48:51.563 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.feign.PigFeignClientConfiguration' :2025-07-18 13:48:51.564 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'oauthRequestInterceptor' :2025-07-18 13:48:51.565 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'oauthRequestInterceptor' via factory method to bean named 'pigBearerTokenExtractor' :2025-07-18 13:48:51.566 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteClientDetailsService' :2025-07-18 13:48:51.567 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:51.571 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteDictService' :2025-07-18 13:48:51.571 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:51.574 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteLogService' :2025-07-18 13:48:51.574 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:51.576 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteParamService' :2025-07-18 13:48:51.576 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:51.578 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteTokenService' :2025-07-18 13:48:51.578 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:51.580 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.admin.api.feign.RemoteUserService' :2025-07-18 13:48:51.580 DEBUG main o.s.c.o.FeignClientFactoryBean: Creating a FeignClientFactoryBean. :2025-07-18 13:48:51.582 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'swagger-com.pig4cloud.pig.common.swagger.support.SwaggerProperties' :2025-07-18 13:48:51.585 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openAPIDefinition' :2025-07-18 13:48:51.595 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openAPIMetadata' :2025-07-18 13:48:51.598 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationConfiguration' :2025-07-18 13:48:51.598 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' :2025-07-18 13:48:51.599 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' :2025-07-18 13:48:51.600 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration' :2025-07-18 13:48:51.600 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' :2025-07-18 13:48:51.601 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' :2025-07-18 13:48:51.602 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' :2025-07-18 13:48:51.602 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder' :2025-07-18 13:48:51.604 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$AsyncConfigurerConfiguration' :2025-07-18 13:48:51.605 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'applicationTaskExecutorAsyncConfigurer' :2025-07-18 13:48:51.605 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'applicationTaskExecutorAsyncConfigurer' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:51.606 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$BootstrapExecutorConfiguration' :2025-07-18 13:48:51.607 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' :2025-07-18 13:48:51.607 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' :2025-07-18 13:48:51.608 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultValidator' :2025-07-18 13:48:51.608 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:51.610 DEBUG main o.h.v.m.ResourceBundleMessageInterpolator: Loaded expression factory via original TCCL :2025-07-18 13:48:51.612 DEBUG main o.h.v.i.e.AbstractConfigurationImpl: Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator :2025-07-18 13:48:51.612 DEBUG main o.h.v.i.e.AbstractConfigurationImpl: Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory :2025-07-18 13:48:51.614 DEBUG main o.h.v.i.x.c.ValidationXmlParser: Trying to load META-INF/validation.xml for XML based Validator configuration. :2025-07-18 13:48:51.614 DEBUG main o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via user class loader :2025-07-18 13:48:51.614 DEBUG main o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via TCCL :2025-07-18 13:48:51.615 DEBUG main o.h.v.i.x.c.ResourceLoaderHelper: Trying to load META-INF/validation.xml via Hibernate Validator's class loader :2025-07-18 13:48:51.615 DEBUG main o.h.v.i.x.c.ValidationXmlParser: No META-INF/validation.xml found. Using annotation based configuration only. :2025-07-18 13:48:51.615 DEBUG main o.h.v.i.e.r.TraversableResolvers: Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. :2025-07-18 13:48:51.617 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. :2025-07-18 13:48:51.619 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator. :2025-07-18 13:48:51.619 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. :2025-07-18 13:48:51.619 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. :2025-07-18 13:48:51.619 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. :2025-07-18 13:48:51.619 DEBUG main o.h.v.i.e.ValidatorFactoryConfigurationHelper: HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. :2025-07-18 13:48:51.625 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' :2025-07-18 13:48:51.627 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'error' :2025-07-18 13:48:51.631 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'beanNameViewResolver' :2025-07-18 13:48:51.635 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' :2025-07-18 13:48:51.635 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:51.635 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' :2025-07-18 13:48:51.636 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'conventionErrorViewResolver' :2025-07-18 13:48:51.638 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'errorAttributes' :2025-07-18 13:48:51.639 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'basicErrorController' :2025-07-18 13:48:51.639 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' :2025-07-18 13:48:51.644 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'localeResolver' :2025-07-18 13:48:51.645 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'themeResolver' :2025-07-18 13:48:51.647 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'flashMapManager' :2025-07-18 13:48:51.650 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewNameTranslator' :2025-07-18 13:48:51.650 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcValidator' :2025-07-18 13:48:51.653 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcPatternParser' :2025-07-18 13:48:51.655 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcUrlPathHelper' :2025-07-18 13:48:51.656 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcPathMatcher' :2025-07-18 13:48:51.660 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestMappingHandlerAdapter' :2025-07-18 13:48:51.661 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:51.661 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:51.661 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' :2025-07-18 13:48:51.669 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortResolver' :2025-07-18 13:48:51.671 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortCustomizer' :2025-07-18 13:48:51.677 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageableResolver' :2025-07-18 13:48:51.677 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageableCustomizer' :2025-07-18 13:48:51.690 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'formXssClean' :2025-07-18 13:48:51.690 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'formXssClean' via factory method to bean named 'security.xss-com.pig4cloud.pig.common.xss.config.PigXssProperties' :2025-07-18 13:48:51.690 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'formXssClean' via factory method to bean named 'xssCleaner' :2025-07-18 13:48:51.695 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.feign.sentinel.handle.GlobalBizExceptionHandler' :2025-07-18 13:48:51.697 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' :2025-07-18 13:48:51.699 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration' :2025-07-18 13:48:51.704 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' via constructor to bean named 'org.springdoc.core.configuration.SpringDocConfiguration' :2025-07-18 13:48:51.705 DEBUG main o.s.w.s.m.m.a.RequestMappingHandlerAdapter: ControllerAdvice beans: 0 @ModelAttribute, 1 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice :2025-07-18 13:48:51.725 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcViewResolver' :2025-07-18 13:48:51.725 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:51.728 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'defaultViewResolver' :2025-07-18 13:48:51.736 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewResolver' :2025-07-18 13:48:51.736 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:51.738 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'viewResolver' :2025-07-18 13:48:51.738 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'freeMarkerViewResolver' :2025-07-18 13:48:51.738 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration' :2025-07-18 13:48:51.739 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' :2025-07-18 13:48:51.743 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration' via constructor to bean named 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' :2025-07-18 13:48:51.774 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'handlerFunctionAdapter' :2025-07-18 13:48:51.776 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mvcUriComponentsContributor' :2025-07-18 13:48:51.776 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' :2025-07-18 13:48:51.776 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' :2025-07-18 13:48:51.778 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'httpRequestHandlerAdapter' :2025-07-18 13:48:51.779 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' :2025-07-18 13:48:51.779 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'handlerExceptionResolver' :2025-07-18 13:48:51.780 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' :2025-07-18 13:48:51.787 DEBUG main o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver: ControllerAdvice beans: 2 @ExceptionHandler, 1 ResponseBodyAdvice :2025-07-18 13:48:51.789 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.ReactiveSentinelCircuitBreakerAutoConfiguration' :2025-07-18 13:48:51.790 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveConfigureRulesCustomizer' :2025-07-18 13:48:51.790 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$ReactiveSentinelCustomizerConfiguration' :2025-07-18 13:48:51.791 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties' :2025-07-18 13:48:51.793 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveConfigureRulesCustomizer' via factory method to bean named 'feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties' :2025-07-18 13:48:51.797 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveSentinelCircuitBreakerFactory' :2025-07-18 13:48:51.800 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.SentinelCircuitBreakerAutoConfiguration' :2025-07-18 13:48:51.800 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configureRulesCustomizer' :2025-07-18 13:48:51.800 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$SentinelCustomizerConfiguration' :2025-07-18 13:48:51.801 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configureRulesCustomizer' via factory method to bean named 'feign.sentinel-com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientProperties' :2025-07-18 13:48:51.804 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelCircuitBreakerFactory' :2025-07-18 13:48:51.805 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerNameResolverConfiguration' :2025-07-18 13:48:51.806 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientCircuitNameResolver' :2025-07-18 13:48:51.807 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration$CircuitBreakerListenerConfiguration' :2025-07-18 13:48:51.808 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'circuitBreakerRuleChangeListener' :2025-07-18 13:48:51.810 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.circuitbreaker.sentinel.feign.SentinelFeignClientAutoConfiguration' :2025-07-18 13:48:51.810 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosContextRefresher' :2025-07-18 13:48:51.811 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosContextRefresher' via factory method to bean named 'nacosConfigManager' :2025-07-18 13:48:51.811 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosContextRefresher' via factory method to bean named 'nacosRefreshHistory' :2025-07-18 13:48:51.812 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.NacosConfigSpringCloudAutoConfiguration' :2025-07-18 13:48:51.812 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosPropertySourceLocator' :2025-07-18 13:48:51.813 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosPropertySourceLocator' via factory method to bean named 'nacosConfigManager' :2025-07-18 13:48:51.814 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosConfigSpringCloudRefreshEventListener' :2025-07-18 13:48:51.816 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosServiceDiscovery' :2025-07-18 13:48:51.816 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceDiscovery' via factory method to bean named 'nacosProperties' :2025-07-18 13:48:51.816 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosServiceDiscovery' via factory method to bean named 'nacosServiceManager' :2025-07-18 13:48:51.817 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryClientConfiguration' :2025-07-18 13:48:51.817 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosDiscoveryClient' :2025-07-18 13:48:51.818 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosDiscoveryClient' via factory method to bean named 'nacosServiceDiscovery' :2025-07-18 13:48:51.819 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.nacos.discovery.NacosDiscoveryHeartBeatConfiguration' :2025-07-18 13:48:51.820 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationAutoConfiguration' :2025-07-18 13:48:51.821 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nacosAutoServiceRegistration' :2025-07-18 13:48:51.821 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosAutoServiceRegistration' via factory method to bean named 'nacosServiceRegistry' :2025-07-18 13:48:51.821 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosAutoServiceRegistration' via factory method to bean named 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' :2025-07-18 13:48:51.821 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'nacosAutoServiceRegistration' via factory method to bean named 'nacosRegistration' :2025-07-18 13:48:51.827 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration$SentinelJsonConfiguration' :2025-07-18 13:48:51.828 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-flow-converter' :2025-07-18 13:48:51.830 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-degrade-converter' :2025-07-18 13:48:51.830 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-system-converter' :2025-07-18 13:48:51.831 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-authority-converter' :2025-07-18 13:48:51.832 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinel-json-param-flow-converter' :2025-07-18 13:48:51.832 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration$SentinelConverterConfiguration' :2025-07-18 13:48:51.833 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.custom.SentinelAutoConfiguration' :2025-07-18 13:48:51.834 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelResourceAspect' :2025-07-18 13:48:51.834 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sentinelDataSourceHandler' :2025-07-18 13:48:51.835 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelDataSourceHandler' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:51.835 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelDataSourceHandler' via factory method to bean named 'spring.cloud.sentinel-com.alibaba.cloud.sentinel.SentinelProperties' :2025-07-18 13:48:51.835 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sentinelDataSourceHandler' via factory method to bean named 'environment' :2025-07-18 13:48:51.837 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.feign.PigFeignAutoConfiguration' :2025-07-18 13:48:51.839 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigFeignRequestCloseInterceptor' :2025-07-18 13:48:51.840 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pigFeignInnerRequestInterceptor' :2025-07-18 13:48:51.841 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.alibaba.cloud.sentinel.feign.SentinelFeignAutoConfiguration' :2025-07-18 13:48:51.843 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceCreatorAutoConfiguration' :2025-07-18 13:48:51.844 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'basicDataSourceCreator' :2025-07-18 13:48:51.845 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jndiDataSourceCreator' :2025-07-18 13:48:51.847 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSourceInitEvent' :2025-07-18 13:48:51.848 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.DdlAutoConfiguration' :2025-07-18 13:48:51.850 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration' :2025-07-18 13:48:51.850 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration' :2025-07-18 13:48:51.851 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' :2025-07-18 13:48:51.860 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$MapperScannerRegistrarNotFoundConfiguration' :2025-07-18 13:48:51.861 DEBUG main c.b.m.a.MybatisPlusAutoConfiguration: Not found configuration for registering mapper bean using @MapperScan, MapperFactoryBean and MapperScannerConfigurer. :2025-07-18 13:48:51.862 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mybatisPlusSpringApplicationContextAware' :2025-07-18 13:48:51.862 INFO main c.b.m.e.s.MybatisPlusApplicationContextAware: Register ApplicationContext instances org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e :2025-07-18 13:48:51.862 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.RedisTemplateConfiguration' :2025-07-18 13:48:51.865 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisTemplate' :2025-07-18 13:48:51.866 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'redisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:51.891 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.892 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.893 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:51.894 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.895 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:51.903 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.904 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:51.905 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.906 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:51.912 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:51.930 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'hashOperations' :2025-07-18 13:48:51.931 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'hashOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:51.937 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'valueOperations' :2025-07-18 13:48:51.938 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'stringRedisTemplate' :2025-07-18 13:48:51.938 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'stringRedisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:51.946 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'valueOperations' via factory method to bean named 'stringRedisTemplate' :2025-07-18 13:48:51.952 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'listOperations' :2025-07-18 13:48:51.952 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'listOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:51.957 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'setOperations' :2025-07-18 13:48:51.957 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'setOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:51.962 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'zSetOperations' :2025-07-18 13:48:51.962 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'zSetOperations' via factory method to bean named 'redisTemplate' :2025-07-18 13:48:51.976 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.config.RestTemplateConfiguration' :2025-07-18 13:48:51.977 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restTemplate' :2025-07-18 13:48:52.000 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restClientBuilder' :2025-07-18 13:48:52.006 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'deferringLoadBalancerInterceptor' :2025-07-18 13:48:52.010 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.core.util.SpringContextHolder' :2025-07-18 13:48:52.012 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.excel.ExcelAutoConfiguration' :2025-07-18 13:48:52.013 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'remoteDictApiService' :2025-07-18 13:48:52.140 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dictDataProvider' :2025-07-18 13:48:52.140 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dictDataProvider' via factory method to bean named 'remoteDictApiService' :2025-07-18 13:48:52.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.log.LogAutoConfiguration' :2025-07-18 13:48:52.144 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysLogListener' :2025-07-18 13:48:52.145 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'security.log-com.pig4cloud.pig.common.log.config.PigLogProperties' :2025-07-18 13:48:52.148 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContext' :2025-07-18 13:48:52.155 DEBUG main o.s.c.a.AnnotationConfigApplicationContext: Refreshing FeignClientFactory-remoteLogService :2025-07-18 13:48:52.155 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:52.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:52.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:52.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:52.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:52.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:52.170 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyPlaceholderAutoConfiguration' :2025-07-18 13:48:52.171 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientsConfiguration' :2025-07-18 13:48:52.174 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.openfeign.client-org.springframework.cloud.openfeign.FeignClientProperties' :2025-07-18 13:48:52.176 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.openfeign.encoder-org.springframework.cloud.openfeign.support.FeignEncoderProperties' :2025-07-18 13:48:52.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignClientsConfiguration$DefaultFeignBuilderConfiguration' :2025-07-18 13:48:52.179 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignDecoder' :2025-07-18 13:48:52.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignEncoderPageable' :2025-07-18 13:48:52.188 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignQueryMapEncoderPageable' :2025-07-18 13:48:52.189 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContract' :2025-07-18 13:48:52.190 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignConversionService' :2025-07-18 13:48:52.190 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignContract' via factory method to bean named 'feignConversionService' :2025-07-18 13:48:52.196 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignRetryer' :2025-07-18 13:48:52.196 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignLoggerFactory' :2025-07-18 13:48:52.197 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientConfigurer' :2025-07-18 13:48:52.200 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScopeRefreshedEventListener' :2025-07-18 13:48:52.200 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.CachingConfiguration' :2025-07-18 13:48:52.202 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'configPropsSingleton' :2025-07-18 13:48:52.203 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'configPropsSingleton' via factory method to bean named 'envCopy' :2025-07-18 13:48:52.204 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeRefreshedEventListener' via factory method to bean named 'environment' :2025-07-18 13:48:52.204 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeRefreshedEventListener' via factory method to bean named 'encryptablePropertySourceConverter' :2025-07-18 13:48:52.204 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeRefreshedEventListener' via factory method to bean named 'configPropsSingleton' :2025-07-18 13:48:52.207 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshEventListener' :2025-07-18 13:48:52.207 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshEventListener' via factory method to bean named 'configDataContextRefresher' :2025-07-18 13:48:52.208 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'startupTimeMetrics' :2025-07-18 13:48:52.208 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration' :2025-07-18 13:48:52.209 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry' :2025-07-18 13:48:52.211 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springApplicationAdminRegistrar' :2025-07-18 13:48:52.211 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration' :2025-07-18 13:48:52.211 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment' :2025-07-18 13:48:52.212 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mbeanExporter' :2025-07-18 13:48:52.212 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' :2025-07-18 13:48:52.213 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' :2025-07-18 13:48:52.214 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' :2025-07-18 13:48:52.215 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'objectNamingStrategy' :2025-07-18 13:48:52.218 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' :2025-07-18 13:48:52.218 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:52.221 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'mbeanServer' :2025-07-18 13:48:52.222 DEBUG main o.s.j.s.JmxUtils: Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@5ae9a829 :2025-07-18 13:48:52.234 DEBUG main o.s.b.a.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin: Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication' :2025-07-18 13:48:52.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cachingCapability' :2025-07-18 13:48:52.258 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cachingCapability' via factory method to bean named 'cacheInterceptor' :2025-07-18 13:48:52.262 INFO main o.s.c.o.FeignClientFactoryBean: For 'pig-upms-biz' URL not provided. Will try picking an instance via load-balancing. :2025-07-18 13:48:52.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClient' :2025-07-18 13:48:52.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.loadbalancer.OkHttpFeignLoadBalancerConfiguration' :2025-07-18 13:48:52.264 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'okHttpClient' :2025-07-18 13:48:52.264 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration$OkHttpFeignConfiguration' :2025-07-18 13:48:52.265 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'okHttpClientBuilder' :2025-07-18 13:48:52.328 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'httpClientConnectionPool' :2025-07-18 13:48:52.328 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties' :2025-07-18 13:48:52.331 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'httpClientConnectionPool' via factory method to bean named 'spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties' :2025-07-18 13:48:52.331 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'okHttpClient' via factory method to bean named 'okHttpClientBuilder' :2025-07-18 13:48:52.332 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'okHttpClient' via factory method to bean named 'httpClientConnectionPool' :2025-07-18 13:48:52.332 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'okHttpClient' via factory method to bean named 'spring.cloud.openfeign.httpclient-org.springframework.cloud.openfeign.support.FeignHttpClientProperties' :2025-07-18 13:48:52.346 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'blockingLoadBalancerClient' :2025-07-18 13:48:52.346 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration' :2025-07-18 13:48:52.347 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerClientFactory' :2025-07-18 13:48:52.347 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration' :2025-07-18 13:48:52.348 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.loadbalancer-org.springframework.cloud.client.loadbalancer.LoadBalancerClientsProperties' :2025-07-18 13:48:52.351 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerClientFactory' via factory method to bean named 'spring.cloud.loadbalancer-org.springframework.cloud.client.loadbalancer.LoadBalancerClientsProperties' :2025-07-18 13:48:52.352 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'default.org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration.LoadBalancerClientSpecification' :2025-07-18 13:48:52.353 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'default.org.springframework.cloud.loadbalancer.config.BlockingLoadBalancerClientAutoConfiguration.LoadBalancerClientSpecification' :2025-07-18 13:48:52.356 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'blockingLoadBalancerClient' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:52.359 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'xForwarderHeadersFeignTransformer' :2025-07-18 13:48:52.359 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.loadbalancer.FeignLoadBalancerAutoConfiguration' :2025-07-18 13:48:52.360 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'xForwarderHeadersFeignTransformer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:52.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'okHttpClient' :2025-07-18 13:48:52.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'blockingLoadBalancerClient' :2025-07-18 13:48:52.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:52.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClient' via factory method to bean named 'xForwarderHeadersFeignTransformer' :2025-07-18 13:48:52.364 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignTargeter' :2025-07-18 13:48:52.364 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignAutoConfiguration$DefaultFeignTargeterConfiguration' :2025-07-18 13:48:52.380 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysLogListener' via factory method to bean named 'security.log-com.pig4cloud.pig.common.log.config.PigLogProperties' :2025-07-18 13:48:52.380 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sysLogListener' via factory method to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteLogService' :2025-07-18 13:48:52.384 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sysLogAspect' :2025-07-18 13:48:52.384 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl' :2025-07-18 13:48:52.388 DEBUG main o.s.c.a.AnnotationConfigApplicationContext: Refreshing FeignClientFactory-remoteUserService :2025-07-18 13:48:52.388 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:52.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:52.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:52.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:52.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:52.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyPlaceholderAutoConfiguration' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientsConfiguration' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignClientsConfiguration$DefaultFeignBuilderConfiguration' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignDecoder' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignEncoderPageable' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignQueryMapEncoderPageable' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContract' :2025-07-18 13:48:52.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignConversionService' :2025-07-18 13:48:52.396 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignContract' via factory method to bean named 'feignConversionService' :2025-07-18 13:48:52.396 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignRetryer' :2025-07-18 13:48:52.396 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignLoggerFactory' :2025-07-18 13:48:52.396 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientConfigurer' :2025-07-18 13:48:52.397 INFO main o.s.c.o.FeignClientFactoryBean: For 'pig-upms-biz' URL not provided. Will try picking an instance via load-balancing. :2025-07-18 13:48:52.402 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl' via constructor to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteUserService' :2025-07-18 13:48:52.402 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl' via constructor to bean named 'cacheManager' :2025-07-18 13:48:52.405 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationConsentService' :2025-07-18 13:48:52.406 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository' :2025-07-18 13:48:52.409 DEBUG main o.s.c.a.AnnotationConfigApplicationContext: Refreshing FeignClientFactory-remoteClientDetailsService :2025-07-18 13:48:52.409 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' :2025-07-18 13:48:52.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' :2025-07-18 13:48:52.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' :2025-07-18 13:48:52.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' :2025-07-18 13:48:52.416 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' :2025-07-18 13:48:52.417 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' :2025-07-18 13:48:52.417 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyPlaceholderAutoConfiguration' :2025-07-18 13:48:52.417 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientsConfiguration' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.FeignClientsConfiguration$DefaultFeignBuilderConfiguration' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignDecoder' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignEncoderPageable' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignQueryMapEncoderPageable' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignContract' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignConversionService' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignContract' via factory method to bean named 'feignConversionService' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignRetryer' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignLoggerFactory' :2025-07-18 13:48:52.418 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientConfigurer' :2025-07-18 13:48:52.419 INFO main o.s.c.o.FeignClientFactoryBean: For 'pig-upms-biz' URL not provided. Will try picking an instance via load-balancing. :2025-07-18 13:48:52.425 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository' via constructor to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteClientDetailsService' :2025-07-18 13:48:52.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl' :2025-07-18 13:48:52.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl' via constructor to bean named 'com.pig4cloud.pig.admin.api.feign.RemoteUserService' :2025-07-18 13:48:52.430 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl' via constructor to bean named 'cacheManager' :2025-07-18 13:48:52.432 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.plugin.excel.ExcelHandlerConfiguration' :2025-07-18 13:48:52.433 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'excel-com.pig4cloud.plugin.excel.config.ExcelConfigProperties' :2025-07-18 13:48:52.434 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.plugin.excel.ExcelHandlerConfiguration' via constructor to bean named 'excel-com.pig4cloud.plugin.excel.config.ExcelConfigProperties' :2025-07-18 13:48:52.435 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'writerBuilderEnhancer' :2025-07-18 13:48:52.437 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'singleSheetWriteHandler' :2025-07-18 13:48:52.439 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'i18nHeaderCellWriteHandler' :2025-07-18 13:48:52.439 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'i18nHeaderCellWriteHandler' via factory method to bean named 'messageSource' :2025-07-18 13:48:52.448 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'manySheetWriteHandler' :2025-07-18 13:48:52.449 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'responseExcelReturnValueHandler' :2025-07-18 13:48:52.450 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseExcelReturnValueHandler' via factory method to bean named 'singleSheetWriteHandler' :2025-07-18 13:48:52.450 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseExcelReturnValueHandler' via factory method to bean named 'manySheetWriteHandler' :2025-07-18 13:48:52.451 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration' :2025-07-18 13:48:52.451 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration' via constructor to bean named 'requestMappingHandlerAdapter' :2025-07-18 13:48:52.451 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration' via constructor to bean named 'responseExcelReturnValueHandler' :2025-07-18 13:48:52.453 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'nameProcessor' :2025-07-18 13:48:52.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dynamicNameAspect' :2025-07-18 13:48:52.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dynamicNameAspect' via factory method to bean named 'nameProcessor' :2025-07-18 13:48:52.454 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesConfiguration' :2025-07-18 13:48:52.456 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'com.ulisesbocchio.jasyptspringbootstarter.JasyptSpringBootAutoConfiguration' :2025-07-18 13:48:52.456 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pathMappedEndpoints' :2025-07-18 13:48:52.457 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxAnnotationEndpointDiscoverer' :2025-07-18 13:48:52.457 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' :2025-07-18 13:48:52.458 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' :2025-07-18 13:48:52.459 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:52.459 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' :2025-07-18 13:48:52.459 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' :2025-07-18 13:48:52.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxAnnotationEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' :2025-07-18 13:48:52.461 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxIncludeExcludePropertyEndpointFilter' :2025-07-18 13:48:52.462 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxAccessPropertiesOperationFilter' :2025-07-18 13:48:52.462 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxAccessPropertiesOperationFilter' via factory method to bean named 'propertiesEndpointAccessResolver' :2025-07-18 13:48:52.466 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer' :2025-07-18 13:48:52.466 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer' :2025-07-18 13:48:52.466 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer' :2025-07-18 13:48:52.466 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' :2025-07-18 13:48:52.483 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' :2025-07-18 13:48:52.484 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration' :2025-07-18 13:48:52.484 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties' :2025-07-18 13:48:52.486 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration' via constructor to bean named 'spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties' :2025-07-18 13:48:52.488 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpRequestFactoryBuilder' :2025-07-18 13:48:52.495 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpRequestFactorySettings' :2025-07-18 13:48:52.497 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration' :2025-07-18 13:48:52.497 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer' :2025-07-18 13:48:52.498 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restClientSsl' :2025-07-18 13:48:52.498 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry' :2025-07-18 13:48:52.499 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restClientBuilderConfigurer' :2025-07-18 13:48:52.500 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRestClientCustomizer' :2025-07-18 13:48:52.500 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration' :2025-07-18 13:48:52.502 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:52.502 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:52.504 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' :2025-07-18 13:48:52.504 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration' :2025-07-18 13:48:52.505 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.http.reactiveclient-org.springframework.boot.autoconfigure.http.client.reactive.HttpReactiveClientProperties' :2025-07-18 13:48:52.506 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration' via constructor to bean named 'spring.http.reactiveclient-org.springframework.boot.autoconfigure.http.client.reactive.HttpReactiveClientProperties' :2025-07-18 13:48:52.508 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpConnectorBuilder' :2025-07-18 13:48:52.513 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'clientHttpConnectorSettings' :2025-07-18 13:48:52.514 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.anyline.adapter.init.DefaultEntityAdapter' :2025-07-18 13:48:52.517 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.anyline.data.jdbc.mysql.MySQLAdapter' :2025-07-18 13:48:53.648 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.anyline.data.listener.init.DataSourceLoadListener' :2025-07-18 13:48:53.649 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.anyline.data.listener.init.DefaultDDListener' :2025-07-18 13:48:53.667 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.environment.configuration.spring' :2025-07-18 13:48:53.668 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.environment.worker.spring' :2025-07-18 13:48:53.685 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.environment.spring.data.driver.actuator.jdbc' :2025-07-18 13:48:53.689 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.environment.spring.data.datasource.loader.jdbc' :2025-07-18 13:48:53.737 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jdbcTemplate' :2025-07-18 13:48:53.737 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' :2025-07-18 13:48:53.738 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' :2025-07-18 13:48:53.739 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource' :2025-07-18 13:48:53.739 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' :2025-07-18 13:48:53.748 DEBUG main o.a.d.r.RuntimeHolder: [create jdbc runtime][key:default] :2025-07-18 13:48:53.752 DEBUG main o.a.d.r.RuntimeHolder: [instance service][data source:default][instance id:anyline.service.default] :2025-07-18 13:48:53.755 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionManager' :2025-07-18 13:48:53.755 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' :2025-07-18 13:48:53.755 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment' :2025-07-18 13:48:53.755 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionManager' via factory method to bean named 'dataSource' :2025-07-18 13:48:53.757 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'platformTransactionManagerCustomizers' :2025-07-18 13:48:53.757 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration' :2025-07-18 13:48:53.758 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionExecutionListeners' :2025-07-18 13:48:53.759 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' :2025-07-18 13:48:53.767 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.service.default' :2025-07-18 13:48:53.772 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.dao.default' :2025-07-18 13:48:53.951 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.environment.spring.data.datasource.holder.jdbc' :2025-07-18 13:48:53.957 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'anyline.environment.spring.data.runtime.holder.jdbc' :2025-07-18 13:48:53.959 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$QuerydslProvider' :2025-07-18 13:48:53.959 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'queryDslQuerydslPredicateOperationCustomizer' :2025-07-18 13:48:53.960 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:53.967 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'queryDslQuerydslPredicateOperationCustomizer' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:53.968 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocWebFluxSupportConfiguration' :2025-07-18 13:48:53.968 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webFluxSupportConverter' :2025-07-18 13:48:53.969 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springdocObjectMapperProvider' :2025-07-18 13:48:53.969 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springdocObjectMapperProvider' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:53.980 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'webFluxSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:53.982 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider' :2025-07-18 13:48:53.983 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDataWebPropertiesProvider' :2025-07-18 13:48:53.984 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$WebConversionServiceConfiguration' :2025-07-18 13:48:53.984 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'webConversionServiceProvider' :2025-07-18 13:48:53.985 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'initExtraSchemas' :2025-07-18 13:48:53.991 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'localSpringDocParameterNameDiscoverer' :2025-07-18 13:48:53.992 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'additionalModelsConverter' :2025-07-18 13:48:53.992 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'additionalModelsConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:53.993 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'fileSupportConverter' :2025-07-18 13:48:53.993 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'fileSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:53.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'responseSupportConverter' :2025-07-18 13:48:53.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:53.994 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'schemaPropertyDeprecatingConverter' :2025-07-18 13:48:53.995 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'polymorphicModelConverter' :2025-07-18 13:48:53.995 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'polymorphicModelConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:53.997 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openAPIBuilder' :2025-07-18 13:48:53.998 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'securityParser' :2025-07-18 13:48:53.998 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'propertyResolverUtils' :2025-07-18 13:48:53.999 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:53.999 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'messageSource' :2025-07-18 13:48:53.999 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:54.000 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'securityParser' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:54.003 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'securityParser' :2025-07-18 13:48:54.003 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:54.003 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:54.006 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'modelConverterRegistrar' :2025-07-18 13:48:54.007 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageableOpenAPIConverter' :2025-07-18 13:48:54.007 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocPageableConfiguration' :2025-07-18 13:48:54.008 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pageableOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:54.009 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'pageOpenAPIConverter' :2025-07-18 13:48:54.009 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'pageOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:54.010 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sortOpenAPIConverter' :2025-07-18 13:48:54.010 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSortConfiguration' :2025-07-18 13:48:54.011 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sortOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:54.012 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'modelConverterRegistrar' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:54.027 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'operationBuilder' :2025-07-18 13:48:54.027 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'parameterBuilder' :2025-07-18 13:48:54.027 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'parameterObjectNamingStrategyCustomizer' :2025-07-18 13:48:54.028 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataRestDelegatingMethodParameterCustomizer' :2025-07-18 13:48:54.031 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:54.031 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:54.034 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestBodyBuilder' :2025-07-18 13:48:54.034 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'parameterBuilder' :2025-07-18 13:48:54.034 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:54.035 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'parameterBuilder' :2025-07-18 13:48:54.035 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'requestBodyBuilder' :2025-07-18 13:48:54.035 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'securityParser' :2025-07-18 13:48:54.035 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:54.037 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDocProviders' :2025-07-18 13:48:54.039 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'routerFunctionProvider' :2025-07-18 13:48:54.039 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration' :2025-07-18 13:48:54.040 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springWebProvider' :2025-07-18 13:48:54.040 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration' :2025-07-18 13:48:54.043 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springDocProviders' via factory method to bean named 'springdocObjectMapperProvider' :2025-07-18 13:48:54.044 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springDocCustomizers' :2025-07-18 13:48:54.045 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'globalOpenApiCustomizer' :2025-07-18 13:48:54.049 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocKotlinConfiguration' :2025-07-18 13:48:54.051 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringDocSecurityOAuth2Configuration' :2025-07-18 13:48:54.052 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSecurityConfiguration' :2025-07-18 13:48:54.054 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringDocSecurityOAuth2Configuration' via constructor to bean named 'org.springdoc.core.configuration.SpringDocSecurityConfiguration' :2025-07-18 13:48:54.055 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringSecurityLoginEndpointConfiguration' :2025-07-18 13:48:54.055 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocSecurityConfiguration$SpringSecurityLoginEndpointConfiguration' via constructor to bean named 'org.springdoc.core.configuration.SpringDocSecurityConfiguration' :2025-07-18 13:48:54.056 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration' :2025-07-18 13:48:54.057 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'openApiResource' :2025-07-18 13:48:54.057 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestBuilder' :2025-07-18 13:48:54.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'parameterBuilder' :2025-07-18 13:48:54.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'requestBodyBuilder' :2025-07-18 13:48:54.058 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer' :2025-07-18 13:48:54.060 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'responseBuilder' :2025-07-18 13:48:54.061 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'operationBuilder' :2025-07-18 13:48:54.061 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:54.061 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'propertyResolverUtils' :2025-07-18 13:48:54.065 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'requestBuilder' :2025-07-18 13:48:54.065 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'responseBuilder' :2025-07-18 13:48:54.065 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'operationBuilder' :2025-07-18 13:48:54.065 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' :2025-07-18 13:48:54.065 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocProviders' :2025-07-18 13:48:54.065 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocCustomizers' :2025-07-18 13:48:54.074 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration' :2025-07-18 13:48:54.075 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' :2025-07-18 13:48:54.075 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'applicationAvailability' :2025-07-18 13:48:54.077 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration' :2025-07-18 13:48:54.079 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'meterRegistryCloser' :2025-07-18 13:48:54.080 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration' :2025-07-18 13:48:54.081 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loggingRebinder' :2025-07-18 13:48:54.082 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'refreshScopeLifecycle' :2025-07-18 13:48:54.082 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'refreshScopeLifecycle' via factory method to bean named 'configDataContextRefresher' :2025-07-18 13:48:54.083 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheAutoConfigurationValidator' :2025-07-18 13:48:54.083 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'cacheAutoConfigurationValidator' via factory method to bean named 'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' :2025-07-18 13:48:54.084 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator' :2025-07-18 13:48:54.084 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' :2025-07-18 13:48:54.084 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry' :2025-07-18 13:48:54.085 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.ReactiveHealthEndpointConfiguration' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveHealthContributorRegistry' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'nacosConfigHealthIndicator' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'nacosDiscoveryHealthIndicator' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'sslHealthIndicator' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'pingHealthContributor' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'dbHealthContributor' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'refreshScopeHealthIndicator' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'discoveryCompositeHealthContributor' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'redisHealthContributor' :2025-07-18 13:48:54.086 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveHealthContributorRegistry' via factory method to bean named 'healthEndpointGroups' :2025-07-18 13:48:54.090 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration' :2025-07-18 13:48:54.091 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' :2025-07-18 13:48:54.091 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' :2025-07-18 13:48:54.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' :2025-07-18 13:48:54.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration' :2025-07-18 13:48:54.094 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties' :2025-07-18 13:48:54.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration' :2025-07-18 13:48:54.096 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'servletWebChildContextFactory' :2025-07-18 13:48:54.096 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'managementServletContext' :2025-07-18 13:48:54.097 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' :2025-07-18 13:48:54.099 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisReactiveAutoConfiguration' :2025-07-18 13:48:54.100 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveRedisTemplate' :2025-07-18 13:48:54.100 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:54.100 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveRedisTemplate' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:54.116 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'reactiveStringRedisTemplate' :2025-07-18 13:48:54.116 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'reactiveStringRedisTemplate' via factory method to bean named 'redisConnectionFactory' :2025-07-18 13:48:54.120 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.data.redis.RedisHealthContributorAutoConfiguration' :2025-07-18 13:48:54.122 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'endpointObjectNameFactory' :2025-07-18 13:48:54.123 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'endpointObjectNameFactory' via factory method to bean named 'mbeanServer' :2025-07-18 13:48:54.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jmxMBeanExporter' :2025-07-18 13:48:54.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'mbeanServer' :2025-07-18 13:48:54.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'endpointObjectNameFactory' :2025-07-18 13:48:54.124 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' :2025-07-18 13:48:54.132 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'eagerlyInitializeJmxEndpointExporter' :2025-07-18 13:48:54.134 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration' :2025-07-18 13:48:54.135 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'environmentManager' :2025-07-18 13:48:54.135 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'environmentManager' via factory method to bean named 'environment' :2025-07-18 13:48:54.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration' :2025-07-18 13:48:54.137 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmGcMetrics' :2025-07-18 13:48:54.140 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmHeapPressureMetrics' :2025-07-18 13:48:54.141 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmMemoryMetrics' :2025-07-18 13:48:54.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmThreadMetrics' :2025-07-18 13:48:54.143 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'classLoaderMetrics' :2025-07-18 13:48:54.143 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmInfoMetrics' :2025-07-18 13:48:54.144 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jvmCompilationMetrics' :2025-07-18 13:48:54.144 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration' :2025-07-18 13:48:54.145 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'logbackMetrics' :2025-07-18 13:48:54.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration' :2025-07-18 13:48:54.147 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'uptimeMetrics' :2025-07-18 13:48:54.148 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'processorMetrics' :2025-07-18 13:48:54.149 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'fileDescriptorMetrics' :2025-07-18 13:48:54.150 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'diskSpaceMetrics' :2025-07-18 13:48:54.150 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:54.151 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$RedisCacheMeterBinderProviderConfiguration' :2025-07-18 13:48:54.151 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisCacheMeterBinderProvider' :2025-07-18 13:48:54.152 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$JCacheCacheMeterBinderProviderConfiguration' :2025-07-18 13:48:54.153 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jCacheCacheMeterBinderProvider' :2025-07-18 13:48:54.153 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration$CaffeineCacheMeterBinderProviderConfiguration' :2025-07-18 13:48:54.154 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'caffeineCacheMeterBinderProvider' :2025-07-18 13:48:54.155 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMeterBinderProvidersConfiguration' :2025-07-18 13:48:54.155 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' :2025-07-18 13:48:54.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'simpleMeterRegistry' :2025-07-18 13:48:54.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'redisCacheMeterBinderProvider' :2025-07-18 13:48:54.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'jCacheCacheMeterBinderProvider' :2025-07-18 13:48:54.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'caffeineCacheMeterBinderProvider' :2025-07-18 13:48:54.156 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsRegistrarConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:54.158 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'cacheMetricsRegistrar' :2025-07-18 13:48:54.158 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration' :2025-07-18 13:48:54.159 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' :2025-07-18 13:48:54.159 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' :2025-07-18 13:48:54.160 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'repositoryTagsProvider' :2025-07-18 13:48:54.161 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener' :2025-07-18 13:48:54.161 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider' :2025-07-18 13:48:54.163 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration' :2025-07-18 13:48:54.164 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration' :2025-07-18 13:48:54.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'hikariDataSourceMeterBinder' :2025-07-18 13:48:54.165 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration' :2025-07-18 13:48:54.166 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder' :2025-07-18 13:48:54.166 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@478b0739' :2025-07-18 13:48:54.167 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration' :2025-07-18 13:48:54.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration' :2025-07-18 13:48:54.168 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder' :2025-07-18 13:48:54.169 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' :2025-07-18 13:48:54.170 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' :2025-07-18 13:48:54.171 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' :2025-07-18 13:48:54.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' :2025-07-18 13:48:54.172 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder' :2025-07-18 13:48:54.174 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' :2025-07-18 13:48:54.175 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration' :2025-07-18 13:48:54.180 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'eagerTaskExecutorMetrics' :2025-07-18 13:48:54.181 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration' :2025-07-18 13:48:54.181 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration' :2025-07-18 13:48:54.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observationRestTemplateCustomizer' :2025-07-18 13:48:54.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:54.182 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' :2025-07-18 13:48:54.184 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration' :2025-07-18 13:48:54.184 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration' :2025-07-18 13:48:54.185 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'observabilitySchedulingConfigurer' :2025-07-18 13:48:54.185 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry' :2025-07-18 13:48:54.186 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerConfiguration' :2025-07-18 13:48:54.186 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.security.oauth2.authorizationserver-org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties' :2025-07-18 13:48:54.188 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerConfiguration' via constructor to bean named 'spring.security.oauth2.authorizationserver-org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties' :2025-07-18 13:48:54.189 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'authorizationServerSettings' :2025-07-18 13:48:54.193 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerAutoConfiguration' :2025-07-18 13:48:54.194 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerJwtConfiguration$JwtDecoderConfiguration' :2025-07-18 13:48:54.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.security.oauth2.resourceserver-org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties' :2025-07-18 13:48:54.198 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerJwtConfiguration$JwtDecoderConfiguration' via constructor to bean named 'spring.security.oauth2.resourceserver-org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties' :2025-07-18 13:48:54.200 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$JwtConfiguration' :2025-07-18 13:48:54.201 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.Oauth2ResourceServerConfiguration$OpaqueTokenConfiguration' :2025-07-18 13:48:54.201 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.OAuth2ResourceServerAutoConfiguration' :2025-07-18 13:48:54.202 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ssl.SslObservabilityAutoConfiguration' :2025-07-18 13:48:54.202 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sslMeterBinder' :2025-07-18 13:48:54.203 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslMeterBinder' via factory method to bean named 'sslInfo' :2025-07-18 13:48:54.203 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'sslMeterBinder' via factory method to bean named 'sslBundleRegistry' :2025-07-18 13:48:54.205 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration' :2025-07-18 13:48:54.206 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration' :2025-07-18 13:48:54.206 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration' :2025-07-18 13:48:54.207 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' :2025-07-18 13:48:54.207 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' :2025-07-18 13:48:54.208 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' :2025-07-18 13:48:54.208 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'lifecycleProcessor' :2025-07-18 13:48:54.208 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' :2025-07-18 13:48:54.209 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' :2025-07-18 13:48:54.212 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration' :2025-07-18 13:48:54.212 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.redis.RedisRepositoriesAutoConfiguration' :2025-07-18 13:48:54.213 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisIndexConfiguration#0' :2025-07-18 13:48:54.214 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisKeyspaceConfiguration#0' :2025-07-18 13:48:54.214 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisMappingConfiguration#0' :2025-07-18 13:48:54.215 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'keyValueMappingContext' :2025-07-18 13:48:54.223 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisCustomConversions' :2025-07-18 13:48:54.224 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:54.224 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:54.224 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:54.224 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:54.224 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.225 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:54.227 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisReferenceResolver' :2025-07-18 13:48:54.228 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisConverter' :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.String as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Number to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Number as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Enum to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Enum as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.Boolean to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.lang.Boolean as reading converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class [B as writing converter :2025-07-18 13:48:54.229 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.Date as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.UUID to class [B as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.util.UUID as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.LocalTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZonedDateTime to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZonedDateTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Instant as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.ZoneId as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Period as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.Duration as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetDateTime to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetDateTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.OffsetTime to class [B as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class [B to class java.time.OffsetTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.util.Date as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDate to class java.util.Date as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.LocalTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalTime to class java.util.Date as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.util.Date to class java.time.Instant as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.util.Date as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.LocalDateTime to class java.time.Instant as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Instant to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.ZoneId to class java.lang.String as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.ZoneId as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Duration to class java.lang.String as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Duration as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.time.Period to class java.lang.String as writing converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Period as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDate as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.LocalDateTime as reading converter :2025-07-18 13:48:54.230 DEBUG main o.s.d.c.CustomConversions: Adding converter from class java.lang.String to class java.time.Instant as reading converter :2025-07-18 13:48:54.236 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisKeyValueAdapter' :2025-07-18 13:48:54.253 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'redisKeyValueTemplate' :2025-07-18 13:48:54.259 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'data-redis.repository-aot-processor#0' :2025-07-18 13:48:54.262 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.data.web.config.ProjectingArgumentResolverRegistrar' :2025-07-18 13:48:54.263 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'offsetResolver' :2025-07-18 13:48:54.267 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'freeMarkerConfigurer' :2025-07-18 13:48:54.356 DEBUG main o.s.w.s.v.f.FreeMarkerConfigurer: File system access not preferred: using SpringTemplateLoader :2025-07-18 13:48:54.357 DEBUG main o.s.u.f.SpringTemplateLoader: SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e, started on Fri Jul 18 13:48:46 CST 2025] and template loader path [classpath:/templates/] :2025-07-18 13:48:54.361 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'freeMarkerConfiguration' :2025-07-18 13:48:54.362 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'freeMarkerConfiguration' via factory method to bean named 'freeMarkerConfigurer' :2025-07-18 13:48:54.380 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' :2025-07-18 13:48:54.381 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:54.381 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration' via constructor to bean named 'spring.freemarker-org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties' :2025-07-18 13:48:54.382 WARN main o.s.b.a.f.FreeMarkerAutoConfiguration: Cannot find template location: [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.check-template-location=false) :2025-07-18 13:48:54.383 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration' :2025-07-18 13:48:54.383 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'namedParameterJdbcTemplate' :2025-07-18 13:48:54.383 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate' :2025-07-18 13:48:54.387 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration' :2025-07-18 13:48:54.388 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration' :2025-07-18 13:48:54.389 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jdbcClient' :2025-07-18 13:48:54.390 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate' :2025-07-18 13:48:54.391 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' :2025-07-18 13:48:54.391 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' :2025-07-18 13:48:54.392 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties' :2025-07-18 13:48:54.393 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' :2025-07-18 13:48:54.393 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' :2025-07-18 13:48:54.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration' via constructor to bean named 'spring.reactor-org.springframework.boot.autoconfigure.reactor.ReactorProperties' :2025-07-18 13:48:54.394 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.servlet.SpringBootWebSecurityConfiguration' :2025-07-18 13:48:54.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration$JwtDecoderConfiguration' :2025-07-18 13:48:54.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jwtDecoder' :2025-07-18 13:48:54.395 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'jwkSource' :2025-07-18 13:48:54.396 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerJwtAutoConfiguration' :2025-07-18 13:48:55.046 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'jwtDecoder' via factory method to bean named 'jwkSource' :2025-07-18 13:48:55.069 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' :2025-07-18 13:48:55.069 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration' :2025-07-18 13:48:55.070 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration' :2025-07-18 13:48:55.070 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration' :2025-07-18 13:48:55.071 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' :2025-07-18 13:48:55.071 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'transactionTemplate' :2025-07-18 13:48:55.071 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager' :2025-07-18 13:48:55.074 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' :2025-07-18 13:48:55.075 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' :2025-07-18 13:48:55.075 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'multipartResolver' :2025-07-18 13:48:55.077 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.RestartEndpointWithoutIntegrationConfiguration' :2025-07-18 13:48:55.077 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.autoconfigure.PauseResumeEndpointsConfiguration' :2025-07-18 13:48:55.078 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration' :2025-07-18 13:48:55.078 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'compositeDiscoveryClient' :2025-07-18 13:48:55.079 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleDiscoveryClient' :2025-07-18 13:48:55.079 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration' :2025-07-18 13:48:55.081 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'simpleDiscoveryProperties' :2025-07-18 13:48:55.081 DEBUG main o.s.c.e.PropertySourcesPropertyResolver: Found key 'spring.application.name' in PropertySource 'environmentProperties' with value of type String :2025-07-18 13:48:56.090 INFO main o.s.c.c.u.InetUtils: Cannot determine local hostname :2025-07-18 13:48:56.091 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'simpleDiscoveryClient' via factory method to bean named 'simpleDiscoveryProperties' :2025-07-18 13:48:56.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeDiscoveryClient' via factory method to bean named 'nacosDiscoveryClient' :2025-07-18 13:48:56.092 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeDiscoveryClient' via factory method to bean named 'simpleDiscoveryClient' :2025-07-18 13:48:56.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.CommonsClientAutoConfiguration' :2025-07-18 13:48:56.093 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration' :2025-07-18 13:48:56.094 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'zoneConfig' :2025-07-18 13:48:56.094 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'zoneConfig' via factory method to bean named 'environment' :2025-07-18 13:48:56.094 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerEagerContextInitializer' :2025-07-18 13:48:56.095 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.loadbalancer.eager-load-org.springframework.cloud.client.loadbalancer.LoadBalancerEagerLoadProperties' :2025-07-18 13:48:56.096 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerEagerContextInitializer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:56.096 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerEagerContextInitializer' via factory method to bean named 'spring.cloud.loadbalancer.eager-load-org.springframework.cloud.client.loadbalancer.LoadBalancerEagerLoadProperties' :2025-07-18 13:48:56.096 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerChildContextInitializer' :2025-07-18 13:48:56.097 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerChildContextInitializer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:56.097 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerChildContextInitializer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:56.097 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerServiceInstanceCookieTransformer' :2025-07-18 13:48:56.098 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerServiceInstanceCookieTransformer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:56.098 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'xForwarderHeadersTransformer' :2025-07-18 13:48:56.098 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'xForwarderHeadersTransformer' via factory method to bean named 'loadBalancerClientFactory' :2025-07-18 13:48:56.099 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$LoadBalancerInterceptorConfig' :2025-07-18 13:48:56.100 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerInterceptor' :2025-07-18 13:48:56.100 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancerRequestFactory' :2025-07-18 13:48:56.100 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration' :2025-07-18 13:48:56.102 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerRequestFactory' via factory method to bean named 'blockingLoadBalancerClient' :2025-07-18 13:48:56.102 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerInterceptor' via factory method to bean named 'blockingLoadBalancerClient' :2025-07-18 13:48:56.102 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'loadBalancerInterceptor' via factory method to bean named 'loadBalancerRequestFactory' :2025-07-18 13:48:56.103 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'restTemplateCustomizer' :2025-07-18 13:48:56.103 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'restTemplateCustomizer' via factory method to bean named 'loadBalancerInterceptor' :2025-07-18 13:48:56.105 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration$DeferringLoadBalancerInterceptorConfig' :2025-07-18 13:48:56.105 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'loadBalancedRestTemplateInitializerDeprecated' :2025-07-18 13:48:56.108 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.commons.security.ResourceServerTokenRelayAutoConfiguration' :2025-07-18 13:48:56.108 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.configuration.CompatibilityVerifierAutoConfiguration' :2025-07-18 13:48:56.109 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'compositeCompatibilityVerifier' :2025-07-18 13:48:56.109 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'springBootVersionVerifier' :2025-07-18 13:48:56.109 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.compatibility-verifier-org.springframework.cloud.configuration.CompatibilityVerifierProperties' :2025-07-18 13:48:56.110 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'springBootVersionVerifier' via factory method to bean named 'spring.cloud.compatibility-verifier-org.springframework.cloud.configuration.CompatibilityVerifierProperties' :2025-07-18 13:48:56.111 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'sleuthPresentVerifier' :2025-07-18 13:48:56.112 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeCompatibilityVerifier' via factory method to bean named 'springBootVersionVerifier' :2025-07-18 13:48:56.112 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'compositeCompatibilityVerifier' via factory method to bean named 'sleuthPresentVerifier' :2025-07-18 13:48:56.112 DEBUG main o.s.c.c.SpringBootVersionVerifier: Version found in Boot manifest [3.5.3] :2025-07-18 13:48:56.112 DEBUG main o.s.c.c.CompositeCompatibilityVerifier: All conditions are passing :2025-07-18 13:48:56.113 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration$CaffeineLoadBalancerCacheManagerConfiguration' :2025-07-18 13:48:56.113 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'caffeineLoadBalancerCacheManager' :2025-07-18 13:48:56.114 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'spring.cloud.loadbalancer.cache-org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheProperties' :2025-07-18 13:48:56.115 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'caffeineLoadBalancerCacheManager' via factory method to bean named 'spring.cloud.loadbalancer.cache-org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheProperties' :2025-07-18 13:48:56.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.loadbalancer.config.LoadBalancerCacheAutoConfiguration' :2025-07-18 13:48:56.136 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.cloud.openfeign.loadbalancer.DefaultFeignLoadBalancerConfiguration' :2025-07-18 13:48:56.138 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignChildContextInitializer' :2025-07-18 13:48:56.138 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignChildContextInitializer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:56.138 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignChildContextInitializer' via factory method to bean named 'feignContext' :2025-07-18 13:48:56.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'feignClientBeanFactoryInitializationCodeGenerator' :2025-07-18 13:48:56.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClientBeanFactoryInitializationCodeGenerator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@673c4f6e' :2025-07-18 13:48:56.139 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'feignClientBeanFactoryInitializationCodeGenerator' via factory method to bean named 'feignContext' :2025-07-18 13:48:56.142 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration$MvcRequestMatcherConfiguration' :2025-07-18 13:48:56.143 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'requestMatcherProvider' :2025-07-18 13:48:56.143 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'requestMatcherProvider' via factory method to bean named 'dispatcherServletRegistration' :2025-07-18 13:48:56.145 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration' :2025-07-18 13:48:56.145 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration' :2025-07-18 13:48:56.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' :2025-07-18 13:48:56.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment' :2025-07-18 13:48:56.146 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration' :2025-07-18 13:48:56.148 DEBUG main o.s.b.f.s.DefaultListableBeanFactory: Creating shared instance of singleton bean 'genDynamicMapper' :2025-07-18 13:48:56.160 DEBUG main o.s.c.e.EventListenerMethodProcessor: 2 @EventListener methods processed on bean 'nacosAutoServiceRegistration': {public void com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.onContextClosedEvent(org.springframework.context.event.ContextClosedEvent)=@org.springframework.context.event.EventListener(classes={org.springframework.context.event.ContextClosedEvent.class}, condition="", defaultExecution=true, id="", value={org.springframework.context.event.ContextClosedEvent.class}), public void com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.onNacosDiscoveryInfoChangedEvent(com.alibaba.cloud.nacos.event.NacosDiscoveryInfoChangedEvent)=@org.springframework.context.event.EventListener(classes={}, condition="", defaultExecution=true, id="", value={})} :2025-07-18 13:48:56.162 DEBUG main o.s.c.e.EventListenerMethodProcessor: 1 @EventListener methods processed on bean 'sysLogListener': {public void com.pig4cloud.pig.common.log.event.SysLogListener.saveSysLog(com.pig4cloud.pig.common.log.event.SysLogEvent)=@org.springframework.context.event.EventListener(classes={com.pig4cloud.pig.common.log.event.SysLogEvent.class}, condition="", defaultExecution=true, id="", value={com.pig4cloud.pig.common.log.event.SysLogEvent.class})} :2025-07-18 13:48:56.248 DEBUG main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:56.248 DEBUG main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:56.250 DEBUG main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:56.250 DEBUG main c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:56.253 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Registering beans for JMX exposure on startup :2025-07-18 13:48:56.253 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Auto-detecting user-defined JMX MBeans :2025-07-18 13:48:56.257 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Bean with name 'refreshScope' has been autodetected for JMX exposure :2025-07-18 13:48:56.257 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Bean with name 'environmentManager' has been autodetected for JMX exposure :2025-07-18 13:48:56.257 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure :2025-07-18 13:48:56.258 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] :2025-07-18 13:48:56.261 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] :2025-07-18 13:48:56.263 DEBUG main o.s.j.e.a.AnnotationMBeanExporter: Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,type=ConfigurationPropertiesRebinder] :2025-07-18 13:48:56.266 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase -2147483647 :2025-07-18 13:48:56.266 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'springBootLoggingLifecycle' :2025-07-18 13:48:56.266 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 0 :2025-07-18 13:48:56.266 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 1073741823 :2025-07-18 13:48:56.266 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 2147481599 :2025-07-18 13:48:56.269 DEBUG main c.p.p.c.d.c.ClearTtlDataSourceFilter: Filter 'clearTtlDsFilter' configured for use :2025-07-18 13:48:56.269 DEBUG main o.s.b.w.s.f.OrderedRequestContextFilter: Filter 'requestContextFilter' configured for use :2025-07-18 13:48:56.269 DEBUG main o.s.w.f.ServerHttpObservationFilter: Filter 'webMvcObservationFilter' configured for use :2025-07-18 13:48:56.269 DEBUG main o.s.b.w.s.f.OrderedCharacterEncodingFilter: Filter 'characterEncodingFilter' configured for use :2025-07-18 13:48:56.269 DEBUG main o.s.b.w.s.DelegatingFilterProxyRegistrationBean$1: Filter 'springSecurityFilterChain' configured for use :2025-07-18 13:48:56.269 DEBUG main o.s.b.w.s.f.OrderedFormContentFilter: Filter 'formContentFilter' configured for use :2025-07-18 13:48:56.271 INFO main i.undertow: starting server: Undertow - 2.3.18.Final :2025-07-18 13:48:56.278 INFO main o.xnio: XNIO version 3.8.16.Final :2025-07-18 13:48:56.285 INFO main o.x.nio: XNIO NIO Implementation Version 3.8.16.Final :2025-07-18 13:48:56.294 DEBUG main o.xnio: Creating worker:null, pool size:224, max pool size:224, keep alive:60000, io threads:28, stack size:0 :2025-07-18 13:48:56.307 INFO main o.j.threads: JBoss Threads version 3.5.0.Final :2025-07-18 13:48:56.336 DEBUG XNIO-1 I/O-1 o.x.nio: Started channel thread 'XNIO-1 I/O-1', selector sun.nio.ch.WEPollSelectorImpl@6bc6ab9b :2025-07-18 13:48:56.336 DEBUG XNIO-1 I/O-7 o.x.nio: Started channel thread 'XNIO-1 I/O-7', selector sun.nio.ch.WEPollSelectorImpl@57c9405f :2025-07-18 13:48:56.336 DEBUG main i.undertow: Configuring listener with protocol HTTP for interface 0.0.0.0 and port 5002 :2025-07-18 13:48:56.336 DEBUG XNIO-1 I/O-11 o.x.nio: Started channel thread 'XNIO-1 I/O-11', selector sun.nio.ch.WEPollSelectorImpl@21e778f7 :2025-07-18 13:48:56.336 DEBUG XNIO-1 I/O-4 o.x.nio: Started channel thread 'XNIO-1 I/O-4', selector sun.nio.ch.WEPollSelectorImpl@5a510c7b :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-5 o.x.nio: Started channel thread 'XNIO-1 I/O-5', selector sun.nio.ch.WEPollSelectorImpl@4228704 :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-6 o.x.nio: Started channel thread 'XNIO-1 I/O-6', selector sun.nio.ch.WEPollSelectorImpl@4fe41fa4 :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-8 o.x.nio: Started channel thread 'XNIO-1 I/O-8', selector sun.nio.ch.WEPollSelectorImpl@1d9b634b :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-9 o.x.nio: Started channel thread 'XNIO-1 I/O-9', selector sun.nio.ch.WEPollSelectorImpl@1f8afafa :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-12 o.x.nio: Started channel thread 'XNIO-1 I/O-12', selector sun.nio.ch.WEPollSelectorImpl@424be598 :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-13 o.x.nio: Started channel thread 'XNIO-1 I/O-13', selector sun.nio.ch.WEPollSelectorImpl@5fe96b56 :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-14 o.x.nio: Started channel thread 'XNIO-1 I/O-14', selector sun.nio.ch.WEPollSelectorImpl@2651bd8e :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-10 o.x.nio: Started channel thread 'XNIO-1 I/O-10', selector sun.nio.ch.WEPollSelectorImpl@154e5f1e :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-15 o.x.nio: Started channel thread 'XNIO-1 I/O-15', selector sun.nio.ch.WEPollSelectorImpl@39c009ff :2025-07-18 13:48:56.337 DEBUG XNIO-1 I/O-2 o.x.nio: Started channel thread 'XNIO-1 I/O-2', selector sun.nio.ch.WEPollSelectorImpl@41696164 :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-16 o.x.nio: Started channel thread 'XNIO-1 I/O-16', selector sun.nio.ch.WEPollSelectorImpl@6f302427 :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-19 o.x.nio: Started channel thread 'XNIO-1 I/O-19', selector sun.nio.ch.WEPollSelectorImpl@5247bd16 :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-18 o.x.nio: Started channel thread 'XNIO-1 I/O-18', selector sun.nio.ch.WEPollSelectorImpl@399cc350 :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-17 o.x.nio: Started channel thread 'XNIO-1 I/O-17', selector sun.nio.ch.WEPollSelectorImpl@6bfd6f3f :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-20 o.x.nio: Started channel thread 'XNIO-1 I/O-20', selector sun.nio.ch.WEPollSelectorImpl@55ca50fa :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-22 o.x.nio: Started channel thread 'XNIO-1 I/O-22', selector sun.nio.ch.WEPollSelectorImpl@2261e95b :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-21 o.x.nio: Started channel thread 'XNIO-1 I/O-21', selector sun.nio.ch.WEPollSelectorImpl@5ca9b77c :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-3 o.x.nio: Started channel thread 'XNIO-1 I/O-3', selector sun.nio.ch.WEPollSelectorImpl@1e945f6e :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-23 o.x.nio: Started channel thread 'XNIO-1 I/O-23', selector sun.nio.ch.WEPollSelectorImpl@3fe07d49 :2025-07-18 13:48:56.338 DEBUG XNIO-1 I/O-24 o.x.nio: Started channel thread 'XNIO-1 I/O-24', selector sun.nio.ch.WEPollSelectorImpl@41f2a72d :2025-07-18 13:48:56.339 DEBUG XNIO-1 I/O-26 o.x.nio: Started channel thread 'XNIO-1 I/O-26', selector sun.nio.ch.WEPollSelectorImpl@1f8a08ad :2025-07-18 13:48:56.339 DEBUG XNIO-1 I/O-27 o.x.nio: Started channel thread 'XNIO-1 I/O-27', selector sun.nio.ch.WEPollSelectorImpl@380dddd7 :2025-07-18 13:48:56.339 DEBUG XNIO-1 Accept o.x.nio: Started channel thread 'XNIO-1 Accept', selector sun.nio.ch.WEPollSelectorImpl@27e2583d :2025-07-18 13:48:56.339 DEBUG XNIO-1 I/O-28 o.x.nio: Started channel thread 'XNIO-1 I/O-28', selector sun.nio.ch.WEPollSelectorImpl@7b5e498a :2025-07-18 13:48:56.339 DEBUG XNIO-1 I/O-25 o.x.nio: Started channel thread 'XNIO-1 I/O-25', selector sun.nio.ch.WEPollSelectorImpl@189f3281 :2025-07-18 13:48:56.375 INFO main o.s.b.w.e.u.UndertowWebServer: Undertow started on port 5002 (http) with context path '/' :2025-07-18 13:48:56.376 INFO main c.u.j.c.RefreshScopeRefreshedEventListener: Refreshing cached encryptable property sources on ServletWebServerInitializedEvent :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source systemProperties refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source systemEnvironment refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source random refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source cachedrandom refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source DEFAULT_GROUP@pig-codegen.yml refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source DEFAULT_GROUP@application.yml refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source Config resource 'class path resource [application.yml]' via location 'optional:classpath:/' refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source springCloudClientHostInfo refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source applicationInfo refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.c.CachingDelegateEncryptablePropertySource: Property Source openapi-config.yaml refreshed :2025-07-18 13:48:56.376 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource configurationProperties [class org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource :2025-07-18 13:48:56.376 INFO main c.u.j.EncryptablePropertySourceConverter: Skipping PropertySource servletConfigInitParams [class org.springframework.core.env.PropertySource$StubPropertySource :2025-07-18 13:48:56.376 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource servletContextInitParams [org.springframework.web.context.support.ServletContextPropertySource] to EncryptableEnumerablePropertySourceWrapper :2025-07-18 13:48:56.376 INFO main c.u.j.EncryptablePropertySourceConverter: Converting PropertySource Management Server [org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$LocalManagementPortPropertySource] to EncryptableEnumerablePropertySourceWrapper :2025-07-18 13:48:56.492 INFO main c.a.c.n.r.NacosServiceRegistry: nacos registry, DEFAULT_GROUP pig-codegen 169.254.32.119:5002 register finished :2025-07-18 13:48:56.493 DEBUG main o.s.c.c.d.h.DiscoveryClientHealthIndicator: Discovery Client has been initialized :2025-07-18 13:48:57.505 INFO main o.s.c.c.u.InetUtils: Cannot determine local hostname :2025-07-18 13:48:57.505 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'webServerStartStop' :2025-07-18 13:48:57.505 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 2147482623 :2025-07-18 13:48:57.505 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'webServerGracefulShutdown' :2025-07-18 13:48:57.506 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Starting beans in phase 2147483647 :2025-07-18 13:48:57.506 DEBUG main o.s.d.r.l.RedisMessageListenerContainer: Starting RedisMessageListenerContainer... :2025-07-18 13:48:57.509 DEBUG main o.s.d.r.l.RedisMessageListenerContainer: Postpone listening for Redis messages until actual listeners are added :2025-07-18 13:48:57.509 DEBUG main o.s.c.s.DefaultLifecycleProcessor: Successfully started bean 'redisKeyValueAdapter' :2025-07-18 13:48:57.529 DEBUG main o.s.b.a.l.ConditionEvaluationReportLogger: ============================ CONDITIONS EVALUATION REPORT ============================ Positive matches: ----------------- AopAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.aop.auto=true) matched (OnPropertyCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) ApplicationAvailabilityAutoConfiguration#applicationAvailability matched: - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition) AuditEventsEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) AutoServiceRegistrationAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) AutoServiceRegistrationConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition) BeansEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) BeansEndpointAutoConfiguration#beansEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) BlockingLoadBalancerClientAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.loadbalancer.enabled=true) matched (OnPropertyCondition) - AnyNestedCondition 2 matched 0 did not; NestedCondition on BlockingRestClassesPresentCondition.RestClientPresent @ConditionalOnClass found required class 'org.springframework.web.client.RestClient'; NestedCondition on BlockingRestClassesPresentCondition.RestTemplatePresent @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (BlockingRestClassesPresentCondition) BlockingLoadBalancerClientAutoConfiguration#blockingLoadBalancerClient matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) did not find any beans (OnBeanCondition) BlockingLoadBalancerClientAutoConfiguration#loadBalancerServiceInstanceCookieTransformer matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.core.LoadBalancerServiceInstanceCookieTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) BlockingLoadBalancerClientAutoConfiguration#xForwarderHeadersTransformer matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.blocking.XForwardedHeadersTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) CacheAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) found bean 'cacheInterceptor'; @ConditionalOnMissingBean (names: cacheResolver types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) CacheAutoConfiguration#cacheManagerCustomizers matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) CacheMeterBinderProvidersConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition) CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition) CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition) CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition) CacheMetricsAutoConfiguration matched: - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found bean 'cacheManager' (OnBeanCondition) CacheMetricsRegistrarConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'caffeineCacheMeterBinderProvider', 'simpleMeterRegistry', 'redisCacheMeterBinderProvider', 'jCacheCacheMeterBinderProvider' (OnBeanCondition) CachesEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) CachesEndpointAutoConfiguration#cachesEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) CachesEndpointAutoConfiguration#cachesEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.http.client.reactive.ClientHttpConnector', 'reactor.core.publisher.Mono' (OnClassCondition) - Detected ClientHttpConnectorBuilder (ConditionalOnClientHttpConnectorBuilderDetection) ClientHttpConnectorAutoConfiguration#clientHttpConnector matched: - @ConditionalOnMissingBean (types: org.springframework.http.client.reactive.ClientHttpConnector; SearchStrategy: all) did not find any beans (OnBeanCondition) ClientHttpConnectorAutoConfiguration#clientHttpConnectorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) ClientHttpConnectorAutoConfiguration#clientHttpConnectorSettings matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings; SearchStrategy: all) did not find any beans (OnBeanCondition) CommonsClientAutoConfiguration.ActuatorConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.features.enabled) matched (OnPropertyCondition) CommonsClientAutoConfiguration.ActuatorConfiguration#featuresEndpoint matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.health.HealthIndicator' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.discovery.DiscoveryClient; SearchStrategy: all) found beans 'nacosDiscoveryClient', 'simpleDiscoveryClient', 'compositeDiscoveryClient' (OnBeanCondition) CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration#discoveryClientHealthIndicator matched: - @ConditionalOnProperty (spring.cloud.discovery.client.health-indicator.enabled) matched (OnPropertyCondition) CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration#discoveryCompositeHealthContributor matched: - @ConditionalOnProperty (spring.cloud.discovery.client.composite-indicator.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator; SearchStrategy: all) found bean 'discoveryClientHealthIndicator' (OnBeanCondition) CompatibilityVerifierAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.compatibility-verifier.enabled) matched (OnPropertyCondition) CompositeMeterRegistryAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition) ConditionsReportEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor; SearchStrategy: all) found bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesBeans matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesBeans; SearchStrategy: current) did not find any beans (OnBeanCondition) ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesRebinder matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder; SearchStrategy: current) did not find any beans (OnBeanCondition) ConfigurationPropertiesReportEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) DataSourceAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) - @ConditionalOnMissingBean (types: ?; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceConfiguration.Generic matched: - @ConditionalOnProperty (spring.datasource.type) matched (OnPropertyCondition) DataSourceConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) DataSourceHealthContributorAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition) DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched: - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceInitializationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition) DataSourceJmxConfiguration matched: - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) DataSourceJmxConfiguration.Hikari matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourcePoolMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'dataSource' (OnBeanCondition) DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched: - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition) DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) DdlAutoConfiguration matched: - @ConditionalOnClass found required class 'com.baomidou.mybatisplus.extension.ddl.IDdl' (OnClassCondition) DiskSpaceHealthContributorAutoConfiguration matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched: - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) DispatcherServletAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) DynamicDataSourceAopConfiguration#dynamicDatasourceAnnotationAdvisor matched: - @ConditionalOnProperty (spring.datasource.dynamic.aop.enabled=true) matched (OnPropertyCondition) DynamicDataSourceAopConfiguration#dynamicTransactionAdvisor matched: - @ConditionalOnProperty (spring.datasource.dynamic.seata=false) matched (OnPropertyCondition) DynamicDataSourceAssistConfiguration#dataSourceInitEvent matched: - @ConditionalOnMissingBean (types: com.baomidou.dynamic.datasource.event.DataSourceInitEvent; SearchStrategy: all) did not find any beans (OnBeanCondition) DynamicDataSourceAssistConfiguration.DsTxEventListenerFactoryConfiguration#dsTxEventListenerFactory matched: - @ConditionalOnMissingBean (types: com.baomidou.dynamic.datasource.tx.DsTxEventListenerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) DynamicDataSourceAutoConfiguration matched: - @ConditionalOnProperty (spring.datasource.dynamic.enabled=true) matched (OnPropertyCondition) DynamicDataSourceAutoConfiguration#dataSource matched: - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition) DynamicDataSourceCreatorAutoConfiguration.HikariDataSourceCreatorConfiguration matched: - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition) EndpointAutoConfiguration#endpointOperationParameterMapper matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) EndpointAutoConfiguration#propertiesEndpointAccessResolver matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.EndpointAccessResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) EnvironmentEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) EnvironmentEndpointAutoConfiguration#environmentEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ErrorMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ErrorMvcAutoConfiguration#basicErrorController matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration#errorAttributes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: - @ConditionalOnBooleanProperty (server.error.whitelabel.enabled=true) matched (OnPropertyCondition) - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelAutoConfiguration#dictDataProvider matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.handler.DictDataProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelAutoConfiguration#remoteDictApiService matched: - @ConditionalOnMissingBean (types: com.pig4cloud.pig.common.excel.provider.RemoteDictApiService; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#i18nHeaderCellWriteHandler matched: - @ConditionalOnBean (types: org.springframework.context.MessageSource; SearchStrategy: all) found beans 'securityMessageSource', 'messageSource'; @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.head.I18nHeaderCellWriteHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#manySheetWriteHandler matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.handler.ManySheetWriteHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#responseExcelReturnValueHandler matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.aop.ResponseExcelReturnValueHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#singleSheetWriteHandler matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.handler.SingleSheetWriteHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ExcelHandlerConfiguration#writerBuilderEnhancer matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.enhance.WriterBuilderEnhancer; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) FeignAutoConfiguration#cachingCapability matched: - @ConditionalOnProperty (spring.cloud.openfeign.cache.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheInterceptor; SearchStrategy: all) found bean 'cacheInterceptor' (OnBeanCondition) FeignAutoConfiguration.DefaultFeignTargeterConfiguration matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on FeignCircuitBreakerDisabledConditions.CircuitBreakerDisabled @ConditionalOnProperty (spring.cloud.openfeign.circuitbreaker.enabled=false) matched; NestedCondition on FeignCircuitBreakerDisabledConditions.CircuitBreakerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cloud.client.circuitbreaker.CircuitBreaker' (FeignCircuitBreakerDisabledConditions) FeignAutoConfiguration.DefaultFeignTargeterConfiguration#feignTargeter matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.Targeter; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.FeignJacksonConfiguration matched: - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.Module', 'org.springframework.data.domain.Page', 'org.springframework.data.domain.Sort' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.autoconfiguration.jackson.enabled=true) matched (OnPropertyCondition) FeignAutoConfiguration.FeignJacksonConfiguration#pageJacksonModule matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.support.PageJacksonModule; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.FeignJacksonConfiguration#sortModule matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.support.SortJacksonModule; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.OkHttpFeignConfiguration matched: - @ConditionalOnClass found required class 'feign.okhttp.OkHttpClient' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: okhttp3.OkHttpClient; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.OkHttpFeignConfiguration#httpClientConnectionPool matched: - @ConditionalOnMissingBean (types: okhttp3.ConnectionPool; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignAutoConfiguration.OkHttpFeignConfiguration#okHttpClientBuilder matched: - @ConditionalOnMissingBean (types: okhttp3.OkHttpClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) FeignLoadBalancerAutoConfiguration matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient,org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found beans 'blockingLoadBalancerClient', 'loadBalancerClientFactory' (OnBeanCondition) FeignLoadBalancerAutoConfiguration#xForwarderHeadersFeignTransformer matched: - @ConditionalOnBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found bean 'loadBalancerClientFactory'; @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.loadbalancer.XForwardedHeadersTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) FreeMarkerAutoConfiguration matched: - @ConditionalOnClass found required classes 'freemarker.template.Configuration', 'org.springframework.ui.freemarker.FreeMarkerConfigurationFactory' (OnClassCondition) FreeMarkerServletWebConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) FreeMarkerServletWebConfiguration#freeMarkerConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.freemarker.FreeMarkerConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) FreeMarkerServletWebConfiguration#freeMarkerViewResolver matched: - @ConditionalOnBooleanProperty (spring.freemarker.enabled=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (names: freeMarkerViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) GlobalBizExceptionHandler matched: - @ConditionalOnExpression (#{!'${security.oauth2.client.clientId}'.isEmpty()}) resulted in true (OnExpressionCondition) HealthContributorAutoConfiguration#pingHealthContributor matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) HealthEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) HealthEndpointConfiguration#healthContributorRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched: - @ConditionalOnBooleanProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition) HealthEndpointConfiguration#healthEndpointGroups matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthHttpCodeStatusMapper matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointConfiguration#healthStatusAggregator matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointWebExtensionConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched: - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) HttpClientAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.client.ClientHttpRequestFactory' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) HttpClientAutoConfiguration#clientHttpRequestFactoryBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpClientAutoConfiguration#clientHttpRequestFactorySettings matched: - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactorySettings; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpClientObservationsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) HttpEncodingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (server.servlet.encoding.enabled=true) matched (OnPropertyCondition) HttpEncodingAutoConfiguration#characterEncodingFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpExchangesEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) HttpMessageConvertersAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) HttpMessageConvertersAutoConfiguration#messageConverters matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) InfoEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) InfoEndpointAutoConfiguration#infoEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) JacksonConfiguration#customizer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) JacksonEndpointAutoConfiguration#endpointObjectMapper matched: - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) - @ConditionalOnBooleanProperty (management.endpoints.jackson.isolated-object-mapper=true) matched (OnPropertyCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) - @ConditionalOnPreferredJsonMapper JACKSON no property was configured and Jackson is the default (OnPreferredJsonMapperCondition) - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: ?; SearchStrategy: all) did not find any beans (OnBeanCondition) JdbcClientAutoConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition) JdbcTemplateAutoConfiguration matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) JdbcTemplateConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) JmxAutoConfiguration#mbeanExporter matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxAutoConfiguration#mbeanServer matched: - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxAutoConfiguration#objectNamingStrategy matched: - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxEndpointAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) JmxEndpointAutoConfiguration#endpointObjectNameFactory matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) JmxEndpointAutoConfiguration#jmxAnnotationEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) JmxEndpointAutoConfiguration#jmxMBeanExporter matched: - @ConditionalOnSingleCandidate (types: javax.management.MBeanServer; SearchStrategy: all) found a single bean 'mbeanServer' (OnBeanCondition) JvmMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) JvmMetricsAutoConfiguration#classLoaderMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmCompilationMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmGcMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmInfoMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmMemoryMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) JvmMetricsAutoConfiguration#jvmThreadMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) LettuceConnectionConfiguration matched: - @ConditionalOnClass found required class 'io.lettuce.core.RedisClient' (OnClassCondition) - @ConditionalOnProperty (spring.data.redis.client-type=lettuce) matched (OnPropertyCondition) LettuceConnectionConfiguration#lettuceClientResources matched: - @ConditionalOnMissingBean (types: io.lettuce.core.resource.ClientResources; SearchStrategy: all) did not find any beans (OnBeanCondition) LettuceConnectionConfiguration#redisConnectionFactory matched: - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) LettuceMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'io.lettuce.core.RedisClient', 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) LettuceMetricsAutoConfiguration#micrometerOptions matched: - @ConditionalOnMissingBean (types: io.lettuce.core.metrics.MicrometerOptions; SearchStrategy: all) did not find any beans (OnBeanCondition) LifecycleAutoConfiguration#defaultLifecycleProcessor matched: - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) LifecycleMvcEndpointAutoConfiguration#environmentManager matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.environment.EnvironmentManager; SearchStrategy: all) did not find any beans (OnBeanCondition) org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration matched: - AnyNestedCondition 2 matched 0 did not; NestedCondition on BlockingRestClassesPresentCondition.RestClientPresent @ConditionalOnClass found required class 'org.springframework.web.client.RestClient'; NestedCondition on BlockingRestClassesPresentCondition.RestTemplatePresent @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (BlockingRestClassesPresentCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) found bean 'blockingLoadBalancerClient' (OnBeanCondition) org.springframework.cloud.loadbalancer.config.LoadBalancerAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.loadbalancer.enabled=true) matched (OnPropertyCondition) LoadBalancerAutoConfiguration#loadBalancerClientFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration#loadBalancerRequestFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerRequestFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration#zoneConfig matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.config.LoadBalancerZoneConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.DeferringLoadBalancerInterceptorConfig#deferringLoadBalancerInterceptor matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.DeferringLoadBalancerInterceptor; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.DeferringLoadBalancerInterceptorConfig#lbRestClientPostProcessor matched: - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.DeferringLoadBalancerInterceptor; SearchStrategy: all) found bean 'deferringLoadBalancerInterceptor'; @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerRestClientBuilderBeanPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.DeferringLoadBalancerInterceptorConfig#lbRestTemplateBuilderPostProcessor matched: - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.DeferringLoadBalancerInterceptor; SearchStrategy: all) found bean 'deferringLoadBalancerInterceptor'; @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerRestTemplateBuilderBeanPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerAutoConfiguration.LoadBalancerInterceptorConfig matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition.RetryDisabled @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled=false) did not find property 'spring.cloud.loadbalancer.retry.enabled'; NestedCondition on LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition.RetryTemplateMissing @ConditionalOnMissingClass did not find unwanted class 'org.springframework.retry.support.RetryTemplate' (LoadBalancerAutoConfiguration.RetryMissingOrDisabledCondition) LoadBalancerAutoConfiguration.LoadBalancerInterceptorConfig#restTemplateCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.RestTemplateCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) LoadBalancerCacheAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.cache.CacheManager', 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' (OnClassCondition) - AllNestedConditions 2 matched 0 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnLoadBalancerCachingEnabledCondition.LoadBalancerCacheEnabled @ConditionalOnProperty (spring.cloud.loadbalancer.cache.enabled) matched; NestedCondition on LoadBalancerCacheAutoConfiguration.OnLoadBalancerCachingEnabledCondition.LoadBalancerEnabled @ConditionalOnProperty (spring.cloud.loadbalancer.enabled=true) matched (LoadBalancerCacheAutoConfiguration.OnLoadBalancerCachingEnabledCondition) LoadBalancerCacheAutoConfiguration.CaffeineLoadBalancerCacheManagerConfiguration matched: - @ConditionalOnClass found required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) LoadBalancerCacheAutoConfiguration.CaffeineLoadBalancerCacheManagerConfiguration#caffeineLoadBalancerCacheManager matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.loadbalancer.cache.LoadBalancerCacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) LogAutoConfiguration matched: - @ConditionalOnProperty (security.log.enabled) matched (OnPropertyCondition) LogFileWebEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) LogFileWebEndpointAutoConfiguration#logFileWebEndpoint matched: - Log File found logging.file.name logs/pig-codegen/debug.log (LogFileWebEndpointAutoConfiguration.LogFileCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LogFileWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) LogbackMetricsAutoConfiguration matched: - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition) - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) LogbackMetricsAutoConfiguration#logbackMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) LoggersEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) LoggersEndpointAutoConfiguration#loggersEndpoint matched: - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition) - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) ManagementContextAutoConfiguration.SameManagementContextConfiguration matched: - Management Port actual port type (SAME) matched required type (OnManagementPortCondition) MappingsEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) MappingsEndpointAutoConfiguration.ServletWebConfiguration matched: - found 'session' scope (OnWebApplicationCondition) MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) MetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) MetricsAutoConfiguration#micrometerClock matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition) MetricsEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) MetricsEndpointAutoConfiguration#metricsEndpoint matched: - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (spring.servlet.multipart.enabled=true) matched (OnPropertyCondition) MultipartAutoConfiguration#multipartConfigElement matched: - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition) MultipartAutoConfiguration#multipartResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition) - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) MybatisPlusAutoConfiguration#mybatisPlusSpringApplicationContextAware matched: - @ConditionalOnMissingBean (types: com.baomidou.mybatisplus.extension.spring.MybatisPlusApplicationContextAware; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionFactory matched: - @ConditionalOnMissingBean (types: org.apache.ibatis.session.SqlSessionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration#sqlSessionTemplate matched: - @ConditionalOnMissingBean (types: org.mybatis.spring.SqlSessionTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusAutoConfiguration.MapperScannerRegistrarNotFoundConfiguration matched: - @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean,org.mybatis.spring.mapper.MapperScannerConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) MybatisPlusLanguageDriverAutoConfiguration matched: - @ConditionalOnClass found required class 'org.apache.ibatis.scripting.LanguageDriver' (OnClassCondition) NacosConfigAutoConfiguration#nacosConfigProperties matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.NacosConfigProperties; SearchStrategy: current) did not find any beans (OnBeanCondition) NacosConfigEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) NacosConfigEndpointAutoConfiguration#nacosConfigEndpoint matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.endpoint.NacosConfigEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) NacosConfigEndpointAutoConfiguration#nacosConfigHealthIndicator matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.endpoint.NacosConfigHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) NacosDiscoveryAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosDiscoveryAutoConfiguration#nacosProperties matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.NacosDiscoveryProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) NacosDiscoveryAutoConfiguration#nacosServiceDiscovery matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.discovery.NacosServiceDiscovery; SearchStrategy: all) did not find any beans (OnBeanCondition) NacosDiscoveryClientConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosDiscoveryEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosDiscoveryEndpointAutoConfiguration#nacosDiscoveryEndpoint matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.endpoint.NacosDiscoveryEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) NacosDiscoveryEndpointAutoConfiguration#nacosDiscoveryHealthIndicator matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) NacosDiscoveryHeartBeatConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosServiceAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosServiceRegistryAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) NacosServiceRegistryAutoConfiguration#nacosAutoServiceRegistration matched: - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties; SearchStrategy: all) found bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' (OnBeanCondition) NacosServiceRegistryAutoConfiguration#nacosRegistration matched: - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties; SearchStrategy: all) found bean 'spring.cloud.service-registry.auto-registration-org.springframework.cloud.client.serviceregistry.AutoServiceRegistrationProperties' (OnBeanCondition) NamedParameterJdbcTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) NettyAutoConfiguration matched: - @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition) OAuth2AuthorizationServerAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) OAuth2AuthorizationServerConfiguration#authorizationServerSettings matched: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings; SearchStrategy: all) did not find any beans (OnBeanCondition) OAuth2AuthorizationServerJwtAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization', 'com.nimbusds.jose.jwk.source.JWKSource' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) OAuth2AuthorizationServerJwtAutoConfiguration#jwkSource matched: - @ConditionalOnMissingBean (types: com.nimbusds.jose.jwk.source.JWKSource; SearchStrategy: all) did not find any beans (OnBeanCondition) OAuth2AuthorizationServerJwtAutoConfiguration.JwtDecoderConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.jwt.JwtDecoder' (OnClassCondition) OAuth2AuthorizationServerJwtAutoConfiguration.JwtDecoderConfiguration#jwtDecoder matched: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) did not find any beans (OnBeanCondition) OAuth2ResourceServerAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) did not find any beans (OnBeanCondition) Oauth2ResourceServerConfiguration.JwtConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.jwt.JwtDecoder' (OnClassCondition) ObservationAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition) ObservationAutoConfiguration#observationRegistry matched: - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched: - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched: - @ConditionalOnMissingBean (types: ?; SearchStrategy: all) did not find any beans (OnBeanCondition) ObservationAutoConfiguration.OnlyMetricsConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition) OkHttpFeignLoadBalancerConfiguration matched: - @ConditionalOnClass found required class 'feign.okhttp.OkHttpClient' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient,org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory; SearchStrategy: all) found beans 'blockingLoadBalancerClient', 'loadBalancerClientFactory' (OnBeanCondition) OkHttpFeignLoadBalancerConfiguration#feignClient matched: - AnyNestedCondition 2 matched 1 did not; NestedCondition on OnRetryNotEnabledCondition.OnLoadBalancerRetryEnabledCondition @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled=false) did not find property 'spring.cloud.loadbalancer.retry.enabled'; NestedCondition on OnRetryNotEnabledCondition.OnRetryFactoryCondition @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancedRetryFactory; SearchStrategy: all) did not find any beans; NestedCondition on OnRetryNotEnabledCondition.OnNoRetryTemplateCondition @ConditionalOnMissingClass did not find unwanted class 'org.springframework.retry.support.RetryTemplate' (OnRetryNotEnabledCondition) - @ConditionalOnMissingBean (types: feign.Client; SearchStrategy: all) did not find any beans (OnBeanCondition) PersistenceExceptionTranslationAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: - @ConditionalOnBooleanProperty (spring.dao.exceptiontranslation.enabled=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) PigSecurityMessageSourceConfiguration matched: - found 'session' scope (OnWebApplicationCondition) PigXssAutoConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (security.xss.enabled=true) matched (OnPropertyCondition) PigXssAutoConfiguration#xssCleaner matched: - @ConditionalOnMissingBean (types: com.pig4cloud.pig.common.xss.core.XssCleaner; SearchStrategy: all) did not find any beans (OnBeanCondition) PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) ReactiveHealthEndpointConfiguration matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) ReactiveHealthEndpointConfiguration#reactiveHealthContributorRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) ReactiveSentinelCircuitBreakerAutoConfiguration matched: - @ConditionalOnClass found required classes 'reactor.core.publisher.Mono', 'reactor.core.publisher.Flux' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.circuitbreaker.sentinel.enabled=true) matched (OnPropertyCondition) ReactiveSentinelCircuitBreakerAutoConfiguration#reactiveSentinelCircuitBreakerFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.circuitbreaker.ReactiveCircuitBreakerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) ReactorAutoConfiguration matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Hooks' (OnClassCondition) RedisAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) RedisAutoConfiguration#redisConnectionDetails matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.data.redis.RedisConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisAutoConfiguration#stringRedisTemplate matched: - @ConditionalOnSingleCandidate (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found a single bean 'redisConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.data.redis.core.StringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisCacheConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) - Cache org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration REDIS cache type (CacheCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisHealthContributorAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory' (OnBeanCondition) RedisReactiveAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'org.springframework.data.redis.core.ReactiveRedisTemplate', 'reactor.core.publisher.Flux' (OnClassCondition) RedisReactiveAutoConfiguration#reactiveRedisTemplate matched: - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (names: reactiveRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisReactiveAutoConfiguration#reactiveStringRedisTemplate matched: - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (names: reactiveStringRedisTemplate; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisReactiveHealthContributorAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.data.redis.connection.ReactiveRedisConnectionFactory', 'reactor.core.publisher.Flux' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory' (OnBeanCondition) RedisReactiveHealthContributorAutoConfiguration#redisHealthContributor matched: - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) RedisRepositoriesAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) - @ConditionalOnBooleanProperty (spring.data.redis.repositories.enabled=true) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found bean 'redisConnectionFactory'; @ConditionalOnMissingBean (types: org.springframework.data.redis.repository.support.RedisRepositoryFactoryBean; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.cloud.context.scope.refresh.RefreshScope' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.refresh.enabled) matched (OnPropertyCondition) RefreshAutoConfiguration#configDataContextRefresher matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.refresh.ConfigDataContextRefresher; SearchStrategy: all) did not find any beans (OnBeanCondition) - NoneNestedConditions 0 matched 3 did not; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass did not find required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition) RefreshAutoConfiguration#loggingRebinder matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.logging.LoggingRebinder; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration#refreshScope matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.scope.refresh.RefreshScope; SearchStrategy: all) did not find any beans (OnBeanCondition) RefreshAutoConfiguration#refreshScopeLifecycle matched: - @ConditionalOnProperty (spring.cloud.refresh.on-restart.enabled) matched (OnPropertyCondition) RefreshEndpointAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration', 'org.springframework.boot.actuate.health.Health' (OnClassCondition) RefreshEndpointAutoConfiguration#refreshScopeHealthIndicator matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.health.RefreshScopeHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration#refreshEndpoint matched: - @ConditionalOnBean (types: org.springframework.cloud.context.refresh.ContextRefresher; SearchStrategy: all) found bean 'configDataContextRefresher'; @ConditionalOnMissingBean (types: org.springframework.cloud.endpoint.RefreshEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) RepositoryMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition) RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) ResourceServerTokenRelayAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.cloud.mvc.token-relay.enabled) matched (OnPropertyCondition) ResponseExcelAutoConfiguration#dynamicNameAspect matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.aop.DynamicNameAspect; SearchStrategy: all) did not find any beans (OnBeanCondition) ResponseExcelAutoConfiguration#nameProcessor matched: - @ConditionalOnMissingBean (types: com.pig4cloud.plugin.excel.processor.NameProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) - AnyNestedCondition 1 matched 1 did not; NestedCondition on NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition.VirtualThreadsExecutorEnabled found non-matching nested conditions @ConditionalOnThreading did not find VIRTUAL; NestedCondition on NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition.NotReactiveWebApplication NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition) RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientAutoConfiguration#restClientBuilderConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientAutoConfiguration#restClientSsl matched: - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition) RestClientObservationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition) RestTemplateAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) RestTemplateAutoConfiguration#restTemplateBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) RestTemplateConfiguration#restClientBuilder matched: - @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled=true) matched (OnPropertyCondition) RestTemplateConfiguration#restTemplate matched: - @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled=true) matched (OnPropertyCondition) RestTemplateObservationConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition) RestartEndpointWithoutIntegrationConfiguration matched: - @ConditionalOnMissingClass did not find unwanted class 'org.springframework.integration.monitor.IntegrationMBeanExporter' (OnClassCondition) SbomEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) SbomEndpointAutoConfiguration#sbomEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) SbomEndpointAutoConfiguration#sbomEndpointWebExtension matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) found bean 'sbomEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ScheduledTasksEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) ScheduledTasksObservabilityAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) ScrewAutoConfiguration#screw matched: - @ConditionalOnMissingBean (types: cn.smallbun.screw.boot.config.Screw; SearchStrategy: all) did not find any beans (OnBeanCondition) SecurityAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) SecurityAutoConfiguration#authenticationEventPublisher matched: - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition) SecurityFilterAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) SecurityFilterAutoConfiguration#securityFilterChainRegistration matched: - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found bean 'springSecurityFilterChain' (OnBeanCondition) SecurityRequestMatchersManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath; SearchStrategy: all) found bean 'dispatcherServletRegistration' (OnBeanCondition) SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration#requestMatcherProvider matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.sentinel.enabled) matched (OnPropertyCondition) SentinelAutoConfiguration#blockExceptionHandler matched: - @ConditionalOnMissingBean (types: com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.BlockExceptionHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#feignSentinelBuilder matched: - @ConditionalOnProperty (spring.cloud.openfeign.sentinel.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: feign.Feign$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#requestOriginParser matched: - @ConditionalOnMissingBean (types: com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.callback.RequestOriginParser; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#sentinelBeanPostProcessor matched: - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) - @ConditionalOnProperty (resttemplate.sentinel.enabled=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.custom.SentinelBeanPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#sentinelDataSourceHandler matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.custom.SentinelDataSourceHandler; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration#sentinelResourceAspect matched: - @ConditionalOnMissingBean (types: com.alibaba.csp.sentinel.annotation.aspectj.SentinelResourceAspect; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelAutoConfiguration.SentinelConverterConfiguration matched: - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) SentinelCircuitBreakerAutoConfiguration matched: - @ConditionalOnClass found required class 'com.alibaba.csp.sentinel.SphU' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.circuitbreaker.sentinel.enabled=true) matched (OnPropertyCondition) SentinelCircuitBreakerAutoConfiguration#sentinelCircuitBreakerFactory matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.circuitbreaker.CircuitBreakerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelEndpointAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) SentinelEndpointAutoConfiguration#sentinelEndPoint matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.endpoint.SentinelEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) SentinelFeignAutoConfiguration matched: - @ConditionalOnClass found required classes 'com.alibaba.csp.sentinel.SphU', 'feign.Feign' (OnClassCondition) SentinelFeignClientAutoConfiguration matched: - @ConditionalOnClass found required classes 'feign.Feign', 'org.springframework.cloud.openfeign.FeignClientFactoryBean' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.circuitbreaker.sentinel.enabled=true) matched (OnPropertyCondition) SentinelFeignClientAutoConfiguration.CircuitBreakerListenerConfiguration matched: - @ConditionalOnProperty (feign.sentinel.enable-refresh-rules=true) matched (OnPropertyCondition) SentinelFeignClientAutoConfiguration.CircuitBreakerNameResolverConfiguration#feignClientCircuitNameResolver matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.CircuitBreakerNameResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelFeignClientAutoConfiguration.ReactiveSentinelCustomizerConfiguration matched: - @ConditionalOnClass found required classes 'reactor.core.publisher.Mono', 'reactor.core.publisher.Flux' (OnClassCondition) SentinelWebAutoConfiguration matched: - @ConditionalOnClass found required class 'com.alibaba.csp.sentinel.adapter.spring.webmvc_v6x.SentinelWebInterceptor' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (spring.cloud.sentinel.enabled) matched (OnPropertyCondition) SentinelWebAutoConfiguration#sentinelWebInterceptor matched: - @ConditionalOnProperty (spring.cloud.sentinel.filter.enabled) matched (OnPropertyCondition) SentinelWebAutoConfiguration#sentinelWebMvcConfig matched: - @ConditionalOnProperty (spring.cloud.sentinel.filter.enabled) matched (OnPropertyCondition) SentinelWebAutoConfiguration#sentinelWebMvcConfigurer matched: - @ConditionalOnProperty (spring.cloud.sentinel.filter.enabled) matched (OnPropertyCondition) ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition) - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.ServiceRegistry; SearchStrategy: all) found bean 'nacosServiceRegistry' (OnBeanCondition) ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration#serviceRegistryEndpoint matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ServletEndpointManagementContextConfiguration matched: - found 'session' scope (OnWebApplicationCondition) ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) ServletManagementContextAutoConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryAutoConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) ServletWebServerFactoryConfiguration.EmbeddedUndertow matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) SimpleDiscoveryClientAutoConfiguration#simpleDiscoveryProperties matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) SimpleMetricsExportAutoConfiguration matched: - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) SimpleMetricsExportAutoConfiguration#simpleConfig matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringApplicationAdminJmxAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition) SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched: - @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringBootWebSecurityConfiguration matched: - found 'session' scope (OnWebApplicationCondition) SpringDataWebAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#pageableCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#sortCustomizer matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDataWebAutoConfiguration#springDataWebSettings matched: - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SpringDataWebSettings; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfigProperties matched: - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) SpringDocConfiguration#fileSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.FileSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#globalOpenApiCustomizer matched: - @ConditionalOnMissingBean (names: globalOpenApiCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#initExtraSchemas matched: - @ConditionalOnProperty (springdoc.enable-extra-schemas) matched (OnPropertyCondition) SpringDocConfiguration#openAPIBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.OpenAPIService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#operationBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.OperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#parameterBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericParameterService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#parameterObjectNamingStrategyCustomizer matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.ParameterObjectNamingStrategyCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#polymorphicModelConverter matched: - @ConditionalOnProperty (springdoc.model-converters.polymorphic-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#requestBodyBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.RequestBodyService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#responseSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#schemaPropertyDeprecatingConverter matched: - @ConditionalOnProperty (springdoc.model-converters.deprecating-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#securityParser matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#springDocCustomizers matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.SpringDocCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#springDocProviders matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDocProviders; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration#springdocObjectMapperProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.ObjectMapperProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.QuerydslProvider matched: - @ConditionalOnClass found required class 'org.springframework.data.querydsl.binding.QuerydslBindingsFactory' (OnClassCondition) SpringDocConfiguration.QuerydslProvider#queryDslQuerydslPredicateOperationCustomizer matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.QuerydslPredicateOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider matched: - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (OnClassCondition) SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider#springDataWebPropertiesProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.SpringDocWebFluxSupportConfiguration matched: - @ConditionalOnClass found required class 'reactor.core.publisher.Flux' (OnClassCondition) SpringDocConfiguration.SpringDocWebFluxSupportConfiguration#webFluxSupportConverter matched: - @ConditionalOnMissingBean (types: org.springdoc.core.converters.WebFluxSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocConfiguration.WebConversionServiceConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.web.format.WebConversionService' (OnClassCondition) SpringDocKotlinConfiguration matched: - @ConditionalOnClass found required class 'kotlin.coroutines.Continuation' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-kotlin:true}}) resulted in true (OnExpressionCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocPageableConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.domain.Pageable' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocPageableConfiguration#dataRestDelegatingMethodParameterCustomizer matched: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocPageableConfiguration#pageOpenAPIConverter matched: - @ConditionalOnClass found required classes 'org.springframework.data.web.PagedModel', 'org.springframework.data.web.config.SpringDataWebSettings' (OnClassCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocPageableConfiguration#pageableOpenAPIConverter matched: - @ConditionalOnProperty (springdoc.model-converters.pageable-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageableOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocSecurityConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.security.web.SecurityFilterChain' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-spring-security:true}}) resulted in true (OnExpressionCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocSecurityConfiguration.SpringDocSecurityOAuth2Configuration matched: - @ConditionalOnClass found required class 'org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService' (OnClassCondition) SpringDocSecurityConfiguration.SpringSecurityLoginEndpointConfiguration matched: - @ConditionalOnClass found required class 'jakarta.servlet.Filter' (OnClassCondition) SpringDocSortConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.data.domain.Sort' (OnClassCondition) - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocSortConfiguration#sortOpenAPIConverter matched: - @ConditionalOnProperty (springdoc.sort-converter.enabled) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SortOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) SpringDocWebMvcConfiguration#openApiResource matched: - @ConditionalOnExpression (#{(${springdoc.use-management-port:false} == false ) and ${springdoc.enable-default-api-docs:true}}) resulted in true (OnExpressionCondition) - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.OpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#requestBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.service.RequestService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#responseBuilder matched: - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration#springWebProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.function.RouterFunction' (OnClassCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration#routerFunctionProvider matched: - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.providers.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) SqlInitializationAutoConfiguration matched: - @ConditionalOnBooleanProperty (spring.sql.init.enabled=true) matched (OnPropertyCondition) - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'spring.sql.init.mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) SslAutoConfiguration#sslBundleRegistry matched: - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition) SslHealthContributorAutoConfiguration matched: - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) SslHealthContributorAutoConfiguration#sslHealthIndicator matched: - @ConditionalOnMissingBean (names: sslHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) SslHealthContributorAutoConfiguration#sslInfo matched: - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition) SslObservabilityAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found beans 'sslBundleRegistry', 'simpleMeterRegistry' (OnBeanCondition) StartupTimeMetricsListenerAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) SystemMetricsAutoConfiguration#diskSpaceMetrics matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#fileDescriptorMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#processorMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) SystemMetricsAutoConfiguration#uptimeMetrics matched: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) TaskExecutorConfigurations.AsyncConfigurerConfiguration matched: - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.AsyncConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutorConfigurations.AsyncConfigurerConfiguration#applicationTaskExecutorAsyncConfigurer matched: - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.AsyncConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) TaskExecutorConfigurations.TaskExecutorConfiguration matched: - AnyNestedCondition 1 matched 1 did not; NestedCondition on TaskExecutorConfigurations.OnExecutorCondition.ModelCondition @ConditionalOnProperty (spring.task.execution.mode=force) did not find property 'spring.task.execution.mode'; NestedCondition on TaskExecutorConfigurations.OnExecutorCondition.ExecutorBeanCondition @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (TaskExecutorConfigurations.OnExecutorCondition) TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched: - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) TaskExecutorMetricsAutoConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition) - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'applicationTaskExecutor', 'simpleMeterRegistry' (OnBeanCondition) TaskSchedulingAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched: - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) ThreadDumpEndpointAutoConfiguration matched: - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched: - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration matched: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition) TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionManagerCustomizationAutoConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched: - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) UtilAutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.util.enabled) matched (OnPropertyCondition) UtilAutoConfiguration#inetUtils matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.commons.util.InetUtils; SearchStrategy: all) did not find any beans (OnBeanCondition) UtilIPv6AutoConfiguration matched: - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.nacos.discovery.enabled) matched (OnPropertyCondition) UtilIPv6AutoConfiguration#inetIPv6Utils matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.nacos.util.InetIPv6Utils; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration matched: - @ConditionalOnClass found required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition) - @ConditionalOnResource found location classpath:META-INF/services/jakarta.validation.spi.ValidationProvider (OnResourceCondition) ValidationAutoConfiguration#defaultValidator matched: - @ConditionalOnMissingBean (types: jakarta.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) ValidationAutoConfiguration#methodValidationPostProcessor matched: - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#endpointMediaTypes matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#pathMappedEndpoints matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration#webEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched: - found 'session' scope (OnWebApplicationCondition) WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration#formContentFilter matched: - @ConditionalOnBooleanProperty (spring.mvc.formcontent.filter.enabled=true) matched (OnPropertyCondition) - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.EnableWebMvcConfiguration#viewNameTranslator matched: - @ConditionalOnMissingBean (names: viewNameTranslator; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcConfiguration matched: - found 'session' scope (OnWebApplicationCondition) WebMvcEndpointManagementContextConfiguration matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched: - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched: - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcObservationAutoConfiguration matched: - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) WebMvcObservationAutoConfiguration#webMvcObservationFilter matched: - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) WebSocketServletAutoConfiguration matched: - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration matched: - @ConditionalOnClass found required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration#websocketServletWebServerCustomizer matched: - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) Negative matches: ----------------- ActiveMQAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=false) did not find property 'spring.aop.proxy-target-class' (OnPropertyCondition) AopAutoConfiguration.ClassProxyingConfiguration: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) AppOpticsMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition) ArtemisAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) AtlasMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition) AuditAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) Matched: - @ConditionalOnBooleanProperty (management.auditevents.enabled=true) matched (OnPropertyCondition) AuditEventsEndpointAutoConfiguration#auditEventsEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator: Did not match: - @ConditionalOnBooleanProperty (management.health.livenessstate.enabled=true) did not find property 'management.health.livenessstate.enabled' (OnPropertyCondition) AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator: Did not match: - @ConditionalOnBooleanProperty (management.health.readinessstate.enabled=true) did not find property 'management.health.readinessstate.enabled' (OnPropertyCondition) AvailabilityProbesAutoConfiguration: Did not match: - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition) BatchAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) BatchObservationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition) BlockingLoadBalancerClientAutoConfiguration.BlockingLoadBalancerRetryConfig: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) BraveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition) Cache2kCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition) CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition) CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition) CaffeineCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.CaffeineCacheConfiguration unknown cache type (CacheCondition) Matched: - @ConditionalOnClass found required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition) CassandraAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) CassandraReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) CassandraRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ClientHttpConnectorAutoConfiguration.ReactorNetty: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.client.HttpClient' (OnClassCondition) CloudFoundryActuatorAutoConfiguration: Did not match: - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (management.cloudfoundry.enabled=true) matched (OnPropertyCondition) CloudHypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.Link' (OnClassCondition) CodecsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) CompositeMeterRegistryConfiguration: Did not match: - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition) ConnectionFactoryHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) ConnectionPoolMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition) CouchbaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) CouchbaseHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) CouchbaseRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: Did not match: - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) DataSourceAutoConfiguration.PooledDataSourceConfiguration: Did not match: - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' dataSource (OnBeanCondition) Matched: - AnyNestedCondition 2 matched 0 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) matched (DataSourceAutoConfiguration.PooledDataSourceCondition) DataSourceCheckpointRestoreConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition) DataSourceConfiguration.Dbcp2: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourceConfiguration.OracleUcp: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourceConfiguration.Tomcat: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) DatadogMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition) DdlAutoConfiguration#ddlApplicationRunner: Did not match: - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.ddl.IDdl; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.ddl.IDdl (OnBeanCondition) DefaultFeignLoadBalancerConfiguration#feignClient: Did not match: - @ConditionalOnMissingBean (types: feign.Client; SearchStrategy: all) found beans of type 'feign.Client' feignClient (OnBeanCondition) Matched: - AnyNestedCondition 2 matched 1 did not; NestedCondition on OnRetryNotEnabledCondition.OnLoadBalancerRetryEnabledCondition @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled=false) did not find property 'spring.cloud.loadbalancer.retry.enabled'; NestedCondition on OnRetryNotEnabledCondition.OnRetryFactoryCondition @ConditionalOnMissingBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancedRetryFactory; SearchStrategy: all) did not find any beans; NestedCondition on OnRetryNotEnabledCondition.OnNoRetryTemplateCondition @ConditionalOnMissingClass did not find unwanted class 'org.springframework.retry.support.RetryTemplate' (OnRetryNotEnabledCondition) DefaultFeignLoadBalancerConfiguration#feignRetryClient: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: Did not match: - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) DruidDynamicDataSourceConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceAutoConfigure' (OnClassCondition) DynamicDataSourceAopConfiguration#dsProcessor: Did not match: - @ConditionalOnMissingBean (types: com.baomidou.dynamic.datasource.processor.DsProcessor; SearchStrategy: all) found beans of type 'com.baomidou.dynamic.datasource.processor.DsProcessor' dsProcessor (OnBeanCondition) DynamicDataSourceAssistConfiguration#dataSourceCreator: Did not match: - @ConditionalOnMissingBean (types: com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator; SearchStrategy: all) found beans of type 'com.baomidou.dynamic.datasource.creator.DefaultDataSourceCreator' defaultDataSourceCreator (OnBeanCondition) DynamicDataSourceCreatorAutoConfiguration.AtomikosDataSourceCreatorConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.atomikos.jdbc.AtomikosDataSourceBean' (OnClassCondition) DynamicDataSourceCreatorAutoConfiguration.BeeCpDataSourceCreatorConfiguration: Did not match: - @ConditionalOnClass did not find required class 'cn.beecp.BeeDataSource' (OnClassCondition) DynamicDataSourceCreatorAutoConfiguration.Dbcp2DataSourceCreatorConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) DynamicDataSourceCreatorAutoConfiguration.DruidDataSourceCreatorConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.alibaba.druid.pool.DruidDataSource' (OnClassCondition) DynatraceMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition) ElasticMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition) ElasticsearchClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition) ElasticsearchDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition) ElasticsearchReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) ElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition) ElasticsearchRestClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) ElasticsearchRestHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition) EmbeddedLdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration#virtualThreadsUndertowDeploymentInfoCustomizer: Did not match: - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) ErrorWebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) FeignAcceptGzipEncodingAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientEnabled @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled=false) found different value in property 'spring.cloud.openfeign.okhttp.enabled'; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientPresent @ConditionalOnMissingClass found unwanted class 'feign.okhttp.OkHttpClient' (OkHttpFeignClientBeanMissingCondition) Matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.compression.response.enabled) matched (OnPropertyCondition) FeignAutoConfiguration.CircuitBreakerPresentFeignTargeterConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.openfeign.circuitbreaker.enabled=true) did not find property 'spring.cloud.openfeign.circuitbreaker.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cloud.client.circuitbreaker.CircuitBreaker' (OnClassCondition) FeignAutoConfiguration.Http2ClientFeignConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.http2client.Http2Client' (OnClassCondition) FeignAutoConfiguration.HttpClient5FeignConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.hc5.ApacheHttp5Client' (OnClassCondition) FeignAutoConfiguration.Oauth2FeignConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager' (OnClassCondition) FeignAutoConfiguration.OkHttpFeignConfiguration#feignClient: Did not match: - @ConditionalOnMissingBean (types: feign.Client; SearchStrategy: all) found beans of type 'feign.Client' feignClient (OnBeanCondition) FeignContentGzipEncodingAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientEnabled @ConditionalOnProperty (spring.cloud.openfeign.okhttp.enabled=false) found different value in property 'spring.cloud.openfeign.okhttp.enabled'; NestedCondition on OkHttpFeignClientBeanMissingCondition.FeignOkHttpClientPresent @ConditionalOnMissingClass found unwanted class 'feign.okhttp.OkHttpClient' (OkHttpFeignClientBeanMissingCondition) Matched: - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition) - @ConditionalOnProperty (spring.cloud.openfeign.compression.request.enabled) matched (OnPropertyCondition) FeignHalAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.config.WebConverters' (OnClassCondition) FlywayAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FlywayEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) FreeMarkerNonWebConfiguration: Did not match: - @ConditionalOnWebApplication found 'session' scope and did not find reactive web application classes (OnWebApplicationCondition) FreeMarkerReactiveWebConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) FreeMarkerServletWebConfiguration#resourceUrlEncodingFilter: Did not match: - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarVersionLocator (OnEnabledResourceChainCondition) GangliaMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition) GenericCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration unknown cache type (CacheCondition) GraphQlAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlObservationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlQueryByExampleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlQuerydslAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) GraphQlRSocketAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlReactiveQueryByExampleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlReactiveQuerydslAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) GraphQlWebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlWebFluxSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlWebMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphQlWebMvcSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) GraphiteMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition) GroovyTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) GsonAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) GsonHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) H2ConsoleAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition) HazelcastAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HazelcastJpaDependencyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) HealthEndpointReactiveWebExtensionConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) HeapDumpWebEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint the configured access for endpoint 'heapdump' is NONE (OnAvailableEndpointCondition) HibernateJpaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManager' (OnClassCondition) HibernateMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManagerFactory' (OnClassCondition) Http2ClientFeignLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.http2client.Http2Client' (OnClassCondition) HttpClient5FeignLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'feign.hc5.ApacheHttp5Client' (OnClassCondition) HttpExchangesAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) - @ConditionalOnBooleanProperty (management.httpexchanges.recording.enabled=true) matched (OnPropertyCondition) HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration: Did not match: - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) Matched: - found 'session' scope (OnWebApplicationCondition) HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition) HttpHandlerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) HumioMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition) HypermediaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition) IdentifierGeneratorAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.cloud.commons.util.InetUtils; SearchStrategy: all) did not find any beans of type org.springframework.cloud.commons.util.InetUtils (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.cloud.commons.util.InetUtils' (OnClassCondition) InfinispanCacheConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) InfluxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition) InfoContributorAutoConfiguration#buildInfoContributor: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) Matched: - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#envInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#gitInfoContributor: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) Matched: - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#javaInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#osInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#processInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.process.enabled is not true (OnEnabledInfoContributorCondition) InfoContributorAutoConfiguration#sslInfo: Did not match: - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition) Matched: - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition) InfoContributorAutoConfiguration#sslInfoContributor: Did not match: - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition) IntegrationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) IntegrationGraphEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition) JCacheCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.JCacheCacheConfiguration unknown cache type (CacheCondition) Matched: - @ConditionalOnClass found required classes 'javax.cache.Caching', 'org.springframework.cache.jcache.JCacheCacheManager' (OnClassCondition) JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) JdbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) JedisConnectionConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.commons.pool2.impl.GenericObjectPool', 'redis.clients.jedis.Jedis' (OnClassCondition) JerseyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) JerseySameManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) JerseyServerMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener' (OnClassCondition) JerseyWebEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) JettyMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition) JmsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition) JmsHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) JmxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition) JndiConnectionFactoryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) JndiDataSourceAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'spring.datasource.jndi-name' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) JooqAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) JpaRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) JsonbAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) JsonbHttpMessageConvertersConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) JtaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.transaction.Transaction' (OnClassCondition) JvmMetricsAutoConfiguration#virtualThreadMetrics: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.java21.instrument.binder.jdk.VirtualThreadMetrics' (OnClassCondition) KafkaAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) KafkaMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition) KairosMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition) LdapAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) LdapHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition) LdapRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) LettuceConnectionConfiguration#redisConnectionFactoryVirtualThreads: Did not match: - @ConditionalOnMissingBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found beans of type 'org.springframework.data.redis.connection.RedisConnectionFactory' redisConnectionFactory (OnBeanCondition) LiquibaseAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) LiquibaseEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition) LoadBalancerAutoConfiguration.RetryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) LoadBalancerBeanPostProcessorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) LoadBalancerCacheAutoConfiguration.DefaultLoadBalancerCacheManagerConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineCacheManagerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cache.caffeine.CaffeineCacheManager'; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineClassMissing @ConditionalOnMissingClass found unwanted class 'com.github.benmanes.caffeine.cache.Caffeine' (LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition) Matched: - @ConditionalOnClass found required class 'com.stoyanr.evictor.ConcurrentMapWithTimedEviction' (OnClassCondition) LoadBalancerCacheAutoConfiguration.LoadBalancerCacheManagerWarnConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineCacheManagerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cache.caffeine.CaffeineCacheManager'; NestedCondition on LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition.CaffeineClassMissing @ConditionalOnMissingClass found unwanted class 'com.github.benmanes.caffeine.cache.Caffeine' (LoadBalancerCacheAutoConfiguration.OnCaffeineCacheMissingCondition) LoadBalancerNacosAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.loadbalancer.nacos.enabled=true) did not find property 'spring.cloud.loadbalancer.nacos.enabled' (OnPropertyCondition) LoadBalancerStatsAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.loadbalancer.stats.micrometer.enabled=true) did not find property 'spring.cloud.loadbalancer.stats.micrometer.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) Log4J2MetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition) MailHealthContributorAutoConfiguration: Did not match: - @ConditionalOnBean (types: org.springframework.mail.javamail.JavaMailSenderImpl; SearchStrategy: all) did not find any beans of type org.springframework.mail.javamail.JavaMailSenderImpl (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition) - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) MailSenderAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.mail.internet.MimeMessage' (OnClassCondition) MailSenderValidatorAutoConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.mail.test-connection=true) did not find property 'spring.mail.test-connection' (OnPropertyCondition) ManagementContextAutoConfiguration.DifferentManagementContextConfiguration: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) ManagementWebSecurityAutoConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) Matched: - found 'session' scope (OnWebApplicationCondition) MappingsEndpointAutoConfiguration.ReactiveWebConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) MessageSourceAutoConfiguration: Did not match: - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) MetricsAspectsAutoConfiguration: Did not match: - @ConditionalOnBooleanProperty (management.observations.annotations.enabled=true) did not find property 'management.observations.annotations.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition) MicrometerTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) MongoAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MongoHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition) MongoMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) MongoReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoReactiveHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.ReactiveMongoTemplate' (OnClassCondition) MongoReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) MongoRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) MultipleOpenApiSupportConfiguration: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 3 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi (MultipleOpenApiSupportCondition) Matched: - found 'session' scope (OnWebApplicationCondition) - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) MultipleOpenApiSupportConfiguration.SpringDocWebMvcActuatorDifferentConfiguration: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) - Ancestor org.springdoc.webmvc.core.configuration.MultipleOpenApiSupportConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) MustacheAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) MybatisPlusInnerInterceptorAutoConfiguration: Did not match: - @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor (OnBeanCondition) MybatisPlusLanguageDriverAutoConfiguration.FreeMarkerConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver', 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.LegacyFreeMarkerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.LegacyVelocityConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.mybatis.scripting.velocity.Driver' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.ThymeleafConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.mybatis.scripting.thymeleaf.ThymeleafLanguageDriver' (OnClassCondition) MybatisPlusLanguageDriverAutoConfiguration.VelocityConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.mybatis.scripting.velocity.VelocityLanguageDriver', 'org.mybatis.scripting.velocity.VelocityLanguageDriverConfig' (OnClassCondition) NacosConfigServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.cloud.config.server.config.ConfigServerProperties' (OnClassCondition) NacosConfigSpringCloudAutoConfiguration#smartConfigurationPropertiesRebinder: Did not match: - no matched (NonDefaultBehaviorCondition) Matched: - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder; SearchStrategy: current) did not find any beans (OnBeanCondition) NacosDiscoveryClientConfiguration#nacosWatch: Did not match: - @ConditionalOnProperty (spring.cloud.nacos.discovery.watch.enabled) did not find property 'spring.cloud.nacos.discovery.watch.enabled' (OnPropertyCondition) NacosDiscoveryHeartBeatConfiguration#nacosDiscoveryHeartBeatPublisher: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition.NacosDiscoveryHeartBeatEnabled @ConditionalOnProperty (spring.cloud.nacos.discovery.heart-beat.enabled) did not find property 'spring.cloud.nacos.discovery.heart-beat.enabled'; NestedCondition on NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition.SpringBootAdminHeartBeatEnabled @ConditionalOnBean (types: ?; SearchStrategy: all) did not find any beans of type ?; NestedCondition on NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition.GatewayLocatorHeartBeatEnabled @ConditionalOnProperty (spring.cloud.gateway.discovery.locator.enabled) did not find property 'spring.cloud.gateway.discovery.locator.enabled' (NacosDiscoveryHeartBeatConfiguration.NacosDiscoveryHeartBeatCondition) NacosReactiveDiscoveryClientConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) Neo4jAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jReactiveRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) Neo4jRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) NewRelicMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition) NoOpCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration unknown cache type (CacheCondition) NoOpMeterRegistryConfiguration: Did not match: - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition) NoopTracerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) OAuth2AuthorizationServerConfiguration#registeredClientRepository: Did not match: - OAuth2 Registered Clients Configured Condition registered clients is not available (RegisteredClientsConfiguredCondition) OAuth2AuthorizationServerWebSecurityConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) OAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition) OAuth2ClientWebSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository' (OnClassCondition) OAuth2LoadBalancerClientAutoConfiguration: Did not match: - @ConditionalOnProperty (spring.cloud.oauth2.load-balanced.enabled) did not find property 'spring.cloud.oauth2.load-balanced.enabled' (OnPropertyCondition) OAuth2ResourceServerJwtConfiguration.JwtConverterConfiguration: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnAuthoritiesClaimName @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.authorities-claim-name) did not find property 'spring.security.oauth2.resourceserver.jwt.authorities-claim-name'; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnPrincipalClaimName @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.principal-claim-name) did not find property 'spring.security.oauth2.resourceserver.jwt.principal-claim-name'; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnAuthorityPrefix @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.authority-prefix) did not find property 'spring.security.oauth2.resourceserver.jwt.authority-prefix' (OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByIssuerUri: Did not match: - OpenID Connect Issuer URI Condition did not find issuer-uri property (IssuerUriCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByJwkKeySetUri: Did not match: - @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.jwk-set-uri) did not find property 'spring.security.oauth2.resourceserver.jwt.jwk-set-uri' (OnPropertyCondition) OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByPublicKeyValue: Did not match: - Public Key Value Condition did not find public-key-location property (KeyValueCondition) OAuth2ResourceServerJwtConfiguration.OAuth2SecurityFilterChainConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) OAuth2ResourceServerOpaqueTokenConfiguration.OAuth2SecurityFilterChainConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) OAuth2ResourceServerOpaqueTokenConfiguration.OpaqueTokenIntrospectionClientConfiguration: Did not match: - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector; SearchStrategy: all) found beans of type 'org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector' opaqueTokenIntrospector (OnBeanCondition) ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration: Did not match: - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition) - @ConditionalOnBean (types: ?; SearchStrategy: all) did not find any beans of type ? (OnBeanCondition) ObservationAutoConfiguration.MetricsWithTracingConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) ObservationAutoConfiguration.ObservedAspectConfiguration: Did not match: - @ConditionalOnBooleanProperty (management.observations.annotations.enabled=true) did not find property 'management.observations.annotations.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) ObservationAutoConfiguration.OnlyTracingConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) OkHttpFeignLoadBalancerConfiguration#feignRetryClient: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition) OpenTelemetryAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition) OpenTelemetryLoggingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition) OpenTelemetryTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) OtlpLoggingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition) OtlpMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition) OtlpTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) PauseResumeEndpointsConfiguration#pauseEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.cloud.context.restart.RestartEndpoint; SearchStrategy: all) did not find any beans of type org.springframework.cloud.context.restart.RestartEndpoint (OnBeanCondition) PauseResumeEndpointsConfiguration#resumeEndpoint: Did not match: - @ConditionalOnBean (types: org.springframework.cloud.context.restart.RestartEndpoint; SearchStrategy: all) did not find any beans of type org.springframework.cloud.context.restart.RestartEndpoint (OnBeanCondition) PigFeignAutoConfiguration#feignSentinelBuilder: Did not match: - @ConditionalOnProperty (feign.sentinel.enabled) did not find property 'feign.sentinel.enabled' (OnPropertyCondition) ProjectInfoAutoConfiguration#buildProperties: Did not match: - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) ProjectInfoAutoConfiguration#gitProperties: Did not match: - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) PrometheusExemplarsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) PrometheusMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.prometheusmetrics.PrometheusMeterRegistry' (OnClassCondition) PulsarAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) PulsarReactiveAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) QuartzAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) QuartzEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) R2dbcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcDataAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) R2dbcInitializationConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) R2dbcObservationAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) R2dbcProxyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) R2dbcRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) R2dbcTransactionManagerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) RSocketGraphQlClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) RSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketRequesterAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RSocketSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) RSocketServerAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) RSocketStrategiesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) RabbitAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) RabbitHealthContributorAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition) RabbitMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition) ReactiveCloudFoundryActuatorAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ReactiveCompositeDiscoveryClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) ReactiveElasticsearchClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition) ReactiveElasticsearchRepositoriesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ReactiveElasticsearchClient' (OnClassCondition) ReactiveManagementContextAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveManagementWebSecurityAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveMultipartAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) ReactiveOAuth2ClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition) ReactiveOAuth2ClientWebSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.web.server.ServerOAuth2AuthorizedClientRepository' (OnClassCondition) ReactiveOAuth2ResourceServerAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactiveSecurityAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) ReactiveUserDetailsServiceAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.PasswordConfigured @ConditionalOnProperty (spring.security.user.password) did not find property 'spring.security.user.password'; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.NameConfigured @ConditionalOnProperty (spring.security.user.name) did not find property 'spring.security.user.name'; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.MissingAlternative @ConditionalOnMissingClass found unwanted class 'org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector' (ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured) Matched: - @ConditionalOnClass found required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) ReactiveWebServerFactoryAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) ReactorLoadBalancerClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) RedisAutoConfiguration#redisTemplate: Did not match: - @ConditionalOnMissingBean (names: redisTemplate; SearchStrategy: all) found beans named redisTemplate (OnBeanCondition) RedisHealthContributorAutoConfiguration#redisHealthContributor: Did not match: - @ConditionalOnMissingBean (names: redisHealthIndicator,redisHealthContributor; SearchStrategy: all) found beans named redisHealthContributor (OnBeanCondition) RefreshAutoConfiguration#legacyContextRefresher: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass did not find required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition) RepositoryRestMvcAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) RestClientAutoConfiguration#restClientBuilder: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found beans of type 'org.springframework.web.client.RestClient$Builder' restClientBuilder (OnBeanCondition) RestartEndpointWithIntegrationConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.integration.monitor.IntegrationMBeanExporter' (OnClassCondition) RestartEndpointWithoutIntegrationConfiguration#restartEndpointWithoutIntegration: Did not match: - @ConditionalOnAvailableEndpoint the configured access for endpoint 'restart' is NONE (OnAvailableEndpointCondition) Saml2RelyingPartyAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) SecurityDataConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' (OnClassCondition) SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) SendGridAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) SentinelAutoConfiguration.SentinelConverterConfiguration.SentinelXmlConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) SentinelEndpointAutoConfiguration#sentinelHealthIndicator: Did not match: - @ConditionalOnEnabledHealthIndicator management.health.sentinel.enabled is false (OnEnabledHealthIndicatorCondition) Matched: - @ConditionalOnMissingBean (types: com.alibaba.cloud.sentinel.endpoint.SentinelHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) SentinelFeignAutoConfiguration#feignSentinelBuilder: Did not match: - @ConditionalOnProperty (feign.sentinel.enabled) did not find property 'feign.sentinel.enabled' (OnPropertyCondition) SentinelWebFluxAutoConfiguration: Did not match: - did not find reactive web application classes (OnWebApplicationCondition) Matched: - @ConditionalOnClass found required class 'com.alibaba.csp.sentinel.adapter.reactor.SentinelReactorTransformer' (OnClassCondition) ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration: Did not match: - @ConditionalOnBooleanProperty (management.server.add-application-context-header=true) did not find property 'management.server.add-application-context-header' (OnPropertyCondition) ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer: Did not match: - @ConditionalOnClass did not find required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration: Did not match: - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) ServletWebServerFactoryConfiguration.EmbeddedJetty: Did not match: - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) ServletWebServerFactoryConfiguration.EmbeddedTomcat: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) SessionAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) SessionsEndpointAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) ShutdownEndpointAutoConfiguration: Did not match: - @ConditionalOnAvailableEndpoint the configured access for endpoint 'shutdown' is NONE (OnAvailableEndpointCondition) SignalFxMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition) SimpleCacheConfiguration: Did not match: - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration unknown cache type (CacheCondition) SimpleReactiveDiscoveryClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) SpringBootAdminClientAutoConfiguration: Did not match: - Spring Boot Client is disabled, because 'spring.boot.admin.client.url' is empty. (SpringBootAdminClientEnabledCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) SpringBootAdminClientCloudFoundryAutoConfiguration: Did not match: - Spring Boot Client is disabled, because 'spring.boot.admin.client.url' is empty. (SpringBootAdminClientEnabledCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) SpringBootWebSecurityConfiguration.SecurityFilterChainConfiguration: Did not match: - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' resourceServer; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) SpringBootWebSecurityConfiguration.WebSecurityEnablerConfiguration: Did not match: - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) found beans named springSecurityFilterChain (OnBeanCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) SpringDocConfiguration#oas31ModelConverter: Did not match: - @ConditionalOnProperty (springdoc.explicit-object-schema=true) did not find property 'springdoc.explicit-object-schema' (OnPropertyCondition) SpringDocConfiguration#propertiesResolverForSchema: Did not match: - @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition) SpringDocConfiguration#propertyCustomizingConverter: Did not match: - @ConditionalOnBean (types: org.springdoc.core.customizers.PropertyCustomizer; SearchStrategy: all) did not find any beans of type org.springdoc.core.customizers.PropertyCustomizer (OnBeanCondition) SpringDocConfiguration#springdocBeanFactoryPostProcessor: Did not match: - AnyNestedCondition 0 matched 2 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled'; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 2 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 3 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi (CacheOrGroupedOpenApiCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) SpringDocConfiguration#springdocBeanFactoryPostProcessor2: Did not match: - @ConditionalOnMissingClass found unwanted class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) SpringDocConfiguration.SpringDocActuatorConfiguration: Did not match: - @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator' (OnPropertyCondition) Matched: - @ConditionalOnClass found required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition) SpringDocConfiguration.SpringDocRepositoryRestConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) SpringDocDataRestConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) SpringDocFunctionCatalogConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.cloud.function.web.function.FunctionEndpointInitializer' (OnClassCondition) SpringDocGroovyConfiguration: Did not match: - @ConditionalOnClass did not find required class 'groovy.lang.MetaClass' (OnClassCondition) SpringDocHateoasConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.hateoas.server.LinkRelationProvider' (OnClassCondition) SpringDocJacksonKotlinModuleConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.module.kotlin.KotlinModule' (OnClassCondition) SpringDocJavadocConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.github.therapi.runtimejavadoc.CommentFormatter' (OnClassCondition) SpringDocKotlinConfiguration.KotlinReflectDependingConfiguration: Did not match: - @ConditionalOnClass did not find required class 'kotlin.reflect.full.KClasses' (OnClassCondition) SpringDocKotlinxConfiguration: Did not match: - @ConditionalOnClass did not find required class 'kotlinx.coroutines.flow.Flow' (OnClassCondition) SpringDocSecurityConfiguration.SpringDocSecurityOAuth2ClientConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.annotation.RegisteredOAuth2AuthorizedClient' (OnClassCondition) SpringDocSecurityConfiguration.SpringDocSecurityOAuth2Configuration#springDocSecurityOAuth2Customizer: Did not match: - @ConditionalOnProperty (springdoc.show-oauth2-endpoints) did not find property 'springdoc.show-oauth2-endpoints' (OnPropertyCondition) SpringDocSecurityConfiguration.SpringSecurityLoginEndpointConfiguration#springSecurityLoginEndpointCustomizer: Did not match: - @ConditionalOnProperty (springdoc.show-login-endpoint) did not find property 'springdoc.show-login-endpoint' (OnPropertyCondition) SpringDocSortConfiguration#dataRestDelegatingMethodParameterCustomizer: Did not match: - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) found beans of type 'org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer' dataRestDelegatingMethodParameterCustomizer (OnBeanCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#actuatorProvider: Did not match: - @ConditionalOnExpression (#{${springdoc.show-actuator:false} or ${springdoc.use-management-port:false}}) resulted in false (OnExpressionCondition) SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#openApiActuatorResource: Did not match: - @ConditionalOnExpression (#{${springdoc.use-management-port:false} and ${springdoc.enable-default-api-docs:true}}) resulted in false (OnExpressionCondition) SpringNativeClientAutoConfiguration: Did not match: - Spring Boot Client is disabled, because 'spring.boot.admin.client.url' is empty. (SpringBootAdminClientEnabledCondition) Matched: - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) SslObservabilityAutoConfiguration#sslInfoProvider: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) found beans of type 'org.springframework.boot.info.SslInfo' sslInfo (OnBeanCondition) StackdriverMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition) StartupEndpointAutoConfiguration: Did not match: - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition) StatsdMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition) TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition) TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads: Did not match: - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter: Did not match: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads: Did not match: - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition) TaskSchedulingConfigurations.TaskSchedulerConfiguration: Did not match: - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) ThymeleafAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition) TomcatMetricsAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.apache.catalina.Manager' (OnClassCondition) TransactionAutoConfiguration#transactionalOperator: Did not match: - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) TransactionAutoConfiguration.AspectJTransactionManagementConfiguration: Did not match: - @ConditionalOnBean did not find required type 'org.springframework.transaction.aspectj.AbstractTransactionAspect' (OnBeanCondition) - @ConditionalOnBean (types: ?; SearchStrategy: all) did not find any beans of type ? (OnBeanCondition) TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=false) did not find property 'spring.aop.proxy-target-class' (OnPropertyCondition) UserDetailsServiceAutoConfiguration: Did not match: - AnyNestedCondition 0 matched 3 did not; NestedCondition on UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.PasswordConfigured @ConditionalOnProperty (spring.security.user.password) did not find property 'spring.security.user.password'; NestedCondition on UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.NameConfigured @ConditionalOnProperty (spring.security.user.name) did not find property 'spring.security.user.name'; NestedCondition on UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.MissingAlternative @ConditionalOnMissingClass found unwanted class 'org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector' (UserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured) Matched: - @ConditionalOnClass found required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) - found 'session' scope (OnWebApplicationCondition) WavefrontAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition) WavefrontMetricsExportAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) WavefrontTracingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) WebClientAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebClientObservationConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) WebFluxAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) WebFluxEndpointManagementContextConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) WebFluxObservationAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebMvcAutoConfiguration#hiddenHttpMethodFilter: Did not match: - @ConditionalOnBooleanProperty (spring.mvc.hiddenmethod.filter.enabled=true) did not find property 'spring.mvc.hiddenmethod.filter.enabled' (OnPropertyCondition) WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration: Did not match: - @ConditionalOnBooleanProperty (spring.mvc.problemdetails.enabled=true) did not find property 'spring.mvc.problemdetails.enabled' (OnPropertyCondition) WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration: Did not match: - @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarVersionLocator (OnEnabledResourceChainCondition) WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: Did not match: - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping: Did not match: - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) WebServiceTemplateAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.client.core.WebServiceTemplate' (OnClassCondition) WebServicesAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) WebSessionIdResolverAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebSocketMessagingAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) WebSocketReactiveAutoConfiguration: Did not match: - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition) WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration: Did not match: - @ConditionalOnClass did not find required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) WritableEnvironmentEndpointAutoConfiguration: Did not match: - @ConditionalOnProperty (management.endpoint.env.post.enabled) did not find property 'management.endpoint.env.post.enabled' (OnPropertyCondition) Matched: - @ConditionalOnClass found required classes 'org.springframework.boot.actuate.env.EnvironmentEndpoint', 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (OnClassCondition) XADataSourceAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'jakarta.transaction.TransactionManager' (OnClassCondition) ZipkinAutoConfiguration: Did not match: - @ConditionalOnClass did not find required class 'zipkin2.reporter.Encoding' (OnClassCondition) Exclusions: ----------- None Unconditional classes: ---------------------- com.pig4cloud.pig.common.feign.sentinel.SentinelAutoConfiguration org.anyline.environment.spring.SpringEnvironmentWorker org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration org.anyline.data.jdbc.mysql.MySQLAdapter com.alibaba.cloud.nacos.NacosConfigSpringCloudAutoConfiguration org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration org.anyline.environment.spring.data.jdbc.runtime.SpringJDBCRuntimeHolder org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration com.pig4cloud.plugin.excel.ResponseExcelAutoConfiguration com.pig4cloud.pig.common.security.component.PigSecurityInnerAspect org.anyline.environment.spring.data.jdbc.SpringJDBCActuator com.pig4cloud.pig.common.feign.PigFeignAutoConfiguration org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration com.pig4cloud.pig.common.core.config.RedisTemplateConfiguration org.anyline.data.listener.init.DataSourceLoadListener org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration com.pig4cloud.pig.common.security.service.PigRemoteRegisteredClientRepository org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration com.pig4cloud.pig.common.security.service.PigUserDetailsServiceImpl com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationService com.pig4cloud.pig.common.mybatis.MybatisAutoConfiguration org.anyline.environment.spring.data.jdbc.datasource.SpringJDBCDataSourceLoader com.pig4cloud.pig.common.core.util.SpringContextHolder com.pig4cloud.pig.common.excel.ExcelAutoConfiguration org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration org.anyline.environment.spring.SpringAutoConfiguration com.ulisesbocchio.jasyptspringbootstarter.JasyptSpringBootAutoConfiguration com.pig4cloud.pig.common.security.service.PigAppUserDetailsServiceImpl com.pig4cloud.pig.common.security.service.PigRedisOAuth2AuthorizationConsentService org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration org.springframework.cloud.client.CommonsClientAutoConfiguration com.alibaba.cloud.nacos.NacosConfigAutoConfiguration org.anyline.data.listener.init.DefaultDDListener org.anyline.environment.spring.data.jdbc.datasource.SpringJDBCDataSourceHolder org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration cn.smallbun.screw.boot.ScrewAutoConfiguration org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration com.pig4cloud.pig.common.core.config.RestTemplateConfiguration org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration org.springdoc.core.configuration.SpringDocSpecPropertiesConfiguration cn.hutool.extra.spring.SpringUtil org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration org.anyline.adapter.init.DefaultEntityAdapter :2025-07-18 13:48:57.532 INFO main c.p.p.c.PigCodeGenApplication: Started PigCodeGenApplication in 13.729 seconds (process running for 14.393) :2025-07-18 13:48:57.533 DEBUG main o.s.b.a.ApplicationAvailabilityBean: Application availability state LivenessState changed to CORRECT :2025-07-18 13:48:57.540 INFO main c.a.c.n.r.NacosContextRefresher: [Nacos Config] Listening config: dataId=application.yml, group=DEFAULT_GROUP :2025-07-18 13:48:57.541 INFO main c.a.c.n.r.NacosContextRefresher: [Nacos Config] Listening config: dataId=pig-codegen.yml, group=DEFAULT_GROUP :2025-07-18 13:48:57.541 DEBUG main o.s.b.a.ApplicationAvailabilityBean: Application availability state ReadinessState changed to ACCEPTING_TRAFFIC :2025-07-18 13:48:58.016 INFO RMI TCP Connection(3)-192.168.3.17 i.u.servlet: Initializing Spring DispatcherServlet 'dispatcherServlet' :2025-07-18 13:48:58.016 INFO RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: Initializing Servlet 'dispatcherServlet' :2025-07-18 13:48:58.016 DEBUG RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected StandardServletMultipartResolver :2025-07-18 13:48:58.016 DEBUG RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected AcceptHeaderLocaleResolver :2025-07-18 13:48:58.016 DEBUG RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected FixedThemeResolver :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@30970127 :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: master - configuration: :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: Detected org.springframework.web.servlet.support.SessionFlashMapManager@4559e983 :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: allowPoolSuspension.............false :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: autoCommit......................true :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: catalog.........................none :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: connectionInitSql...............none :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: connectionTestQuery.............none :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: connectionTimeout...............30000 :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: credentials.....................com.zaxxer.hikari.util.Credentials@1fdbba0d :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: dataSource......................none :2025-07-18 13:48:58.017 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: dataSourceClassName.............none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: dataSourceJNDI..................none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: dataSourceProperties............{password=} :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: driverClassName.................none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: exceptionOverride...............none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: exceptionOverrideClassName......none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: healthCheckProperties...........{} :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: healthCheckRegistry.............none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: idleTimeout.....................600000 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: initializationFailTimeout.......1 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: isolateInternalQueries..........false :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: jdbcUrl.........................jdbc:mysql://192.168.10.101:3306/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: keepaliveTime...................120000 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: leakDetectionThreshold..........0 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: maxLifetime.....................1800000 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: maximumPoolSize.................10 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: metricRegistry..................none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: metricsTrackerFactory...........com.zaxxer.hikari.metrics.micrometer.MicrometerMetricsTrackerFactory@38af2d52 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: minimumIdle.....................10 :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: password........................ :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: poolName........................"master" :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: readOnly........................false :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: registerMbeans..................false :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: scheduledExecutor...............none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: schema..........................none :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: threadFactory...................internal :2025-07-18 13:48:58.018 INFO RMI TCP Connection(3)-192.168.3.17 o.s.w.s.DispatcherServlet: Completed initialization in 2 ms :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: transactionIsolation............default :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: username........................"admin" :2025-07-18 13:48:58.018 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariConfig: validationTimeout...............5000 :2025-07-18 13:48:58.018 INFO RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariDataSource: master - Starting... :2025-07-18 13:48:58.020 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.u.DriverDataSource: Loaded driver with class name com.mysql.cj.jdbc.Driver for jdbcUrl=jdbc:mysql://192.168.10.101:3306/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true :2025-07-18 13:48:58.023 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.p.PoolBase: master - Attempting to create/setup new connection (f0ed8434-328c-41db-b27f-c65a4e461144) :2025-07-18 13:48:58.095 DEBUG RMI TCP Connection(4)-192.168.3.17 c.z.h.p.PoolBase: master - Established new connection (f0ed8434-328c-41db-b27f-c65a4e461144) :2025-07-18 13:48:58.095 INFO RMI TCP Connection(4)-192.168.3.17 c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@2871294b :2025-07-18 13:48:58.100 INFO RMI TCP Connection(4)-192.168.3.17 c.z.h.HikariDataSource: master - Start completed. :2025-07-18 13:48:58.108 DEBUG RMI TCP Connection(4)-192.168.3.17 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:48:58.108 DEBUG RMI TCP Connection(4)-192.168.3.17 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:48:58.131 DEBUG boundedElastic-1 i.l.c.RedisClient: Trying to get a Redis connection for: redis://******@192.168.10.101 :2025-07-18 13:48:58.207 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=1/10, idle=1/10, active=0, waiting=0) :2025-07-18 13:48:58.207 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (9a4b44c7-85fb-4e51-886f-2515481cd37e) :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.numHeapArenas: 56 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.numDirectArenas: 56 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.pageSize: 8192 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.maxOrder: 9 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.chunkSize: 4194304 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.smallCacheSize: 256 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.normalCacheSize: 64 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.maxCachedBufferCapacity: 32768 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.cacheTrimInterval: 8192 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.cacheTrimIntervalMillis: 0 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.useCacheForAllThreads: false :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023 :2025-07-18 13:48:58.241 DEBUG boundedElastic-1 i.n.b.PooledByteBufAllocator: -Dio.netty.allocator.disableCacheFinalizersForFastThreadLocalThreads: false :2025-07-18 13:48:58.246 DEBUG boundedElastic-1 i.n.b.ByteBufUtil: -Dio.netty.allocator.type: pooled :2025-07-18 13:48:58.246 DEBUG boundedElastic-1 i.n.b.ByteBufUtil: -Dio.netty.threadLocalDirectBufferSize: 0 :2025-07-18 13:48:58.247 DEBUG boundedElastic-1 i.n.b.ByteBufUtil: -Dio.netty.maxThreadLocalCharBufferSize: 16384 :2025-07-18 13:48:58.248 DEBUG boundedElastic-1 i.l.c.r.KqueueProvider: Starting without optional kqueue library :2025-07-18 13:48:58.249 DEBUG boundedElastic-1 i.l.c.r.IOUringProvider: Starting without optional io_uring library :2025-07-18 13:48:58.249 DEBUG boundedElastic-1 i.l.c.r.EpollProvider: Starting without optional epoll library :2025-07-18 13:48:58.252 DEBUG boundedElastic-1 i.l.c.r.DefaultEventLoopGroupProvider: Allocating executor io.netty.channel.nio.NioEventLoopGroup :2025-07-18 13:48:58.252 DEBUG boundedElastic-1 i.l.c.r.DefaultEventLoopGroupProvider: Creating executor io.netty.channel.nio.NioEventLoopGroup :2025-07-18 13:48:58.252 DEBUG boundedElastic-1 i.n.c.MultithreadEventLoopGroup: -Dio.netty.eventLoopThreads: 56 :2025-07-18 13:48:58.254 DEBUG boundedElastic-1 i.n.c.n.NioEventLoop: -Dio.netty.noKeySetOptimization: false :2025-07-18 13:48:58.254 DEBUG boundedElastic-1 i.n.c.n.NioEventLoop: -Dio.netty.selectorAutoRebuildThreshold: 512 :2025-07-18 13:48:58.262 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (9a4b44c7-85fb-4e51-886f-2515481cd37e) :2025-07-18 13:48:58.262 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@685018bf :2025-07-18 13:48:58.270 DEBUG boundedElastic-1 i.l.c.r.DefaultEventLoopGroupProvider: Adding reference to io.netty.channel.nio.NioEventLoopGroup@7846c3e, existing ref count 0 :2025-07-18 13:48:58.294 DEBUG boundedElastic-1 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 13:48:58.294 DEBUG boundedElastic-1 i.l.c.AbstractRedisClient: Connecting to Redis at 192.168.10.101/:6379 :2025-07-18 13:48:58.297 DEBUG boundedElastic-1 i.n.c.DefaultChannelId: -Dio.netty.processId: 26992 (auto-detected) :2025-07-18 13:48:58.297 DEBUG boundedElastic-1 i.n.u.NetUtil: -Djava.net.preferIPv4Stack: false :2025-07-18 13:48:58.298 DEBUG boundedElastic-1 i.n.u.NetUtil: -Djava.net.preferIPv6Addresses: false :2025-07-18 13:48:58.301 DEBUG boundedElastic-1 i.n.u.NetUtilInitializations: Loopback interface: loopback_0 (Software Loopback Interface 1, 0:0:0:0:0:0:0:1) :2025-07-18 13:48:58.302 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=2/10, idle=2/10, active=0, waiting=0) :2025-07-18 13:48:58.302 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (7c76922e-18d7-4e43-99db-dbba94384ce5) :2025-07-18 13:48:58.302 DEBUG boundedElastic-1 i.n.u.NetUtil: Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200 :2025-07-18 13:48:58.304 DEBUG boundedElastic-1 i.n.c.DefaultChannelId: -Dio.netty.machineId: b8:1e:a4:ff:fe:b7:88:f2 (auto-detected) :2025-07-18 13:48:58.315 DEBUG boundedElastic-1 i.n.b.ChannelInitializerExtensions: -Dio.netty.bootstrap.extensions: null :2025-07-18 13:48:58.327 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, [id: 0x7aa90952] (inactive), epid=0x1, chid=0x1] channelRegistered() :2025-07-18 13:48:58.329 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.maxCapacityPerThread: 4096 :2025-07-18 13:48:58.329 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.ratio: 8 :2025-07-18 13:48:58.329 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.chunkSize: 32 :2025-07-18 13:48:58.329 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.blocking: false :2025-07-18 13:48:58.329 DEBUG lettuce-nioEventLoop-4-1 i.n.u.Recycler: -Dio.netty.recycler.batchFastThreadLocalOnly: true :2025-07-18 13:48:58.332 DEBUG lettuce-nioEventLoop-4-1 i.n.b.AbstractByteBuf: -Dio.netty.buffer.checkAccessible: true :2025-07-18 13:48:58.332 DEBUG lettuce-nioEventLoop-4-1 i.n.b.AbstractByteBuf: -Dio.netty.buffer.checkBounds: true :2025-07-18 13:48:58.332 DEBUG lettuce-nioEventLoop-4-1 i.n.u.ResourceLeakDetectorFactory: Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@1933e56 :2025-07-18 13:48:58.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:48:58.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:58.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 148 bytes, 1 commands in the stack :2025-07-18 13:48:58.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:48:58.381 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:58.382 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (7c76922e-18d7-4e43-99db-dbba94384ce5) :2025-07-18 13:48:58.382 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 :2025-07-18 13:48:58.383 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=HELLO, output=GenericMapOutput [output={server=redis, version=6.0.20, proto=3, id=8435, mode=standalone, role=master}, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 13:48:58.386 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, [AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]], promise) :2025-07-18 13:48:58.387 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:58.387 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:58.390 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 170 bytes, 2 commands in the stack :2025-07-18 13:48:58.391 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 2 commands :2025-07-18 13:48:58.391 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:58.391 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 13:48:58.393 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:48:58.393 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:58.393 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 13:48:58.393 DEBUG lettuce-nioEventLoop-4-1 i.l.c.RedisHandshake: Error applying connection metadata java.util.concurrent.CompletionException: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1498) at java.base/java.util.concurrent.CompletableFuture$CoCompletion.tryFire(CompletableFuture.java:1219) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2194) at io.lettuce.core.protocol.AsyncCommand.doCompleteExceptionally(AsyncCommand.java:143) at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124) at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115) at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67) at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:769) at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:704) at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:621) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151) at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120) ... 22 common frames omitted :2025-07-18 13:48:58.397 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelActive() :2025-07-18 13:48:58.398 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] activateEndpointAndExecuteBufferedCommands 0 command(s) buffered :2025-07-18 13:48:58.398 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] activating endpoint :2025-07-18 13:48:58.398 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] flushCommands() :2025-07-18 13:48:58.398 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] flushCommands() Flushing 0 commands :2025-07-18 13:48:58.400 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] channelActive() :2025-07-18 13:48:58.400 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelActive() done :2025-07-18 13:48:58.400 DEBUG lettuce-nioEventLoop-4-1 i.l.c.AbstractRedisClient: Connecting to Redis at 192.168.10.101/:6379: Success :2025-07-18 13:48:58.427 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=3/10, idle=3/10, active=0, waiting=0) :2025-07-18 13:48:58.427 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (822b12f3-0bf4-46f4-835b-19ee816fd4b6) :2025-07-18 13:48:58.428 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:58.430 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:58.431 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:48:58.432 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:48:58.433 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:48:58.456 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:48:58.456 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:48:58.456 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:48:58.456 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578893 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987274 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:48:58.491 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (822b12f3-0bf4-46f4-835b-19ee816fd4b6) :2025-07-18 13:48:58.491 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 :2025-07-18 13:48:58.523 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=4/10, idle=4/10, active=0, waiting=0) :2025-07-18 13:48:58.523 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (47db1369-bbeb-4409-8624-7b0d8870af2b) :2025-07-18 13:48:58.598 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (47db1369-bbeb-4409-8624-7b0d8870af2b) :2025-07-18 13:48:58.598 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb :2025-07-18 13:48:58.632 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=5/10, idle=5/10, active=0, waiting=0) :2025-07-18 13:48:58.632 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (906b495e-a1a9-4434-a5cf-63cd75064b8b) :2025-07-18 13:48:58.701 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (906b495e-a1a9-4434-a5cf-63cd75064b8b) :2025-07-18 13:48:58.701 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 :2025-07-18 13:48:58.742 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=6/10, idle=6/10, active=0, waiting=0) :2025-07-18 13:48:58.742 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (cc10a675-a024-4cb8-99e4-be3fbc51075b) :2025-07-18 13:48:58.800 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (cc10a675-a024-4cb8-99e4-be3fbc51075b) :2025-07-18 13:48:58.800 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 :2025-07-18 13:48:58.837 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=7/10, idle=7/10, active=0, waiting=0) :2025-07-18 13:48:58.837 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (92641266-bcaf-48b7-9191-a62033cdd2dc) :2025-07-18 13:48:58.895 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (92641266-bcaf-48b7-9191-a62033cdd2dc) :2025-07-18 13:48:58.895 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 :2025-07-18 13:48:58.930 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=8/10, idle=8/10, active=0, waiting=0) :2025-07-18 13:48:58.930 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (35b8cdb6-724b-4e73-ab26-5a7f0cf9ba05) :2025-07-18 13:48:58.995 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (35b8cdb6-724b-4e73-ab26-5a7f0cf9ba05) :2025-07-18 13:48:58.996 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa :2025-07-18 13:48:59.040 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=9/10, idle=9/10, active=0, waiting=0) :2025-07-18 13:48:59.040 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (a828126e-816e-46fd-be8e-4cd94a4fb631) :2025-07-18 13:48:59.110 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (a828126e-816e-46fd-be8e-4cd94a4fb631) :2025-07-18 13:48:59.110 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc :2025-07-18 13:48:59.152 DEBUG master:connection-adder c.z.h.p.HikariPool: master - After adding stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:49:20.234 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:49:20.235 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:49:20.235 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:49:20.250 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:49:20.262 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:49:20.263 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:49:20.265 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:49:20.279 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:20.285 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:20.285 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:49:20.297 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:20.297 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:49:20.303 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:20.303 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:20.303 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:49:20.303 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:49:20.303 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:20.308 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:49:20.308 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:49:20.308 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:49:20.308 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578915 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987296 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:49:20.312 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:20.314 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6bebae2f] :2025-07-18 13:49:20.324 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:20.325 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:20.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator, authentication required: false :2025-07-18 13:49:20.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator :2025-07-18 13:49:20.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator :2025-07-18 13:49:20.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator :2025-07-18 13:49:20.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator :2025-07-18 13:49:20.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator", parameters={} :2025-07-18 13:49:20.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator root web endpoint :2025-07-18 13:49:20.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:20.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{_links={self=[Link@4eb52386 href = 'http://169.254.32.119:5002/actuator'], nacosconfig=[Link@685cb7 (truncated)...] :2025-07-18 13:49:20.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:20.349 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:20.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:49:20.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 13:49:20.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:49:20.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:49:20.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:49:20.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:49:20.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:49:20.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:20.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:20.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:49:20.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:20.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:28.215 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:49:28.215 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:49:35.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:49:35.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:49:35.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:49:35.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:49:35.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:49:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:49:35.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:49:35.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:35.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:49:35.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:35.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:49:35.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:35.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:35.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:49:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:49:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:49:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:49:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:49:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:49:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:35.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4ad38ac8] :2025-07-18 13:49:35.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:35.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:49:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:49:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:49:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:49:55.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:49:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:49:55.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:49:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:49:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:55.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:49:55.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:49:55.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:49:55.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:49:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:49:55.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:49:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:49:55.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:49:55.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:49:55.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:49:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:49:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@68b3038c] :2025-07-18 13:49:55.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:49:55.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:49:58.218 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:49:58.218 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:50:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:50:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:50:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:50:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:15.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:50:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:50:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:50:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:50:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:50:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@28079e15] :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:28.220 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:50:28.220 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:50:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:50:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:50:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:50:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:50:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:50:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:50:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:50:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:35.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:50:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:50:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:50:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:50:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:50:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2578990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:50:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@644882c9] :2025-07-18 13:50:35.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:35.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:36.844 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 13:50:40.831 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 13:50:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:50:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 13:50:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:50:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:50:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:50:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:50:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:50:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:50:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:45.462 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 13:50:45.906 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 13:50:49.245 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 13:50:51.040 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 13:50:52.276 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 13:50:53.381 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 13:50:54.796 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 13:50:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:50:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:50:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:50:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:50:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:50:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:50:55.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:50:55.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:50:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:50:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:50:55.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:50:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:50:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:50:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:50:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:50:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:50:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@d5c1d55] :2025-07-18 13:50:55.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:50:55.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:50:56.198 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 13:50:58.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:50:58.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:51:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:51:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:51:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:51:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:51:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:51:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:51:15.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:51:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:51:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:51:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:15.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:51:15.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:51:15.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:51:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:51:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:51:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:51:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:51:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:51:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@18e052e5] :2025-07-18 13:51:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:51:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:51:28.245 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:51:28.245 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:51:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:51:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:51:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:51:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:51:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:51:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:51:35.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:51:35.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:51:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:51:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:35.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:51:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:51:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:51:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:51:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3d07ce73] :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:51:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:51:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:51:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:51:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:51:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:51:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:51:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:51:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:51:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:51:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:51:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:51:55.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:51:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:51:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:51:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:51:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:51:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:51:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e233bf2] :2025-07-18 13:51:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:51:55.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:51:58.255 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:51:58.255 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:52:14.578 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 13:52:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:52:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:52:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:52:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:52:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:52:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:52:15.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:52:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:52:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:15.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:52:15.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:52:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:52:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:52:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:52:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:52:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:52:15.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@17486084] :2025-07-18 13:52:15.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:15.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:23.177 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 13:52:28.262 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:52:28.262 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:52:32.226 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 13:52:32.913 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 13:52:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:52:35.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:52:35.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:52:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:52:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:52:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:52:35.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:52:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:52:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:35.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:52:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:52:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:52:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:52:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:52:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59ee958d] :2025-07-18 13:52:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:40.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 13:52:43.493 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 13:52:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:52:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:52:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:52:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:52:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:52:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:52:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:46.165 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 13:52:48.670 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 13:52:50.593 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 13:52:53.633 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 13:52:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:52:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:52:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:52:55.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:52:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:52:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:52:55.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:52:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:52:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:55.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:52:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:52:55.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:52:55.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:52:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:52:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:52:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6cb7b4ab] :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:52:55.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:52:58.264 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:52:58.265 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:53:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:53:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:53:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:53:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:53:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:53:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:53:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:53:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:53:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:53:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:15.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:53:15.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:53:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:53:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:53:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:53:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:53:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:53:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:53:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@248ad526] :2025-07-18 13:53:15.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:53:15.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:53:28.278 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:53:28.278 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:53:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:53:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:53:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:53:35.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:53:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:53:35.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:35.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:53:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:53:35.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:53:35.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:53:35.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:53:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:53:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:53:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:53:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:53:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@9e3c8f6] :2025-07-18 13:53:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:53:35.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:53:52.331 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 13:53:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:53:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:53:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:53:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:53:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:53:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:53:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:53:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:53:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:55.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:53:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:53:55.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:53:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:53:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:53:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:53:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:53:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:53:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:53:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:53:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:53:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b0dc0d1] :2025-07-18 13:53:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:53:55.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:53:58.280 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:53:58.280 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:54:05.525 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 13:54:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:54:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:54:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:54:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:54:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:54:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:54:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:54:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:54:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:54:15.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:54:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:54:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:54:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:54:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:54:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:54:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64df87a4] :2025-07-18 13:54:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:18.996 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 13:54:19.929 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 13:54:28.285 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:54:28.285 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:54:31.211 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:54:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:54:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:54:35.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:54:35.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:54:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:35.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:54:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:35.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:54:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:54:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:54:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:35.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:54:35.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:54:35.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:54:35.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:54:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1631e7ac] :2025-07-18 13:54:35.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:35.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:35.937 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 13:54:40.059 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 13:54:43.958 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 13:54:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:54:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 13:54:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:54:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:54:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:54:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:54:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:54:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:46.387 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 13:54:51.041 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 13:54:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:54:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:54:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:54:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:54:55.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:54:55.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:54:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:54:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:54:55.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:54:55.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:54:55.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:54:55.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:54:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:54:55.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@372964a8] :2025-07-18 13:54:55.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:54:55.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:54:58.296 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:54:58.296 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:55:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:55:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:55:15.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:55:15.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:55:15.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:55:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:15.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:55:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:55:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:55:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:55:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:55:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:55:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:55:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:55:15.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:55:15.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@686a699c] :2025-07-18 13:55:15.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:55:15.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:55:28.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:55:28.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:55:30.079 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 13:55:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:55:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:55:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:55:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:55:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:55:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:35.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:55:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:55:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:55:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:55:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3868ea80] :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:55:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:55:47.874 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 13:55:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:55:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:55:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:55:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:55:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:55:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:55.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:55:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:55:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:55:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:55:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:55:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:55:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b2092d9] :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:55:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:55:58.303 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:55:58.303 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:56:05.767 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 13:56:06.936 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 13:56:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:56:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:56:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:56:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:15.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:56:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:15.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:56:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:56:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:56:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:56:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:56:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6134bdc8] :2025-07-18 13:56:15.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:15.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:56:22.196 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 13:56:28.313 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:56:28.313 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:56:28.379 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 13:56:33.957 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 13:56:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:56:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:56:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:35.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:35.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:56:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:56:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:56:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:56:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:56:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:56:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:56:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:56:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@47f7f6e2] :2025-07-18 13:56:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:56:39.250 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 13:56:42.187 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 13:56:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:56:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 13:56:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:56:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:56:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:56:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:56:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:56:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:56:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:56:48.447 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 13:56:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:56:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:56:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:56:55.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:56:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:56:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:56:55.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:56:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:56:55.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:55.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:56:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:56:55.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:56:55.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:55.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:56:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:56:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:56:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:56:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:56:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:56:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:56:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:56:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@48e1eefa] :2025-07-18 13:56:55.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:56:55.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:56:58.326 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:56:58.327 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:57:07.823 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 13:57:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:57:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:57:15.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:57:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:57:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:15.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:57:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:15.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:57:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:57:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:57:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:57:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:57:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:57:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:57:15.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:57:15.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@66ebc524] :2025-07-18 13:57:15.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:57:15.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:57:28.330 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:57:28.330 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:57:30.441 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:57:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:57:35.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:57:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:57:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:57:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:57:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:57:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:57:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:57:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:57:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:57:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:57:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4a85c2a9] :2025-07-18 13:57:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:57:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:57:52.535 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 13:57:53.950 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 13:57:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:57:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:57:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:57:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:57:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:57:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:57:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:57:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:57:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:57:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:57:55.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:57:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:57:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:57:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:57:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:57:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:57:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@22b8efe6] :2025-07-18 13:57:55.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:57:55.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:57:58.336 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:57:58.336 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:58:13.173 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:58:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:58:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:58:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:58:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:15.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:58:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:58:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:58:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:58:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:58:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:58:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b86018f] :2025-07-18 13:58:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:20.833 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 13:58:27.849 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 13:58:28.342 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:58:28.342 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:58:34.550 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 13:58:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:58:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:58:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:58:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:58:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:35.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:35.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:58:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:58:35.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:35.349 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:58:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:58:35.349 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:58:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@41e653a1] :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:35.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:37.988 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 13:58:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 13:58:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 13:58:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 13:58:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 13:58:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 13:58:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 13:58:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 13:58:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 13:58:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:45.566 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 13:58:45.845 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 13:58:55.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:58:55.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:58:55.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:58:55.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:58:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:58:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:58:55.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:58:55.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:58:55.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:55.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:58:55.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:58:55.367 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:58:55.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:55.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:55.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:58:55.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:58:55.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:58:55.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:58:55.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:58:55.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7da451fd] :2025-07-18 13:58:55.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:58:55.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:58:58.351 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:58:58.351 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:59:12.779 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:59:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:59:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:59:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:59:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:59:15.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:59:15.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:15.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:59:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:15.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:59:15.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:15.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:59:15.350 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:59:15.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:15.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:59:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:59:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:59:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:59:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:59:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@72b4c7f0] :2025-07-18 13:59:15.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:59:15.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:59:28.354 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:59:28.354 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 13:59:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:59:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:59:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:59:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:59:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:59:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:59:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:59:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:59:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:59:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:59:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:59:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1a5ec9ca] :2025-07-18 13:59:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:59:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:59:39.300 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 13:59:40.966 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 13:59:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 13:59:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 13:59:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 13:59:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 13:59:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 13:59:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 13:59:55.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 13:59:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 13:59:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:59:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 13:59:55.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 13:59:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 13:59:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 13:59:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 13:59:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 13:59:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 13:59:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 13:59:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 13:59:55.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 13:59:55.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@667afd09] :2025-07-18 13:59:55.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 13:59:55.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 13:59:58.358 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 13:59:58.358 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:00:04.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:00:13.282 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 14:00:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:00:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:00:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:00:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:00:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:00:15.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:00:15.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:00:15.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:15.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:00:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:15.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:00:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:15.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:00:15.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:00:15.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:00:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:00:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:00:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:00:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@44306331] :2025-07-18 14:00:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:21.741 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:00:23.315 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:00:28.369 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:00:28.369 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:00:29.828 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:00:33.793 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 14:00:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:00:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:00:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:00:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:00:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:00:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:00:35.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:00:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:00:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:35.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:00:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:00:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:00:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:00:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:00:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:00:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:00:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@66056cbd] :2025-07-18 14:00:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:43.243 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:00:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:00:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:00:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:00:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:55.114 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:00:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:00:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:00:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:00:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:00:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:00:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:00:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:00:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:00:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:00:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:00:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:00:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:00:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:00:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:00:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:00:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:00:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:00:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7987991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:00:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:00:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6eb84d84] :2025-07-18 14:00:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:00:55.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:00:58.378 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:00:58.378 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:01:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:01:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:01:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:01:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:01:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:01:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:01:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:01:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:01:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:15.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:01:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:01:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:01:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:01:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:15.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:01:15.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:01:15.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:01:15.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:01:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:01:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@38bd230f] :2025-07-18 14:01:15.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:01:15.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:01:26.056 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:01:27.974 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:01:28.390 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:01:28.390 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:01:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:01:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:01:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:01:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:01:35.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:01:35.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:01:35.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:01:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:01:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:01:35.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:35.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:01:35.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:35.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:35.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:01:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:01:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:01:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:01:35.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:01:35.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:01:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:01:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@14264da5] :2025-07-18 14:01:35.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:01:35.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:01:55.129 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:01:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:01:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:01:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:01:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:01:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:01:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:01:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:01:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:01:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:01:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:01:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:01:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:01:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:01:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:01:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:01:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4278e592] :2025-07-18 14:01:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:01:55.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:01:58.393 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:01:58.393 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:02:01.075 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:02:05.723 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 14:02:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:02:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:02:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:02:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:02:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:02:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:02:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:02:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:02:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:15.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:02:15.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:02:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:02:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:02:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:02:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2b187a6] :2025-07-18 14:02:15.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:15.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:15.656 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:02:25.110 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:02:28.404 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:02:28.404 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:02:29.593 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 14:02:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:02:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:02:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:02:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:02:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:02:35.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:02:35.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:02:35.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:35.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:02:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:02:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:02:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:02:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:02:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:02:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2759f4f8] :2025-07-18 14:02:35.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:35.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:37.453 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:02:40.648 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:02:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:02:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:02:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:02:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:02:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:02:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:02:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:02:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:02:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:45.348 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:02:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:02:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:02:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:55.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:02:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:02:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:02:55.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:02:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:02:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:02:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:02:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:02:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:02:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579730 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988111 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:02:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:02:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2587937f] :2025-07-18 14:02:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:02:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:02:58.405 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:02:58.405 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:03:12.811 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:03:14.987 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:03:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:03:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:03:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:03:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:03:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:03:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:03:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:03:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:03:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:15.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:03:15.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:15.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:03:15.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:15.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:15.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:03:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:03:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:03:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:03:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:03:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:03:15.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:03:15.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@286cd23f] :2025-07-18 14:03:15.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:03:15.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:03:28.405 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:03:28.405 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:03:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:03:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:03:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:03:35.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:03:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:03:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:03:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:03:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:03:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:03:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:03:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:03:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:03:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:03:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@26ffef92] :2025-07-18 14:03:35.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:03:35.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:03:38.822 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:03:46.114 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:03:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:03:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:03:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:03:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:03:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:03:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:03:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:03:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:03:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:03:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:03:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:03:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:03:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:03:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:03:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:03:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:03:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6fb418dc] :2025-07-18 14:03:55.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:03:55.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:03:58.175 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 14:03:58.418 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:03:58.419 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:04:09.544 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:04:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:04:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:04:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:04:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:15.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:04:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:15.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:04:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:04:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:04:15.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:04:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:04:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@46221e21] :2025-07-18 14:04:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:19.788 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:04:20.396 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:04:25.395 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 14:04:28.433 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:04:28.433 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:04:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:04:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:04:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:04:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:04:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:35.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:35.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:04:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:04:35.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:04:35.352 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:04:35.353 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:04:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:04:35.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:04:35.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:04:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@79f52614] :2025-07-18 14:04:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:35.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:38.054 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:04:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:04:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:04:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:04:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:04:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:04:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:04:55.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:04:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:04:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:55.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:04:55.387 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:04:55.387 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:04:55.396 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:55.396 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:55.396 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:04:55.396 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:04:55.396 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:04:55.403 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:04:55.403 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:04:55.403 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:04:55.403 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:04:55.403 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:04:55.403 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b25c9f] :2025-07-18 14:04:55.404 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:04:55.404 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:04:58.441 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:04:58.441 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:04:59.587 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:05:01.997 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:05:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:05:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:05:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:05:15.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:05:15.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:05:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:05:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:05:15.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:05:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:05:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:15.380 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:05:15.380 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:05:15.380 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:05:15.380 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:05:15.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:05:15.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@799fef1a] :2025-07-18 14:05:15.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:05:15.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:05:16.563 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:05:28.442 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:05:28.442 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:05:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:05:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:05:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:05:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:05:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:05:35.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:05:35.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:05:35.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:05:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:35.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:05:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:35.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:05:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:05:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:05:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:05:35.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:05:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:05:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6db635c6] :2025-07-18 14:05:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:05:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:05:37.085 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:05:50.625 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 14:05:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:05:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:05:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:05:55.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:05:55.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:05:55.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:05:55.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:05:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:05:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:55.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:05:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:05:55.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:05:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:05:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:05:55.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:05:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:05:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:05:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:05:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:05:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:05:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c1e4556] :2025-07-18 14:05:55.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:05:55.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:05:58.446 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:05:58.446 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:06:02.126 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:06:03.438 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:06:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:06:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:06:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:06:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:06:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:06:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:06:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:06:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:15.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:06:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:15.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:06:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:06:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:06:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:06:15.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:06:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@49c29e57] :2025-07-18 14:06:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:15.685 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:06:21.190 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 14:06:28.462 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:06:28.462 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:06:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:06:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:06:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:06:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:06:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:06:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:06:35.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:06:35.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:35.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:06:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:06:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:06:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:06:35.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:06:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:06:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@553079ef] :2025-07-18 14:06:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:35.454 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:06:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:06:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:06:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:06:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:06:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:06:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:06:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:45.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:46.357 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:06:49.009 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:06:54.307 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:06:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:06:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:06:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:06:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:06:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:06:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:06:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:06:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:06:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:55.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:06:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:06:55.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:06:55.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:06:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:06:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:06:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:06:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:06:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:06:55.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:06:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:06:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@40695c88] :2025-07-18 14:06:55.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:06:55.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:06:58.471 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:06:58.472 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:07:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:07:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:07:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:07:15.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:07:15.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:07:15.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:07:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:07:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:15.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:07:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:07:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:07:15.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:07:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:07:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:07:15.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2579990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:07:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:07:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@947f68a] :2025-07-18 14:07:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:07:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:07:28.065 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:07:28.473 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:07:28.473 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:07:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:07:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:07:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:07:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:07:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:07:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:07:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:07:35.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:07:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:07:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:35.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:07:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:07:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:07:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:07:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:07:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:07:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:07:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:07:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@125f2b17] :2025-07-18 14:07:35.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:07:35.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:07:43.069 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 14:07:44.465 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:07:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:07:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:07:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:07:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:07:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:07:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:07:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:07:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:07:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:07:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:07:55.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:07:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:55.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:07:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:07:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:07:55.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:07:55.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:07:55.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2462a4e9] :2025-07-18 14:07:55.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:07:55.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:07:57.326 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:07:58.484 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:07:58.484 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:08:10.978 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:08:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:08:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:08:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:08:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:08:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:08:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:08:15.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:08:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:15.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:08:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:08:15.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:08:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:08:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:08:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:08:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:08:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:08:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@61d6f166] :2025-07-18 14:08:15.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:15.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:16.992 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 14:08:28.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:08:28.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:08:32.052 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:08:32.868 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:08:33.125 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:08:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:08:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:08:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:08:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:08:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:08:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:08:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:08:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:08:35.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:35.381 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:08:35.381 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:08:35.382 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:08:35.382 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:08:35.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:35.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@a9bc73f] :2025-07-18 14:08:35.383 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:35.384 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:36.019 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:08:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:08:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:08:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:08:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:08:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:08:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:45.344 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:08:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:08:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:08:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:08:55.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:08:55.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:08:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:55.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:08:55.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:08:55.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:08:55.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:08:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:08:55.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:08:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:08:55.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:08:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7adb268d] :2025-07-18 14:08:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:08:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:08:58.511 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:08:58.511 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:09:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:09:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:09:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:09:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:09:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:09:15.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:09:15.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:09:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:15.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:09:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:09:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:09:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:09:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:09:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:09:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:09:15.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:09:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@25eca6b] :2025-07-18 14:09:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:15.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:19.048 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:09:26.815 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:09:28.512 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:09:28.512 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:09:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:09:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:09:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:09:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:09:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:09:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:09:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:09:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:35.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:35.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:09:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:09:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:09:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:09:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:09:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:09:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@cd66030] :2025-07-18 14:09:35.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:35.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:35.519 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:09:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:09:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:45.352 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:51.213 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:09:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:09:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:09:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:09:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:09:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:09:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:09:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:09:55.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:09:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:09:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:09:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@751d77b0] :2025-07-18 14:09:55.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:09:55.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:09:58.516 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:09:58.516 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:10:06.268 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:10:09.828 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:10:12.793 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:10:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:10:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:10:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:10:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:15.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:10:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:15.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:10:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:10:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:10:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:10:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:10:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:10:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2f1a3baa] :2025-07-18 14:10:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:10:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:10:19.891 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:10:23.034 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:10:28.528 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:10:28.528 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:10:30.269 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:10:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:10:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:10:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:10:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:10:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:35.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:10:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:35.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:10:35.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:10:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:10:35.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:10:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3e4d2e52] :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:10:35.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:10:55.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:10:55.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:10:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:55.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:10:55.379 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:10:55.379 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:10:55.391 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:55.391 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:55.391 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:10:55.391 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:10:55.391 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:10:55.408 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:10:55.408 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:10:55.408 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:10:55.408 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:10:55.409 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:10:55.409 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4569d1bd] :2025-07-18 14:10:55.410 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:10:55.410 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:10:58.535 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:10:58.535 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:11:09.153 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:11:10.024 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:11:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:11:15.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:15.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:11:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:11:15.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:11:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:11:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:15.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:11:15.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:11:15.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:11:15.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:11:15.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:15.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@61d8e323] :2025-07-18 14:11:15.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:15.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:27.963 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb is alive :2025-07-18 14:11:28.536 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:11:28.536 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:11:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:11:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:11:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:11:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:11:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:11:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:11:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:11:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:11:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:35.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:11:35.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:11:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:11:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:11:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:11:35.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:11:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@754f40c9] :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:45.108 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:11:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:11:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:11:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:45.348 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:47.574 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:11:55.361 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:11:55.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:11:55.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:11:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:11:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:55.367 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:11:55.370 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:11:55.370 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:11:55.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:55.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:55.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:11:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:11:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:11:55.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:11:55.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:11:55.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:11:55.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:11:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:11:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@511ea892] :2025-07-18 14:11:55.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:11:55.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:11:58.538 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:11:58.538 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:12:01.552 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:12:06.655 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:12:08.593 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa is alive :2025-07-18 14:12:10.046 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:12:15.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:12:15.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:12:15.358 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:12:15.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:12:15.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:12:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:12:15.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:12:15.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:12:15.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:15.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:12:15.369 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:15.369 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:12:15.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:12:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:12:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:12:15.379 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:12:15.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:12:15.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6fa1d884] :2025-07-18 14:12:15.380 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:12:15.380 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:12:19.889 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4942edcb: (connection has passed maxLifetime) :2025-07-18 14:12:19.890 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (655b7f24-2bc6-4ede-a996-a56fe66dadf2) :2025-07-18 14:12:19.943 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (655b7f24-2bc6-4ede-a996-a56fe66dadf2) :2025-07-18 14:12:19.943 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f :2025-07-18 14:12:27.672 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:12:28.551 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:12:28.551 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:12:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:12:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:12:35.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:12:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:12:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:12:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:12:35.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:35.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:12:35.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:12:35.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:12:35.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:35.390 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:12:35.390 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:12:35.390 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:12:35.391 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:12:35.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:12:35.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2c1cf2ee] :2025-07-18 14:12:35.393 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:12:35.393 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:12:51.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:12:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:12:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:12:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:12:55.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:12:55.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:55.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:12:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:12:55.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:12:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:12:55.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:12:55.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:12:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:12:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:12:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e53e5dc] :2025-07-18 14:12:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:12:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:12:58.564 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:12:58.564 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:13:00.994 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:13:04.543 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2c4f4baa: (connection has passed maxLifetime) :2025-07-18 14:13:04.544 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (ece16e7a-8d3a-4adf-aee1-28232a950a1b) :2025-07-18 14:13:04.641 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (ece16e7a-8d3a-4adf-aee1-28232a950a1b) :2025-07-18 14:13:04.641 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a :2025-07-18 14:13:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:13:15.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:13:15.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:13:15.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:13:15.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:13:15.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:13:15.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:13:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:15.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:13:15.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:15.367 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:13:15.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:15.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:15.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:13:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:13:15.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:13:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:13:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:13:15.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:13:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@71a5a34e] :2025-07-18 14:13:15.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:15.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:25.320 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc is alive :2025-07-18 14:13:28.573 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:13:28.573 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:13:35.157 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@164eb4fc: (connection has passed maxLifetime) :2025-07-18 14:13:35.158 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (a256e666-44e0-4e69-926f-32fc54ed3d68) :2025-07-18 14:13:35.205 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (a256e666-44e0-4e69-926f-32fc54ed3d68) :2025-07-18 14:13:35.205 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@54746616 :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:13:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:13:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:13:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:13:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:13:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:13:35.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:13:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@136c5a88] :2025-07-18 14:13:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:38.998 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:13:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:13:45.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:13:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:13:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:45.342 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:53.421 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:13:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:13:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:13:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:13:55.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:13:55.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:13:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:13:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:55.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:13:55.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:13:55.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:13:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:13:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:13:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:13:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:13:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:13:55.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:13:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:13:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:13:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@24154a41] :2025-07-18 14:13:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:13:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:13:56.847 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2871294b is alive :2025-07-18 14:13:57.062 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:13:58.577 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:13:58.577 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:14:05.355 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2871294b: (connection has passed maxLifetime) :2025-07-18 14:14:05.356 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (7c83b841-5273-4e01-bfb2-dbd93950ca86) :2025-07-18 14:14:05.468 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (7c83b841-5273-4e01-bfb2-dbd93950ca86) :2025-07-18 14:14:05.468 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@239e71b4 :2025-07-18 14:14:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:14:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:14:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:14:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:14:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:14:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:14:15.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:14:15.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:15.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:14:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:14:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:14:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:14:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:14:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:14:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:14:15.367 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:14:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d2efdaf] :2025-07-18 14:14:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:19.841 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f is alive :2025-07-18 14:14:25.065 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020 is alive :2025-07-18 14:14:28.578 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:14:28.578 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:14:33.837 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:14:35.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:14:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:35.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:14:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:35.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:14:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:14:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:14:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:14:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:14:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:14:35.372 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:14:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c91aac2] :2025-07-18 14:14:35.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:35.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:42.026 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a is alive :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:14:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:14:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:14:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:14:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:14:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:14:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:14:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:51.978 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@685018bf is alive :2025-07-18 14:14:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:14:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:14:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:14:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:14:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:14:55.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:14:55.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:14:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:14:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:55.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:14:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:14:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:14:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:14:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:14:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:14:55.363 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:14:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:14:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@e555f0e] :2025-07-18 14:14:55.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:14:55.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:14:58.579 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:14:58.579 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:15:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:15:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:15:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:15:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:15:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:15.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:15:15.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:15.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:15:15.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:15:15.368 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:15:15.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:15:15.373 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42a6b41f] :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:15:15.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:15:15.552 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@685018bf: (connection has passed maxLifetime) :2025-07-18 14:15:15.553 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (ffb1c02f-b9fe-47b1-8303-b6abb0b9b77e) :2025-07-18 14:15:15.617 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (ffb1c02f-b9fe-47b1-8303-b6abb0b9b77e) :2025-07-18 14:15:15.617 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@49176d7e :2025-07-18 14:15:26.571 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@54746616 is alive :2025-07-18 14:15:28.592 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:15:28.592 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:15:32.895 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@296d1284 is alive :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:15:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:15:35.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:15:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:15:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:35.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:15:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:15:35.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:15:35.352 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:15:35.352 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:15:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:15:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:15:35.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:15:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:15:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@61042f90] :2025-07-18 14:15:35.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:15:35.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:15:40.204 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:15:44.066 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80 is alive :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:15:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:15:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:15:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:15:55.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:15:55.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:15:55.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:15:55.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:55.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:15:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:15:55.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:15:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:15:55.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:15:55.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:15:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:15:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:15:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:15:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:15:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:15:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4016c61c] :2025-07-18 14:15:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:15:55.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:15:58.601 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:15:58.601 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:16:01.784 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@239e71b4 is alive :2025-07-18 14:16:04.767 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@66af6e80: (connection has passed maxLifetime) :2025-07-18 14:16:04.767 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (994fbfb9-bd67-41a6-886b-05afa8ac5538) :2025-07-18 14:16:04.846 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (994fbfb9-bd67-41a6-886b-05afa8ac5538) :2025-07-18 14:16:04.846 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@225ef587 :2025-07-18 14:16:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:16:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:16:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:16:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:16:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:16:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:16:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:16:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:15.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:16:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:15.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:16:15.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:15.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:15.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:16:15.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:16:15.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:16:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:16:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:16:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:16:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ad1fb3c] :2025-07-18 14:16:15.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:15.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:16.186 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7 is alive :2025-07-18 14:16:19.414 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a is alive :2025-07-18 14:16:19.737 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f is alive :2025-07-18 14:16:22.130 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4d0c5020: (connection has passed maxLifetime) :2025-07-18 14:16:22.131 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (80c6e98f-3a7c-4da3-b03d-327dd039d1cc) :2025-07-18 14:16:22.192 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (80c6e98f-3a7c-4da3-b03d-327dd039d1cc) :2025-07-18 14:16:22.192 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@a03cfe0 :2025-07-18 14:16:27.382 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@180e39f7: (connection has passed maxLifetime) :2025-07-18 14:16:27.383 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (adee56b1-7403-4026-9f80-738fd7b2691c) :2025-07-18 14:16:27.442 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (adee56b1-7403-4026-9f80-738fd7b2691c) :2025-07-18 14:16:27.442 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@2f5ac7da :2025-07-18 14:16:28.614 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:16:28.614 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:16:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:16:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:16:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:16:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:16:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:16:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:16:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:16:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:35.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:16:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:16:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:16:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:16:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:16:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:16:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@14ff2a2] :2025-07-18 14:16:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:16:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:16:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:16:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:16:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:16:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:16:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:45.346 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:16:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:16:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:16:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:16:55.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:16:55.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:16:55.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:16:55.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:55.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:16:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:16:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:16:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:16:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:16:55.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:16:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:16:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:16:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:16:55.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:16:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:16:55.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@39e6e18] :2025-07-18 14:16:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:16:55.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:16:58.629 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:16:58.629 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:17:00.277 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@49176d7e is alive :2025-07-18 14:17:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:17:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:17:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:17:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:17:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:17:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:17:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:17:15.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:17:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:15.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:17:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:17:15.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:15.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:17:15.356 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:17:15.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:17:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d1baa4b] :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:17:15.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:17:17.940 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@54746616 is alive :2025-07-18 14:17:24.710 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@296d1284: (connection has passed maxLifetime) :2025-07-18 14:17:24.712 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (5c008358-4b41-49e6-8b2a-9f5ed5f1da56) :2025-07-18 14:17:24.789 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (5c008358-4b41-49e6-8b2a-9f5ed5f1da56) :2025-07-18 14:17:24.789 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@78a388ff :2025-07-18 14:17:26.978 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438 is alive :2025-07-18 14:17:28.641 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:17:28.641 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:17:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:17:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:17:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:17:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:17:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:17:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:17:35.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:17:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:17:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:17:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:35.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:17:35.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:35.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:35.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:17:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:17:35.370 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:35.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:17:35.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:17:35.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:17:35.378 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7988991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:17:35.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:17:35.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@156f7b52] :2025-07-18 14:17:35.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:17:35.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:17:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:17:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:17:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:17:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:17:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:17:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:17:55.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:17:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:17:55.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:55.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:17:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:17:55.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:17:55.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:17:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:17:55.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:17:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:17:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:17:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:17:55.374 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:17:55.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:17:55.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@46222382] :2025-07-18 14:17:55.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:17:55.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:17:56.616 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@225ef587 is alive :2025-07-18 14:17:56.787 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a is alive :2025-07-18 14:17:58.084 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@239e71b4 is alive :2025-07-18 14:17:58.655 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:17:58.655 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:18:07.398 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5ac7da is alive :2025-07-18 14:18:07.851 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@a03cfe0 is alive :2025-07-18 14:18:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:18:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:18:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:18:15.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:15.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:18:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:15.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:18:15.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:18:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:18:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:18:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:18:15.364 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:18:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:18:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7bd30bf8] :2025-07-18 14:18:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:19.641 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f is alive :2025-07-18 14:18:27.590 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4ae6a438: (connection has passed maxLifetime) :2025-07-18 14:18:27.590 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (b7bfe1ec-379a-4b09-b422-c45035c15668) :2025-07-18 14:18:27.654 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (b7bfe1ec-379a-4b09-b422-c45035c15668) :2025-07-18 14:18:27.655 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6a2f618 :2025-07-18 14:18:28.668 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:18:28.668 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:18:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:18:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:35.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:18:35.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:35.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:35.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:18:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:18:35.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:18:35.377 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:18:35.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5900f975] :2025-07-18 14:18:35.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:35.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:44.923 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@49176d7e is alive :2025-07-18 14:18:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:18:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:18:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:18:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:18:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:18:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:18:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:18:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:18:55.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:18:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:18:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:18:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:18:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:18:55.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:18:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:18:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:18:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:18:55.358 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:18:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:18:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d033c72] :2025-07-18 14:18:55.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:18:55.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:18:58.683 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:18:58.683 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:19:09.306 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@54746616 is alive :2025-07-18 14:19:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:19:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:19:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:19:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:19:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:19:15.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:19:15.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:19:15.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:19:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:15.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:19:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:15.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:19:15.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:15.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:15.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:19:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:19:15.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:19:15.376 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:19:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:19:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3a0e459f] :2025-07-18 14:19:15.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:19:15.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:19:23.000 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78a388ff is alive :2025-07-18 14:19:28.684 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:19:28.684 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:19:34.165 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a is alive :2025-07-18 14:19:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:19:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:19:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:19:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:19:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:19:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:19:35.584 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:35.584 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:19:35.590 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:35.590 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:35.590 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:19:35.590 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:19:35.590 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:35.593 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:19:35.593 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:19:35.593 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:19:35.593 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580730 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989111 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:19:35.593 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:19:35.594 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@d17e682] :2025-07-18 14:19:35.594 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:19:35.594 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:19:47.357 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5ac7da is alive :2025-07-18 14:19:48.390 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@225ef587 is alive :2025-07-18 14:19:53.498 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@a03cfe0 is alive :2025-07-18 14:19:54.386 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@239e71b4 is alive :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:19:55.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:19:55.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:55.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:19:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:19:55.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:19:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:19:55.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:19:55.351 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:19:55.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:19:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:19:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@73d5aca] :2025-07-18 14:19:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:19:55.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:19:58.687 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:19:58.688 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:20:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:20:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:20:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:20:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:20:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:20:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:20:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:20:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:20:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:15.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:20:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:20:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:20:15.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:20:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@573cdf94] :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:15.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:20:19.537 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f is alive :2025-07-18 14:20:20.861 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a2f618 is alive :2025-07-18 14:20:28.700 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:20:28.700 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:20:29.581 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@49176d7e is alive :2025-07-18 14:20:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:20:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:20:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:20:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:20:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:20:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:20:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:20:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:20:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:20:35.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:20:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:20:35.355 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:20:35.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@8f90d44] :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:20:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:20:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:20:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:20:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:45.344 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:20:55.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:20:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:20:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:20:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:20:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:20:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:55.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:20:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:20:55.360 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:20:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:20:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:20:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:20:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:20:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:20:55.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1862c339] :2025-07-18 14:20:55.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:20:55.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:20:58.709 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:20:58.709 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:21:00.674 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@54746616 is alive :2025-07-18 14:21:11.538 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a is alive :2025-07-18 14:21:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:21:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:21:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:21:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:21:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:21:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:21:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:21:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:21:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:15.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:21:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:21:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:21:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:21:15.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:21:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:21:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:21:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:21:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:21:15.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7caf20d5] :2025-07-18 14:21:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:21:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:21:21.219 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78a388ff is alive :2025-07-18 14:21:27.307 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5ac7da is alive :2025-07-18 14:21:28.720 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:21:28.720 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:21:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:21:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:21:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:35.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:21:35.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:35.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:35.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:21:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:21:35.354 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:21:35.357 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:21:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:21:35.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@65bec801] :2025-07-18 14:21:35.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:21:35.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:21:39.147 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@a03cfe0 is alive :2025-07-18 14:21:40.162 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@225ef587 is alive :2025-07-18 14:21:50.688 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@239e71b4 is alive :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:21:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:21:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:21:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:55.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:21:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:21:55.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:21:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:55.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:21:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:21:55.362 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:21:55.366 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:21:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:21:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@181300a4] :2025-07-18 14:21:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:21:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:21:58.733 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:21:58.733 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:22:14.073 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6a2f618 is alive :2025-07-18 14:22:14.238 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@49176d7e is alive :2025-07-18 14:22:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:22:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:22:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:22:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:22:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:15.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:22:15.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:15.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:22:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:22:15.359 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:22:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:22:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2048ef48] :2025-07-18 14:22:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:19.437 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f is alive :2025-07-18 14:22:28.739 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:22:28.739 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:22:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:22:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:22:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:22:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:22:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:35.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:22:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:22:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:22:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:22:35.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:22:35.369 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@41695638] :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:22:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:22:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:48.918 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a is alive :2025-07-18 14:22:52.053 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@54746616 is alive :2025-07-18 14:22:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:22:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:22:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:22:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:22:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:22:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:22:55.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:22:55.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:55.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:22:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:22:55.371 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:22:55.375 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5d245153] :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:22:55.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:22:58.740 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:22:58.740 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:23:07.258 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2f5ac7da is alive :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:23:15.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:23:15.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:23:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:23:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:23:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:23:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:23:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:23:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:23:15.361 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandEncoder: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:23:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:23:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Stack contains: 1 commands :2025-07-18 14:23:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:23:15.365 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2580950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:23:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:23:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@52a6ca4f] :2025-07-18 14:23:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:23:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:23:19.426 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78a388ff is alive :2025-07-18 14:23:24.800 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@a03cfe0 is alive :2025-07-18 14:23:28.744 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:23:28.744 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:23:31.616 INFO lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] Unexpected exception during request: java.net.SocketException: Connection reset java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:401) at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:434) at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:255) at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:356) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:31.620 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelInactive() :2025-07-18 14:23:31.620 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] deactivating endpoint handler :2025-07-18 14:23:31.620 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] notifyQueuedCommands adding 0 command(s) to buffer :2025-07-18 14:23:31.620 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] flushCommands() :2025-07-18 14:23:31.620 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelInactive() done :2025-07-18 14:23:31.621 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] channelInactive() :2025-07-18 14:23:31.621 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:31.621 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 1, delay 1ms :2025-07-18 14:23:31.622 DEBUG lettuce-nioEventLoop-4-1 i.l.c.p.CommandHandler: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1, chid=0x1] channelUnregistered() :2025-07-18 14:23:31.680 INFO lettuce-eventExecutorLoop-1-1 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was /192.168.10.101:6379 :2025-07-18 14:23:31.681 DEBUG lettuce-eventExecutorLoop-1-1 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:31.682 DEBUG lettuce-eventExecutorLoop-1-1 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:31.683 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.CommandHandler: [channel=0x2325df9b, [id: 0x911769d4] (inactive), epid=0x1, chid=0x2] channelRegistered() :2025-07-18 14:23:31.762 WARN lettuce-nioEventLoop-4-2 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:31.763 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:31.763 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 2, delay 2ms :2025-07-18 14:23:31.764 DEBUG lettuce-nioEventLoop-4-2 i.l.c.p.CommandHandler: [channel=0x2325df9b, [id: 0x911769d4] (inactive), epid=0x1, chid=0x2] channelUnregistered() :2025-07-18 14:23:31.776 DEBUG lettuce-eventExecutorLoop-1-2 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:31.776 DEBUG lettuce-eventExecutorLoop-1-2 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:31.777 DEBUG lettuce-eventExecutorLoop-1-2 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:31.777 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.CommandHandler: [channel=0xa400f0c2, [id: 0x27c306e4] (inactive), epid=0x1, chid=0x3] channelRegistered() :2025-07-18 14:23:31.917 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:31.917 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:31.917 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 3, delay 4ms :2025-07-18 14:23:31.917 DEBUG lettuce-nioEventLoop-4-3 i.l.c.p.CommandHandler: [channel=0xa400f0c2, [id: 0x27c306e4] (inactive), epid=0x1, chid=0x3] channelUnregistered() :2025-07-18 14:23:31.948 WARN master:housekeeper c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@225ef587 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:31.948 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@225ef587: (connection is dead) :2025-07-18 14:23:31.949 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (5727f58d-3ebf-45e1-b5c4-32ba8df54159) :2025-07-18 14:23:31.976 DEBUG lettuce-eventExecutorLoop-1-3 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:31.976 DEBUG lettuce-eventExecutorLoop-1-3 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:31.978 DEBUG lettuce-eventExecutorLoop-1-3 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:31.978 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.CommandHandler: [channel=0xd485b948, [id: 0x288a3c15] (inactive), epid=0x1, chid=0x4] channelRegistered() :2025-07-18 14:23:32.067 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (5727f58d-3ebf-45e1-b5c4-32ba8df54159): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:32.067 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:32.081 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (1937fe39-a055-42a4-926f-0487e395b192) :2025-07-18 14:23:32.087 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.087 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.087 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 4, delay 8ms :2025-07-18 14:23:32.087 DEBUG lettuce-nioEventLoop-4-4 i.l.c.p.CommandHandler: [channel=0xd485b948, [id: 0x288a3c15] (inactive), epid=0x1, chid=0x4] channelUnregistered() :2025-07-18 14:23:32.175 DEBUG lettuce-eventExecutorLoop-1-4 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.175 DEBUG lettuce-eventExecutorLoop-1-4 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.176 DEBUG lettuce-eventExecutorLoop-1-4 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.176 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.CommandHandler: [channel=0xe29ef65e, [id: 0x5c3354e5] (inactive), epid=0x1, chid=0x5] channelRegistered() :2025-07-18 14:23:32.181 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (1937fe39-a055-42a4-926f-0487e395b192): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:32.182 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:32.207 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (a034e618-68ba-41f6-a689-8f88f606b243) :2025-07-18 14:23:32.327 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.328 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.328 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 5, delay 16ms :2025-07-18 14:23:32.328 DEBUG lettuce-nioEventLoop-4-5 i.l.c.p.CommandHandler: [channel=0xe29ef65e, [id: 0x5c3354e5] (inactive), epid=0x1, chid=0x5] channelUnregistered() :2025-07-18 14:23:32.362 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (a034e618-68ba-41f6-a689-8f88f606b243): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:32.362 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:32.379 DEBUG lettuce-eventExecutorLoop-1-5 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.379 DEBUG lettuce-eventExecutorLoop-1-5 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.380 DEBUG lettuce-eventExecutorLoop-1-5 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.380 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.CommandHandler: [channel=0x9bb56c70, [id: 0x2bbf3219] (inactive), epid=0x1, chid=0x6] channelRegistered() :2025-07-18 14:23:32.411 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (d37fbb79-69b5-45a1-807a-0b1bef5a362a) :2025-07-18 14:23:32.601 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.601 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.601 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 6, delay 32ms :2025-07-18 14:23:32.601 DEBUG lettuce-nioEventLoop-4-6 i.l.c.p.CommandHandler: [channel=0x9bb56c70, [id: 0x2bbf3219] (inactive), epid=0x1, chid=0x6] channelUnregistered() :2025-07-18 14:23:32.657 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (d37fbb79-69b5-45a1-807a-0b1bef5a362a): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:32.657 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:32.679 DEBUG lettuce-eventExecutorLoop-1-6 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.680 DEBUG lettuce-eventExecutorLoop-1-6 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.680 DEBUG lettuce-eventExecutorLoop-1-6 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.681 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.CommandHandler: [channel=0x00d4c73a, [id: 0x44a2193a] (inactive), epid=0x1, chid=0x7] channelRegistered() :2025-07-18 14:23:32.740 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (62e7ec6f-d934-429b-bfca-08f1f6b6f4b8) :2025-07-18 14:23:32.859 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:32.860 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:32.860 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 7, delay 64ms :2025-07-18 14:23:32.860 DEBUG lettuce-nioEventLoop-4-7 i.l.c.p.CommandHandler: [channel=0x00d4c73a, [id: 0x44a2193a] (inactive), epid=0x1, chid=0x7] channelUnregistered() :2025-07-18 14:23:32.937 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (62e7ec6f-d934-429b-bfca-08f1f6b6f4b8): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:32.937 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:32.975 DEBUG lettuce-eventExecutorLoop-1-7 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:32.975 DEBUG lettuce-eventExecutorLoop-1-7 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:32.976 DEBUG lettuce-eventExecutorLoop-1-7 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:32.976 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.CommandHandler: [channel=0x2690d6b2, [id: 0xbbf920a9] (inactive), epid=0x1, chid=0x8] channelRegistered() :2025-07-18 14:23:33.098 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (16dd29e3-83c0-4a08-8281-077b987c96d8) :2025-07-18 14:23:33.109 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:33.110 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:33.110 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 8, delay 128ms :2025-07-18 14:23:33.110 DEBUG lettuce-nioEventLoop-4-8 i.l.c.p.CommandHandler: [channel=0x2690d6b2, [id: 0xbbf920a9] (inactive), epid=0x1, chid=0x8] channelUnregistered() :2025-07-18 14:23:33.240 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (16dd29e3-83c0-4a08-8281-077b987c96d8): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:33.240 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:33.276 DEBUG lettuce-eventExecutorLoop-1-8 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:33.276 DEBUG lettuce-eventExecutorLoop-1-8 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:33.277 DEBUG lettuce-eventExecutorLoop-1-8 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:33.278 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.CommandHandler: [channel=0xf2945645, [id: 0xbd9deec4] (inactive), epid=0x1, chid=0x9] channelRegistered() :2025-07-18 14:23:33.390 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:33.391 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:33.391 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 9, delay 256ms :2025-07-18 14:23:33.391 DEBUG lettuce-nioEventLoop-4-9 i.l.c.p.CommandHandler: [channel=0xf2945645, [id: 0xbd9deec4] (inactive), epid=0x1, chid=0x9] channelUnregistered() :2025-07-18 14:23:33.570 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (d07f84b0-876f-462b-b747-5fe489d77a03) :2025-07-18 14:23:33.659 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (d07f84b0-876f-462b-b747-5fe489d77a03): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:33.659 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:33.681 DEBUG lettuce-eventExecutorLoop-1-9 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:33.681 DEBUG lettuce-eventExecutorLoop-1-9 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:33.681 DEBUG lettuce-eventExecutorLoop-1-9 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:33.682 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.CommandHandler: [channel=0x176640d3, [id: 0x7f4f5110] (inactive), epid=0x1, chid=0xa] channelRegistered() :2025-07-18 14:23:33.722 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Network is unreachable: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Network is unreachable: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:33.722 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:33.722 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 10, delay 512ms :2025-07-18 14:23:33.722 DEBUG lettuce-nioEventLoop-4-10 i.l.c.p.CommandHandler: [channel=0x176640d3, [id: 0x7f4f5110] (inactive), epid=0x1, chid=0xa] channelUnregistered() :2025-07-18 14:23:34.277 DEBUG lettuce-eventExecutorLoop-1-10 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:34.278 DEBUG lettuce-eventExecutorLoop-1-10 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:34.278 DEBUG lettuce-eventExecutorLoop-1-10 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:34.279 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.CommandHandler: [channel=0x4958ccb2, [id: 0xbace5059] (inactive), epid=0x1, chid=0xb] channelRegistered() :2025-07-18 14:23:34.309 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (9255fc16-620d-42f8-bff1-5ab837967d31) :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:23:35.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:23:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:23:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:23:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:23:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:23:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:35.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:23:35.349 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.349 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@51c75a5f: (connection is dead) :2025-07-18 14:23:35.349 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.349 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7c23447a: (connection is dead) :2025-07-18 14:23:35.349 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@54746616 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.350 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@54746616: (connection is dead) :2025-07-18 14:23:35.350 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@239e71b4 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.350 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@239e71b4: (connection is dead) :2025-07-18 14:23:35.350 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@49176d7e (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.350 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@49176d7e: (connection is dead) :2025-07-18 14:23:35.351 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@a03cfe0 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.351 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@a03cfe0: (connection is dead) :2025-07-18 14:23:35.352 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2f5ac7da (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.352 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2f5ac7da: (connection is dead) :2025-07-18 14:23:35.352 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@78a388ff (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.352 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@78a388ff: (connection is dead) :2025-07-18 14:23:35.353 WARN XNIO-1 task-2 c.z.h.p.PoolBase: master - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@6a2f618 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value. :2025-07-18 14:23:35.353 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6a2f618: (connection is dead) :2025-07-18 14:23:44.291 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: connection timed out after 10000 ms: /192.168.10.101:6379 io.netty.channel.ConnectTimeoutException: connection timed out after 10000 ms: /192.168.10.101:6379 at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:263) at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:44.291 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:44.291 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 11, delay 1024ms :2025-07-18 14:23:44.292 DEBUG lettuce-nioEventLoop-4-11 i.l.c.p.CommandHandler: [channel=0x4958ccb2, [id: 0xbace5059] (inactive), epid=0x1, chid=0xb] channelUnregistered() :2025-07-18 14:23:45.376 INFO lettuce-eventExecutorLoop-1-11 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:45.376 DEBUG lettuce-eventExecutorLoop-1-11 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:45.377 DEBUG lettuce-eventExecutorLoop-1-11 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:45.377 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.CommandHandler: [channel=0x6e766e37, [id: 0x83b2577c] (inactive), epid=0x1, chid=0xc] channelRegistered() :2025-07-18 14:23:55.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:23:55.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:23:55.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:23:55.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:23:55.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:23:55.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:23:55.381 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: connection timed out after 10000 ms: /192.168.10.101:6379 io.netty.channel.ConnectTimeoutException: connection timed out after 10000 ms: /192.168.10.101:6379 at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:263) at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98) at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:156) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:23:55.381 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:23:55.381 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 12, delay 2048ms :2025-07-18 14:23:55.381 DEBUG lettuce-nioEventLoop-4-12 i.l.c.p.CommandHandler: [channel=0x6e766e37, [id: 0x83b2577c] (inactive), epid=0x1, chid=0xc] channelUnregistered() :2025-07-18 14:23:55.381 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (9255fc16-620d-42f8-bff1-5ab837967d31): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:23:55.381 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.ConnectException: Connection timed out: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:23:56.662 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (eae07703-b30e-40c6-bc67-02a9546cde46) :2025-07-18 14:23:57.475 INFO lettuce-eventExecutorLoop-1-12 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:23:57.475 DEBUG lettuce-eventExecutorLoop-1-12 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:23:57.476 DEBUG lettuce-eventExecutorLoop-1-12 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:23:57.476 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x657f9e3c, [id: 0x5f2deed6] (inactive), epid=0x1, chid=0xd] channelRegistered() :2025-07-18 14:23:58.753 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=0/10, idle=0/10, active=0, waiting=2) :2025-07-18 14:24:05.349 DEBUG XNIO-1 task-2 c.z.h.p.HikariPool: master - Timeout failure stats (total=0/10, idle=0/10, active=0, waiting=1) :2025-07-18 14:24:05.352 WARN XNIO-1 task-2 o.s.b.a.j.DataSourceHealthIndicator: DataSource health check failed org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:84) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:342) at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.getProduct(DataSourceHealthIndicator.java:122) at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doDataSourceHealthCheck(DataSourceHealthIndicator.java:105) at org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator.doHealthCheck(DataSourceHealthIndicator.java:100) at org.springframework.boot.actuate.health.AbstractHealthIndicator.health(AbstractHealthIndicator.java:82) at org.springframework.boot.actuate.health.HealthIndicator.getHealth(HealthIndicator.java:37) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.getHealth(HealthEndpointWebExtension.java:94) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.getHealth(HealthEndpointWebExtension.java:47) at org.springframework.boot.actuate.health.HealthEndpointSupport.getLoggedHealth(HealthEndpointSupport.java:172) at org.springframework.boot.actuate.health.HealthEndpointSupport.getContribution(HealthEndpointSupport.java:145) at org.springframework.boot.actuate.health.HealthEndpointSupport.getAggregateContribution(HealthEndpointSupport.java:156) at org.springframework.boot.actuate.health.HealthEndpointSupport.getContribution(HealthEndpointSupport.java:141) at org.springframework.boot.actuate.health.HealthEndpointSupport.getHealth(HealthEndpointSupport.java:110) at org.springframework.boot.actuate.health.HealthEndpointSupport.getHealth(HealthEndpointSupport.java:81) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.health(HealthEndpointWebExtension.java:80) at org.springframework.boot.actuate.health.HealthEndpointWebExtension.health(HealthEndpointWebExtension.java:69) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:281) at org.springframework.boot.actuate.endpoint.invoke.reflect.ReflectiveOperationInvoker.invoke(ReflectiveOperationInvoker.java:74) at org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation.invoke(AbstractDiscoveredOperation.java:60) at org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$ServletWebOperationAdapter.handle(AbstractWebMvcEndpointHandlerMapping.java:327) at org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping$OperationHandler.handle(AbstractWebMvcEndpointHandlerMapping.java:434) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:191) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:986) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:891) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:125) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AuthenticationFilter.doFilterInternal(AuthenticationFilter.java:177) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter.doFilterInternal(BearerTokenAuthenticationFilter.java:135) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:319) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$4(HandlerMappingIntrospector.java:267) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:240) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:114) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at com.pig4cloud.pig.common.datasource.config.ClearTtlDataSourceFilter.doFilter(ClearTtlDataSourceFilter.java:33) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:395) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:861) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538) at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.sql.SQLTransientConnectionException: master - Connection is not available, request timed out after 30001ms (total=0, active=0, idle=0, waiting=1) at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:709) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:188) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:146) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:127) at com.baomidou.dynamic.datasource.ds.ItemDataSource.getConnection(ItemDataSource.java:55) at com.baomidou.dynamic.datasource.ds.AbstractRoutingDataSource.getConnection(AbstractRoutingDataSource.java:54) at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:160) at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:118) at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:81) ... 170 common frames omitted Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ... 1 common frames omitted Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.ConnectException: Connection timed out: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:24:05.355 WARN XNIO-1 task-2 o.s.b.a.h.HealthEndpointSupport: Health contributor org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator (db) took 30004ms to respond :2025-07-18 14:24:05.462 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:05.462 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] writeToDisconnectedBuffer() buffering (disconnected) command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:05.462 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:05.873 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Failed to create/setup connection (eae07703-b30e-40c6-bc67-02a9546cde46): Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. :2025-07-18 14:24:05.873 WARN lettuce-nioEventLoop-4-13 i.l.c.p.ConnectionWatchdog: Cannot reconnect to [192.168.10.101/:6379]: Software caused connection abort: getsockopt: /192.168.10.101:6379 io.netty.channel.AbstractChannel$AnnotatedSocketException: Software caused connection abort: getsockopt: /192.168.10.101:6379 Caused by: java.net.SocketException: Software caused connection abort: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973) at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:336) at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:339) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:784) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:24:05.873 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] scheduleReconnect() :2025-07-18 14:24:05.873 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Cannot acquire connection from data source com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:139) at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:368) at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:205) at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:483) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:747) at com.zaxxer.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:726) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 13 common frames omitted Caused by: java.net.SocketException: Software caused connection abort: getsockopt at java.base/sun.nio.ch.Net.pollConnect(Native Method) at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682) at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:549) at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:592) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) at java.base/java.net.Socket.connect(Socket.java:751) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 16 common frames omitted :2025-07-18 14:24:05.873 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.ConnectionWatchdog: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] Reconnect attempt 13, delay 4096ms :2025-07-18 14:24:05.874 DEBUG lettuce-nioEventLoop-4-13 i.l.c.p.CommandHandler: [channel=0x657f9e3c, [id: 0x5f2deed6] (inactive), epid=0x1, chid=0xd] channelUnregistered() :2025-07-18 14:24:08.434 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (1be5d0c8-4eba-412c-af13-4b068200ef24) :2025-07-18 14:24:08.521 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (1be5d0c8-4eba-412c-af13-4b068200ef24) :2025-07-18 14:24:08.521 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f :2025-07-18 14:24:08.521 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:08.521 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:24:08.525 WARN XNIO-1 task-3 o.s.b.a.h.HealthEndpointSupport: Health contributor org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator (db) took 13170ms to respond :2025-07-18 14:24:08.529 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:08.529 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] writeToDisconnectedBuffer() buffering (disconnected) command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:08.529 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0x76072cd2, /192.168.3.17:49434 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:08.563 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (68a42646-2c7c-4507-81b1-56878ba70b4f) :2025-07-18 14:24:08.671 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (68a42646-2c7c-4507-81b1-56878ba70b4f) :2025-07-18 14:24:08.671 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 :2025-07-18 14:24:08.705 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (28dbddde-13ed-4c82-80f5-d27f167bf15c) :2025-07-18 14:24:08.793 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (28dbddde-13ed-4c82-80f5-d27f167bf15c) :2025-07-18 14:24:08.793 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 :2025-07-18 14:24:08.830 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (0a982e56-0185-4043-845f-115385dc1194) :2025-07-18 14:24:08.893 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (0a982e56-0185-4043-845f-115385dc1194) :2025-07-18 14:24:08.893 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 :2025-07-18 14:24:08.923 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (cef9dbd8-8bf9-46ee-bbde-9a5ec7117714) :2025-07-18 14:24:08.994 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (cef9dbd8-8bf9-46ee-bbde-9a5ec7117714) :2025-07-18 14:24:08.995 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f :2025-07-18 14:24:09.033 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (ca149437-e7b2-4bf9-b609-3005cf85e6c2) :2025-07-18 14:24:09.088 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (ca149437-e7b2-4bf9-b609-3005cf85e6c2) :2025-07-18 14:24:09.088 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d :2025-07-18 14:24:09.128 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (e52fcb92-c443-4d7e-b32b-e04cafb101c2) :2025-07-18 14:24:09.221 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (e52fcb92-c443-4d7e-b32b-e04cafb101c2) :2025-07-18 14:24:09.221 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 :2025-07-18 14:24:09.255 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (e1e75cf4-f591-40cc-b298-31528fba15bc) :2025-07-18 14:24:09.311 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (e1e75cf4-f591-40cc-b298-31528fba15bc) :2025-07-18 14:24:09.311 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 :2025-07-18 14:24:09.348 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (a54aa960-2fed-4a53-840b-20e8b66c63e5) :2025-07-18 14:24:09.405 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (a54aa960-2fed-4a53-840b-20e8b66c63e5) :2025-07-18 14:24:09.405 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 :2025-07-18 14:24:09.442 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (6769733d-4d97-4548-86cb-18665efd5518) :2025-07-18 14:24:09.508 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (6769733d-4d97-4548-86cb-18665efd5518) :2025-07-18 14:24:09.508 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb :2025-07-18 14:24:09.552 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Connection not added, stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:24:09.975 INFO lettuce-eventExecutorLoop-1-13 i.l.c.p.ConnectionWatchdog: Reconnecting, last destination was 192.168.10.101/:6379 :2025-07-18 14:24:09.975 DEBUG lettuce-eventExecutorLoop-1-13 i.l.c.RedisClient: Resolved SocketAddress 192.168.10.101/:6379 using redis://******@192.168.10.101 :2025-07-18 14:24:09.975 DEBUG lettuce-eventExecutorLoop-1-13 i.l.c.p.ReconnectionHandler: Reconnecting to Redis at 192.168.10.101/:6379 :2025-07-18 14:24:09.976 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, [id: 0x2b855e48] (inactive), epid=0x1, chid=0xe] channelRegistered() :2025-07-18 14:24:10.001 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:10.001 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command AsyncCommand [type=HELLO, output=GenericMapOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:10.042 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 148 bytes, 1 commands in the stack :2025-07-18 14:24:10.042 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:24:10.042 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:10.042 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=HELLO, output=GenericMapOutput [output={server=redis, version=6.0.20, proto=3, id=8441, mode=standalone, role=master}, error='null'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 14:24:10.042 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, [AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]], promise) :2025-07-18 14:24:10.042 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:10.042 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 170 bytes, 2 commands in the stack :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 2 commands :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=CLIENT, output=StatusOutput [output=null, error='ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP'], commandType=io.lettuce.core.protocol.AsyncCommand] :2025-07-18 14:24:10.049 DEBUG lettuce-nioEventLoop-4-14 i.l.c.RedisHandshake: Error applying connection metadata java.util.concurrent.CompletionException: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) at java.base/java.util.concurrent.CompletableFuture$BiRelay.tryFire(CompletableFuture.java:1498) at java.base/java.util.concurrent.CompletableFuture$CoCompletion.tryFire(CompletableFuture.java:1219) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2194) at io.lettuce.core.protocol.AsyncCommand.doCompleteExceptionally(AsyncCommand.java:143) at io.lettuce.core.protocol.AsyncCommand.completeResult(AsyncCommand.java:124) at io.lettuce.core.protocol.AsyncCommand.complete(AsyncCommand.java:115) at io.lettuce.core.protocol.CommandWrapper.complete(CommandWrapper.java:67) at io.lettuce.core.protocol.CommandHandler.complete(CommandHandler.java:769) at io.lettuce.core.protocol.CommandHandler.decode(CommandHandler.java:704) at io.lettuce.core.protocol.CommandHandler.channelRead(CommandHandler.java:621) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1357) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:868) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:796) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:732) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:658) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:998) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'SETINFO'. Try CLIENT HELP at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:151) at io.lettuce.core.internal.ExceptionFactory.createExecutionException(ExceptionFactory.java:120) ... 22 common frames omitted :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] channelActive() :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] activateEndpointAndExecuteBufferedCommands 2 command(s) buffered :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] activating endpoint :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] flushCommands() :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] flushCommands() Flushing 2 commands :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() channelWrite command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() channelWrite command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() channelFlush :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.ConnectionWatchdog: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, last known addr=/192.168.10.101:6379] channelActive() :2025-07-18 14:24:10.050 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] channelActive() done :2025-07-18 14:24:10.050 INFO lettuce-nioEventLoop-4-14 i.l.c.p.ReconnectionHandler: Reconnected to 192.168.10.101/:6379, Channel channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379 :2025-07-18 14:24:10.055 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 1024 bytes, 2 commands in the stack :2025-07-18 14:24:10.055 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 2 commands :2025-07-18 14:24:10.055 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:10.055 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581005 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989386 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:10.056 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:24:10.056 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: false :2025-07-18 14:24:10.056 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 20 bytes, 1 commands in the stack :2025-07-18 14:24:10.056 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:24:10.056 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:10.056 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581005 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989386 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:10.056 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:10.056 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@37ade43a] :2025-07-18 14:24:10.056 DEBUG XNIO-1 task-2 i.u.r.error-response: Setting error code 503 for exchange HttpServerExchange{ GET /actuator/health} java.lang.RuntimeException: null at io.undertow.server.HttpServerExchange.setStatusCode(HttpServerExchange.java:1492) at io.undertow.servlet.spec.HttpServletResponseImpl.setStatus(HttpServletResponseImpl.java:301) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at jakarta.servlet.http.HttpServletResponseWrapper.setStatus(HttpServletResponseWrapper.java:164) at org.springframework.web.servlet.mvc.method.annotation.HttpEntityMethodProcessor.handleReturnValue(HttpEntityMethodProcessor.java:245) at org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.handleReturnValue(HandlerMethodReturnValueHandlerComposite.java:78) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:136) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:986) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:891) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:108) at org.springframework.security.web.FilterChainProxy.lambda$doFilterInternal$3(FilterChainProxy.java:231) at org.springframework.security.web.ObservationFilterChainDecorator$FilterObservation$SimpleFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:479) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$1(ObservationFilterChainDecorator.java:340) at org.springframework.security.web.ObservationFilterChainDecorator.lambda$wrapSecured$0(ObservationFilterChainDecorator.java:82) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:128) at org.springframework.security.web.access.intercept.AuthorizationFilter.doFilter(AuthorizationFilter.java:101) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:125) at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:100) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:179) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.AuthenticationFilter.doFilterInternal(AuthenticationFilter.java:177) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter.doFilterInternal(BearerTokenAuthenticationFilter.java:135) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:107) at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:93) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:82) at org.springframework.security.web.context.SecurityContextHolderFilter.doFilter(SecurityContextHolderFilter.java:69) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:62) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:227) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.session.DisableEncodeUrlFilter.doFilterInternal(DisableEncodeUrlFilter.java:42) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.wrapFilter(ObservationFilterChainDecorator.java:240) at org.springframework.security.web.ObservationFilterChainDecorator$AroundFilterObservation$SimpleAroundFilterObservation.lambda$wrap$0(ObservationFilterChainDecorator.java:323) at org.springframework.security.web.ObservationFilterChainDecorator$ObservationFilter.doFilter(ObservationFilterChainDecorator.java:224) at org.springframework.security.web.ObservationFilterChainDecorator$VirtualFilterChain.doFilter(ObservationFilterChainDecorator.java:137) at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:233) at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:191) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.ServletRequestPathFilter.doFilter(ServletRequestPathFilter.java:52) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebSecurityConfiguration.java:319) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.servlet.handler.HandlerMappingIntrospector.lambda$createCacheFilter$4(HandlerMappingIntrospector.java:267) at org.springframework.web.filter.CompositeFilter$VirtualFilterChain.doFilter(CompositeFilter.java:113) at org.springframework.web.filter.CompositeFilter.doFilter(CompositeFilter.java:74) at org.springframework.security.config.annotation.web.configuration.WebMvcSecurityConfiguration$CompositeFilterChainProxy.doFilter(WebMvcSecurityConfiguration.java:240) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:114) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at com.pig4cloud.pig.common.datasource.config.ClearTtlDataSourceFilter.doFilter(ClearTtlDataSourceFilter.java:33) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:395) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:861) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538) at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) at java.base/java.lang.Thread.run(Thread.java:1583) :2025-07-18 14:24:10.057 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:10.057 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4966d0d2] :2025-07-18 14:24:10.057 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 503 SERVICE_UNAVAILABLE :2025-07-18 14:24:10.057 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:10.058 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:10.058 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:15.428 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:24:15.428 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:24:15.428 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:24:15.429 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:24:15.429 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:24:15.429 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:24:15.430 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:24:15.430 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:15.432 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:15.432 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:24:15.462 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:15.462 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:24:15.494 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:15.494 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:15.494 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:15.494 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:15.494 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:15.522 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:24:15.522 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:24:15.523 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:15.523 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:15.523 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:15.523 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@538210d3] :2025-07-18 14:24:15.524 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:15.524 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:15.599 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator, authentication required: false :2025-07-18 14:24:15.599 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator :2025-07-18 14:24:15.599 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator :2025-07-18 14:24:15.600 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator :2025-07-18 14:24:15.600 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator :2025-07-18 14:24:15.600 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator", parameters={} :2025-07-18 14:24:15.600 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator root web endpoint :2025-07-18 14:24:15.601 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:15.601 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{_links={self=[Link@221aa0a2 href = 'http://169.254.32.119:5002/actuator'], nacosconfig=[Link@453ba8 (truncated)...] :2025-07-18 14:24:15.602 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:15.602 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:15.612 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:24:15.612 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:24:15.612 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:24:15.612 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:24:15.613 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:24:15.613 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:24:15.613 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:24:15.613 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:15.614 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:15.614 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:24:15.614 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:15.615 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:28.762 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:24:28.762 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:24:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:24:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:24:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:24:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:24:35.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:24:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:35.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:24:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:35.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:35.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:24:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:24:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@52379708] :2025-07-18 14:24:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:24:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:24:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:24:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:24:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:24:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:24:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:24:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:24:55.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:24:55.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:55.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:24:55.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:24:55.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:24:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:24:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:24:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:24:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:24:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:24:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@f240c9b] :2025-07-18 14:24:55.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:24:55.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:24:58.772 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:24:58.772 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:25:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:25:15.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:25:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:15.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:25:15.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:25:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:25:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:25:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:25:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:25:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:25:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2613f923] :2025-07-18 14:25:15.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:15.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:28.784 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:25:28.784 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:25:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:25:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:25:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:25:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:25:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:25:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:25:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@464c4b3] :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:25:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:25:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:25:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:25:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:25:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:45.352 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:47.226 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:25:47.867 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:25:48.212 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:25:53.536 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:25:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:25:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:25:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:25:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:25:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:55.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:25:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:25:55.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:25:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:25:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:25:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:25:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:25:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:25:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2396ce0a] :2025-07-18 14:25:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:25:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:25:58.279 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:25:58.787 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:25:58.787 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:26:00.705 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:26:01.965 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:26:04.126 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:26:05.285 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:26:08.172 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:26:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:26:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:26:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:26:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:26:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:26:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:26:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:15.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:26:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:15.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:26:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:26:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:26:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:26:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:26:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:26:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:26:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:26:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3401ca7d] :2025-07-18 14:26:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:26:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:26:28.791 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:26:28.791 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:26:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:26:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:26:35.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:26:35.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:26:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:26:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:35.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:26:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:26:35.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:26:35.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:26:35.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:26:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:26:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:26:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:26:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:26:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b5b2fcb] :2025-07-18 14:26:35.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:26:35.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:26:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:26:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:26:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:26:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:26:55.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:26:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:26:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:26:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:26:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:55.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:26:55.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:26:55.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:26:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:26:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:26:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:26:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:26:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:26:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7b7535f3] :2025-07-18 14:26:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:26:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:26:58.806 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:26:58.806 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:27:15.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:27:15.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:15.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:27:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:15.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:27:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:27:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:27:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:27:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:27:15.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:15.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3e975987] :2025-07-18 14:27:15.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:15.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:25.568 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:27:26.745 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:27:27.339 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:27:28.820 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:27:28.820 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:27:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:27:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:27:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:27:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:27:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:27:35.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:27:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:27:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:27:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:27:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d38cfd0] :2025-07-18 14:27:35.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:35.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:37.564 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:27:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:27:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:27:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:27:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:27:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:27:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:27:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:47.156 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:27:52.621 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:27:55.274 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:27:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:27:55.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:27:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:27:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:27:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:27:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:27:55.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:27:55.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:27:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:27:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:27:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:27:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:27:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4c772033] :2025-07-18 14:27:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:27:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:27:58.824 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:27:58.824 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:27:59.714 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:28:01.260 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:28:07.133 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:28:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:28:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:28:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:28:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:28:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:28:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:15.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:28:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:15.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:28:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:28:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:28:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:28:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6200fb16] :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:28:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:28:28.838 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:28:28.838 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:28:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:28:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:28:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:28:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:28:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:28:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:35.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:28:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:35.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:28:35.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:28:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:28:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:28:35.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f03b266] :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:28:35.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:28:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:28:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:28:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:28:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:28:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:28:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:28:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:28:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:28:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:55.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:28:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:28:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:28:55.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:28:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:28:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:28:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:28:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:28:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:28:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:28:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:28:55.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@260b1331] :2025-07-18 14:28:55.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:28:55.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:28:58.844 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:28:58.844 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:29:03.902 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:29:05.625 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:29:06.462 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:29:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:29:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:29:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:29:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:29:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:29:15.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:29:15.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:29:15.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:29:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:15.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:29:15.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:29:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:29:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:15.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:29:15.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:29:15.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:29:15.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:29:15.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:15.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@9c1add0] :2025-07-18 14:29:15.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:15.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:21.589 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:29:28.855 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:29:28.855 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:29:35.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:29:35.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:35.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:35.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:29:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:29:35.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:35.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:35.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:29:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:29:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:29:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:29:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:29:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:29:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c2aa8cd] :2025-07-18 14:29:35.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:35.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:36.031 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:29:44.541 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:29:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:45.352 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:48.565 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:29:55.306 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:29:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:29:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:29:55.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:29:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:29:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:29:55.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:29:55.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:29:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:29:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:55.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:29:55.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:29:55.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:29:55.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:55.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:55.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:29:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:29:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:29:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:29:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:29:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@44a3362] :2025-07-18 14:29:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:29:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:29:57.225 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:29:58.868 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:29:58.868 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:30:06.080 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:30:15.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:30:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:30:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:30:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:30:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:30:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:30:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:15.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:30:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:30:15.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:30:15.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:30:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:30:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:30:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:30:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:30:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78c4ed7a] :2025-07-18 14:30:15.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:30:15.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:30:28.871 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:30:28.871 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:30:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:30:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:30:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:30:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:30:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:30:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:30:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:30:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:30:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:30:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:35.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:30:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:30:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:30:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:30:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:30:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:30:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:30:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:30:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4738216e] :2025-07-18 14:30:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:30:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:30:42.241 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:30:44.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:30:45.575 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:30:55.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:30:55.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:30:55.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:30:55.337 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:30:55.338 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:55.338 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:30:55.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:30:55.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:30:55.346 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:55.346 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:55.346 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:30:55.346 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:30:55.346 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:30:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:30:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:30:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:30:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:30:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:30:55.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1971a779] :2025-07-18 14:30:55.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:30:55.352 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:30:58.872 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:30:58.872 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:31:05.618 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:31:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:31:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:31:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:31:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:31:15.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:31:15.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:31:15.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:31:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:31:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:15.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:31:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:15.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:31:15.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:15.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:15.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:31:15.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:31:15.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:31:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:31:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:31:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:31:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:31:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@763d7070] :2025-07-18 14:31:15.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:31:15.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:31:24.913 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:31:28.882 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:31:28.882 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:31:35.361 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:31:35.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:31:35.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:31:35.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:31:35.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:31:35.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:31:35.362 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:31:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:31:35.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:35.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:31:35.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:35.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:31:35.385 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:35.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:35.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:31:35.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:31:35.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:35.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:31:35.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:31:35.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:31:35.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:31:35.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:31:35.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@182336c4] :2025-07-18 14:31:35.391 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:31:35.391 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:31:36.460 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:31:41.856 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:31:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:31:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:31:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:31:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:31:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:31:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:31:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:31:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:31:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:31:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:31:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:31:45.348 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:31:50.887 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:31:53.202 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:31:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:31:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:31:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:31:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:31:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:31:55.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:31:55.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:31:55.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:31:55.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:55.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:31:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:31:55.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:31:55.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:55.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:55.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:31:55.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:31:55.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:31:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@337da956] :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:31:55.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:31:58.888 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:31:58.888 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:32:05.046 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:32:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:32:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:32:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:32:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:32:15.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:32:15.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:32:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:32:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:32:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:15.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:32:15.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:32:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:32:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:32:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:32:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4be90ca] :2025-07-18 14:32:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:20.572 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:32:23.363 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:32:24.690 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:32:28.895 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:32:28.895 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:32:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:32:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:32:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:32:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:35.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:35.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:32:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:32:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:32:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:32:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:32:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:32:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:32:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:32:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2125f87] :2025-07-18 14:32:35.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:35.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:32:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:32:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:49.651 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:32:55.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:32:55.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:55.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:32:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:32:55.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:32:55.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:32:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:32:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:32:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:32:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:32:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:32:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:32:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:32:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3d0cdd9f] :2025-07-18 14:32:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:32:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:32:58.908 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:32:58.908 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:33:13.791 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:33:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:33:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:33:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:33:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:33:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:33:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:33:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:33:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:33:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:33:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:33:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:33:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:33:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:33:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b0d0776] :2025-07-18 14:33:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:33:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:33:28.381 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:33:28.921 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:33:28.921 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:33:35.156 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:33:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:33:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:33:35.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:33:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:33:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:33:35.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:33:35.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:33:35.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:33:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:35.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:33:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:33:35.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:35.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:33:35.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:33:35.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:33:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:33:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:33:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4076c8b7] :2025-07-18 14:33:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:33:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:33:46.498 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:33:49.168 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:33:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:33:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:33:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:33:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:33:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:33:55.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:33:55.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:33:55.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:33:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:55.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:33:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:33:55.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:33:55.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:33:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:33:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:33:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:33:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:33:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:33:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a2b81bd] :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:33:55.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:33:58.915 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:33:58.926 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:33:58.926 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:34:02.237 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:34:03.812 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:34:04.001 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:34:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:34:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:34:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:34:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:34:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:34:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:34:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:34:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:34:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:34:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:34:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:34:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:34:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:34:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:34:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7989991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:34:15.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:15.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a921816] :2025-07-18 14:34:15.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:15.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:28.932 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:34:28.932 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:34:33.674 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:34:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:34:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:34:35.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:35.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:34:35.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:34:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:34:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:34:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a0dd063] :2025-07-18 14:34:35.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:35.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:34:45.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:34:45.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:45.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:34:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:34:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:34:55.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:34:55.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:34:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:34:55.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:34:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:34:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:55.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:34:55.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:34:55.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:34:55.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:34:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:34:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:34:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:34:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:34:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:34:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:34:55.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:34:55.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4fd00f7e] :2025-07-18 14:34:55.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:34:55.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:34:58.935 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:34:58.935 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:35:02.672 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:35:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:35:15.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:35:15.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:35:15.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:15.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:35:15.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:15.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:35:15.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:15.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:15.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:35:15.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:35:15.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:35:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5986913f] :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:35:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:35:20.290 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:35:28.454 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:35:28.945 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:35:28.945 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:35:35.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:35:35.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:35:35.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:35:35.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:35:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:35.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:35:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:35.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:35:35.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:35.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:35.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:35:35.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:35:35.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:35:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19772f29] :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:35:35.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:35:37.252 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:35:41.118 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:35:42.083 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:35:42.940 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:35:45.154 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:35:55.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:35:55.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:35:55.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:35:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:55.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:35:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:35:55.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:35:55.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:35:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:35:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:35:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:35:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:35:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:35:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:35:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:35:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@432db833] :2025-07-18 14:35:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:35:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:35:58.955 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:35:58.955 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:36:02.960 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:36:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:36:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:36:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:36:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:36:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:36:15.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:36:15.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:36:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:15.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:36:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:15.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:36:15.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:15.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:36:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:36:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:36:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581730 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990111 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3ab04906] :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:36:17.703 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:36:28.957 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:36:28.957 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:36:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:36:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:36:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:36:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:36:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:36:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:36:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:36:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:35.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:36:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:36:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:36:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:36:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:36:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:36:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:36:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:36:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:35.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3cc51e2f] :2025-07-18 14:36:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:36:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:36:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:36:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:36:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:36:45.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:36:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:36:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:36:51.553 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:36:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:36:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:36:55.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:36:55.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:36:55.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:36:55.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:55.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:36:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:36:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:36:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:36:55.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:36:55.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:36:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:36:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:36:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:36:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:36:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:36:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d26a34] :2025-07-18 14:36:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:36:55.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:36:58.961 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:36:58.961 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:37:12.208 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:37:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:37:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:37:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:37:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:37:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:37:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:37:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:37:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:37:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:15.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:37:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:37:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:37:15.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:37:15.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:37:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:37:15.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:37:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2198bfb] :2025-07-18 14:37:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:37:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:37:15.595 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:37:19.995 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:37:21.744 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:37:22.057 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:37:28.966 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:37:28.966 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:37:35.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:37:35.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:37:35.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:37:35.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:37:35.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:37:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:37:35.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:37:35.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:37:35.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:35.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:37:35.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:35.367 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:37:35.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:35.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:35.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:37:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:37:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:37:35.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:37:35.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:37:35.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c3fa323] :2025-07-18 14:37:35.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:37:35.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:37:37.677 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:37:41.125 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:37:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:37:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:37:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:37:55.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:37:55.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:37:55.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:37:55.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:55.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:37:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:37:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:37:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:37:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:37:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:37:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:37:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:37:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:37:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:37:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:37:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4237f370] :2025-07-18 14:37:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:37:55.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:37:58.979 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:37:58.979 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:38:01.722 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:38:01.908 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:38:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:38:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:38:15.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:38:15.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:38:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:15.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:15.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:38:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:15.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:38:15.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:15.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:15.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:38:15.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:38:15.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:38:15.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:38:15.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:15.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f9648b4] :2025-07-18 14:38:15.391 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:15.391 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:28.990 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:38:28.990 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:38:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:38:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:38:35.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:38:35.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:38:35.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:38:35.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:38:35.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:38:35.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:38:35.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:35.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:38:35.374 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:35.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:35.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:38:35.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:38:35.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:35.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:38:35.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:38:35.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:38:35.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:38:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:35.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@50e291c6] :2025-07-18 14:38:35.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:35.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:40.437 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:38:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:38:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:38:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:38:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:38:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:38:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:38:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:38:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:38:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:53.932 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:38:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:38:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:55.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:38:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:38:55.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:38:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:38:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:38:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:38:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:38:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:38:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:38:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:38:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:38:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@15d372fd] :2025-07-18 14:38:55.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:38:55.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:38:58.874 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:38:58.993 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:38:58.993 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:39:01.169 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:39:04.133 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:39:15.050 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:39:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:39:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:39:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:39:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:39:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:39:15.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:39:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:39:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:39:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:15.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:39:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:39:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:39:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:39:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:39:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:39:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:39:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:39:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:39:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6d59c35d] :2025-07-18 14:39:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:39:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:39:28.999 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:39:28.999 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:39:33.272 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:39:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:39:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:39:35.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:39:35.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:39:35.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:39:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:39:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:39:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:39:35.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:39:35.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:39:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:39:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:39:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:39:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:39:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@33093fb9] :2025-07-18 14:39:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:39:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:39:37.092 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:39:45.755 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:39:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:39:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:39:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:39:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:39:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:39:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:39:55.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:39:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:39:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:55.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:39:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:39:55.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:39:55.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:55.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:39:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:39:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:39:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:39:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:39:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:39:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2cde60a7] :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:39:55.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:39:59.013 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:39:59.013 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:40:00.862 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:40:15.364 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:40:15.364 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:40:15.364 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:40:15.365 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:40:15.366 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:40:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:40:15.367 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:40:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:15.370 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:15.370 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:40:15.428 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:15.428 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:40:15.456 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:15.456 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:15.456 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:40:15.456 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:40:15.456 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:15.459 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:40:15.459 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:40:15.459 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:40:15.459 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:40:15.459 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:15.459 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7768c978] :2025-07-18 14:40:15.460 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:15.460 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:40:29.019 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:40:29.019 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:40:29.340 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:40:32.262 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:40:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:40:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:40:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:40:35.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:40:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:40:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:40:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:40:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:40:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:40:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:40:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:40:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:35.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:40:35.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:40:35.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:40:35.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2581990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:40:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@581b6d7f] :2025-07-18 14:40:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:40:37.747 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:40:40.287 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:40:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:40:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:40:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:40:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:40:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:40:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:40:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:40:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:40:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:40:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:40:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:40:55.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:40:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:40:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:40:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:40:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:40:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:40:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:40:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:40:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:40:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c24c653] :2025-07-18 14:40:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:40:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:40:56.040 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:40:59.023 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:40:59.023 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:41:08.376 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:41:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:41:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:41:15.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:41:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:41:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:41:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:41:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:41:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:41:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:41:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:15.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:41:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:41:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:41:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:41:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:41:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:41:15.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4340a3d9] :2025-07-18 14:41:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:41:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:41:28.856 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:41:29.038 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:41:29.038 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:41:29.790 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:41:33.052 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:41:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:41:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:41:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:41:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:41:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:41:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:41:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:41:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:41:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:41:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:35.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:41:35.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:35.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:41:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:41:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:35.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:41:35.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:41:35.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:41:35.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:41:35.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:41:35.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69a411ae] :2025-07-18 14:41:35.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:41:35.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:41:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:41:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:41:55.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:41:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:41:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:41:55.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:41:55.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:41:55.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:41:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:55.367 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:41:55.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:41:55.372 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:41:55.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:55.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:55.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:41:55.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:41:55.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:41:55.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@fc9fe93] :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:41:55.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:41:59.042 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:41:59.042 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:41:59.818 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:42:10.627 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:42:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:42:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:42:15.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:42:15.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:42:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:42:15.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:15.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:42:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:42:15.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:42:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:42:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3a0ab51c] :2025-07-18 14:42:15.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:15.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:16.637 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:42:18.218 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:42:19.411 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:42:29.048 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:42:29.048 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:42:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:42:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:42:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:42:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:42:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:42:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:42:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:42:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:42:35.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:35.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:42:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:42:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:42:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:42:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:42:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:42:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:42:35.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@37abf229] :2025-07-18 14:42:35.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:35.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:42:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:42:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:42:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:42:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:47.965 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:42:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:42:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:42:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:42:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:42:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:42:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:42:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:42:55.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:42:55.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:42:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:42:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:42:55.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:42:55.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:42:55.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4bd29f36] :2025-07-18 14:42:55.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:42:55.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:42:59.060 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:42:59.060 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:43:01.673 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:43:13.819 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:43:15.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:43:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:43:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:43:15.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:43:15.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:43:15.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:43:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:15.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:43:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:15.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:43:15.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:15.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:43:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:43:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:43:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:43:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:43:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@327e901d] :2025-07-18 14:43:15.383 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:43:15.383 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:43:24.447 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:43:29.018 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:43:29.075 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:43:29.075 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:43:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:43:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:43:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:43:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:43:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:43:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:43:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:43:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:43:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:43:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:35.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:43:35.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:35.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:43:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:43:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:43:35.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:43:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:43:35.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64064a57] :2025-07-18 14:43:35.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:43:35.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:43:48.967 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:43:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:43:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:55.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:43:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:43:55.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:43:55.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:55.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:43:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:43:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:43:55.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:43:55.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:43:55.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@730d8c1e] :2025-07-18 14:43:55.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:43:55.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:43:55.514 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:43:58.531 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:43:58.775 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:43:59.088 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:43:59.088 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:44:07.094 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:44:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:44:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:44:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:44:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:15.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:44:15.370 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:15.370 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:44:15.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:44:15.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:44:15.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:15.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:44:15.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:44:15.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:44:15.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:44:15.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:15.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@50c1f1be] :2025-07-18 14:44:15.385 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:15.385 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:44:29.091 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:44:29.091 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:44:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:44:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:44:35.360 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:44:35.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:35.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:35.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:44:35.387 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:35.387 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:44:35.392 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:35.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:35.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:44:35.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:44:35.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:35.396 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:44:35.396 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:44:35.396 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:44:35.396 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:44:35.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:35.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3cabe5a4] :2025-07-18 14:44:35.397 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:35.397 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:44:39.873 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:44:45.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:44:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:44:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:44:45.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:44:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:45.343 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:44:54.974 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:44:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:44:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:44:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:44:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:44:55.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:44:55.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:44:55.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:44:55.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:44:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:55.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:44:55.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:44:55.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:44:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:44:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:44:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:44:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:44:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:44:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@10c776b2] :2025-07-18 14:44:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:44:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:44:57.848 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:44:59.100 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:44:59.100 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:45:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:45:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:45:15.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:45:15.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:45:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:15.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:45:15.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:45:15.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:45:15.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:45:15.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@76c63d15] :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:15.382 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:20.036 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:45:24.990 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:45:27.295 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:45:29.100 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:45:29.100 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:45:34.392 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:45:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:45:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:45:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:45:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:45:35.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:45:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:45:35.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:45:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:35.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:45:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:45:35.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:35.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:45:35.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:45:35.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:35.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:45:35.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:45:35.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:45:35.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:45:35.386 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:35.386 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1e4f039] :2025-07-18 14:45:35.387 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:35.387 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:37.659 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d is alive :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:45:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:45:55.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:45:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:55.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:45:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:45:55.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:45:55.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:55.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:45:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:45:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:45:55.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@55c73cab] :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:45:55.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:45:55.978 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:45:57.734 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:45:59.112 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:45:59.112 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:46:15.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:46:15.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:46:15.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:46:15.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:46:15.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:46:15.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:46:15.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:46:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:46:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:46:15.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:15.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:46:15.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:15.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:46:15.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:46:15.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:46:15.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:46:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:46:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@19b4b44] :2025-07-18 14:46:15.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:46:15.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:46:29.114 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:46:29.114 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:46:31.782 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:46:35.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:46:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:46:35.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:46:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:46:35.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:46:35.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:46:35.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:46:35.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:46:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:46:35.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:35.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:46:35.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:35.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:46:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:46:35.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:46:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5d9a0f3c] :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:46:35.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:46:41.871 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:46:48.279 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:46:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:46:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:46:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:46:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:46:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:46:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:46:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:46:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:46:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:55.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:46:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:46:55.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:46:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:46:55.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:46:55.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:46:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:46:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:46:55.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@134cd21d] :2025-07-18 14:46:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:46:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:46:58.424 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@76286d6d: (connection has passed maxLifetime) :2025-07-18 14:46:58.425 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (f14592b7-96a9-4ea4-80fe-f1d0588b8efe) :2025-07-18 14:46:58.487 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (f14592b7-96a9-4ea4-80fe-f1d0588b8efe) :2025-07-18 14:46:58.487 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@26788319 :2025-07-18 14:46:59.129 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:46:59.129 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:47:05.643 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:47:13.254 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:47:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:47:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:47:15.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:47:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:47:15.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:47:15.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:47:15.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:47:15.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:15.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:15.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:47:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:15.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:47:15.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:15.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:47:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:47:15.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:47:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:47:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:47:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:47:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3bc49aae] :2025-07-18 14:47:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:15.623 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:47:20.963 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:47:29.135 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:47:29.135 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:47:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:47:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:47:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:47:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:47:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:47:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:47:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:47:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:35.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:47:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:47:35.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:35.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:35.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:47:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:47:35.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:35.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:47:35.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:47:35.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:47:35.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:47:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:35.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@632d8e32] :2025-07-18 14:47:35.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:35.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:44.855 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:47:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:47:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:47:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:47:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:47:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:47:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:47:45.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:45.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:47:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:47:55.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:55.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:47:55.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:47:55.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:47:55.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:55.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:47:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:47:55.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:47:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:47:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:47:55.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:47:55.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582430 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990811 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:47:55.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:47:55.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@163d5ed5] :2025-07-18 14:47:55.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:47:55.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:47:56.693 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:47:59.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:47:59.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:48:15.397 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:48:15.397 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:48:15.397 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:48:15.397 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:48:15.397 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:48:15.397 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:48:15.397 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:48:15.398 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:48:15.400 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:15.400 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:48:15.404 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:15.404 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:48:15.407 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:15.407 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:15.407 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:48:15.408 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:48:15.408 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:15.411 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:48:15.411 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:48:15.411 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:48:15.411 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582450 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990831 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:48:15.411 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:48:15.412 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f9b418e] :2025-07-18 14:48:15.412 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:48:15.412 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:48:23.699 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4 is alive :2025-07-18 14:48:25.898 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:48:29.159 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:48:29.159 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:48:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:48:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:48:35.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:48:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:48:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:48:35.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:48:35.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:48:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:48:35.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:35.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:48:35.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:35.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:48:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:48:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:48:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:48:35.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582470 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990851 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3d742369] :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:48:35.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:48:41.583 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1 is alive :2025-07-18 14:48:43.978 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:48:51.726 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 14:48:52.129 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:48:55.283 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4e8b23f1: (connection has passed maxLifetime) :2025-07-18 14:48:55.284 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (493f7f08-7733-48e4-bd48-bce3129f6e9b) :2025-07-18 14:48:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:48:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:48:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:48:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:48:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:48:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:48:55.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:48:55.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:48:55.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:55.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:48:55.357 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (493f7f08-7733-48e4-bd48-bce3129f6e9b) :2025-07-18 14:48:55.357 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 :2025-07-18 14:48:55.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:48:55.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:48:55.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:55.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:48:55.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:48:55.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:48:55.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:48:55.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:48:55.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:48:55.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582490 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990871 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:48:55.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:48:55.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b464cee] :2025-07-18 14:48:55.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:48:55.382 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:48:58.315 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@42e686c4: (connection has passed maxLifetime) :2025-07-18 14:48:58.315 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (f0822836-ece7-4c5b-acff-aa16970b50fe) :2025-07-18 14:48:58.394 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (f0822836-ece7-4c5b-acff-aa16970b50fe) :2025-07-18 14:48:58.394 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf :2025-07-18 14:48:59.164 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:48:59.164 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:49:11.216 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:49:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:49:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:49:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:49:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:49:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:49:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:49:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:49:15.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:49:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:15.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:49:15.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:15.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:49:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:49:15.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:49:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582510 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990891 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:49:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@738433a8] :2025-07-18 14:49:15.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:15.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:49:16.928 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:49:29.171 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:49:29.171 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:49:33.734 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:49:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:49:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:49:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:49:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:49:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:49:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:49:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:49:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:35.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:49:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:35.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:49:35.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:35.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:49:35.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:49:35.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:49:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582530 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990911 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5f23eef7] :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:35.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:49:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:49:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:49:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:49:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:49:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:49:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:49:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:49:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:49:45.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:45.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:49:55.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:49:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:49:55.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:55.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:49:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:49:55.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:49:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:49:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:49:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:49:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582550 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990931 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:49:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:49:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@e5c1c41] :2025-07-18 14:49:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:49:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:49:55.645 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625 is alive :2025-07-18 14:49:59.178 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:49:59.178 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:50:09.928 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb is alive :2025-07-18 14:50:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:50:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:50:15.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:50:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:50:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:50:15.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:50:15.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:50:15.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:50:15.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:15.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:50:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:50:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:50:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:50:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:50:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:50:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:50:15.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582570 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990951 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:50:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:50:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@548c6c5d] :2025-07-18 14:50:15.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:50:15.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:50:22.311 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316 is alive :2025-07-18 14:50:29.180 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:50:29.180 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:50:30.995 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f is alive :2025-07-18 14:50:35.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:50:35.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:50:35.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:50:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:50:35.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:50:35.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:50:35.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:50:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:50:35.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:35.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:50:35.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:35.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:50:35.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:35.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:35.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:50:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:50:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:50:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:50:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:50:35.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582590 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990971 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:50:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:50:35.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d63bfd5] :2025-07-18 14:50:35.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:50:35.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:50:35.604 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 14:50:39.002 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7cfd3dcb: (connection has passed maxLifetime) :2025-07-18 14:50:39.003 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (51aeae51-524e-4022-b4e0-2f386b9f7c45) :2025-07-18 14:50:39.086 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (51aeae51-524e-4022-b4e0-2f386b9f7c45) :2025-07-18 14:50:39.086 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 :2025-07-18 14:50:44.627 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 14:50:44.971 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 14:50:46.609 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@33f6b625: (connection has passed maxLifetime) :2025-07-18 14:50:46.609 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (20bde3be-712d-406b-931e-9a03e21aa0b0) :2025-07-18 14:50:46.685 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (20bde3be-712d-406b-931e-9a03e21aa0b0) :2025-07-18 14:50:46.686 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e :2025-07-18 14:50:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:50:55.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:50:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:50:55.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:55.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:50:55.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:50:55.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:50:55.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:55.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:55.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:50:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:50:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:50:55.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:50:55.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:50:55.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:50:55.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582610 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7990991 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:50:55.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:50:55.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4d055ec2] :2025-07-18 14:50:55.384 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:50:55.384 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:50:59.194 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:50:59.194 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:51:03.887 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@78880d9f: (connection has passed maxLifetime) :2025-07-18 14:51:03.888 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (025e0ddc-8afa-41c4-a90f-26c0f198b3d7) :2025-07-18 14:51:03.972 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (025e0ddc-8afa-41c4-a90f-26c0f198b3d7) :2025-07-18 14:51:03.972 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d :2025-07-18 14:51:06.807 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f is alive :2025-07-18 14:51:10.748 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@40aa4316: (connection has passed maxLifetime) :2025-07-18 14:51:10.750 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (5fbcce66-8e0d-4395-9fd3-44946353d773) :2025-07-18 14:51:10.841 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (5fbcce66-8e0d-4395-9fd3-44946353d773) :2025-07-18 14:51:10.841 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 :2025-07-18 14:51:12.897 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@232d9489 is alive :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:51:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:51:15.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:51:15.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:51:15.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:51:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:15.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:15.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:51:15.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:15.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:51:15.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:15.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:15.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:51:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:51:15.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:51:15.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582630 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991011 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4ba4a58a] :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:15.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:22.608 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6 is alive :2025-07-18 14:51:29.203 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:51:29.203 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:51:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:51:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:51:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:51:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:51:35.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:51:35.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:51:35.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:51:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:35.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:35.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:51:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:51:35.374 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:35.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:35.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:51:35.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:51:35.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:35.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:51:35.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:51:35.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:51:35.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582650 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991031 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:51:35.385 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:35.385 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@39466cb7] :2025-07-18 14:51:35.386 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:35.386 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:42.623 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@232d9489: (connection has passed maxLifetime) :2025-07-18 14:51:42.624 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (71e15027-247e-404d-b11e-ac384e95233d) :2025-07-18 14:51:42.708 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (71e15027-247e-404d-b11e-ac384e95233d) :2025-07-18 14:51:42.708 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 :2025-07-18 14:51:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:51:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:51:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:51:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:51:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:51:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:51:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:51:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:51:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:51:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:51:55.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:51:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:51:55.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:51:55.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:51:55.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:51:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:51:55.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:55.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:51:55.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:51:55.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:51:55.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:55.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:55.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:51:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:51:55.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:51:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:51:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:51:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:51:55.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582670 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991051 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:51:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:51:55.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@250ad85f] :2025-07-18 14:51:55.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:51:55.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:51:59.216 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:51:59.216 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:52:03.886 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7ba9aba6: (connection has passed maxLifetime) :2025-07-18 14:52:03.886 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (effed6f7-3b6c-41db-9872-b12ed128c625) :2025-07-18 14:52:03.959 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (effed6f7-3b6c-41db-9872-b12ed128c625) :2025-07-18 14:52:03.959 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 :2025-07-18 14:52:12.801 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 14:52:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:52:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:52:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:52:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:52:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:52:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:52:15.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:52:15.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:52:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:15.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:52:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:52:15.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:52:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:52:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:52:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:52:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:52:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582690 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991071 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:52:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:52:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7e45e3e5] :2025-07-18 14:52:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:52:15.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:52:29.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:52:29.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:52:29.793 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2551c11f: (connection has passed maxLifetime) :2025-07-18 14:52:29.794 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (289992d4-a23e-4933-9f01-48e0f3c430be) :2025-07-18 14:52:29.863 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (289992d4-a23e-4933-9f01-48e0f3c430be) :2025-07-18 14:52:29.864 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f :2025-07-18 14:52:32.269 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 14:52:32.897 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 14:52:33.917 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:52:35.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:52:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:35.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:52:35.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:35.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:52:35.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:35.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:52:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:52:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:52:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:52:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:52:35.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582710 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991091 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:52:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:52:35.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78867193] :2025-07-18 14:52:35.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:52:35.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:52:38.216 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 14:52:50.541 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 14:52:55.401 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:52:55.401 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:52:55.401 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:52:55.401 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:52:55.402 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:52:55.402 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:52:55.402 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:52:55.402 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:52:55.403 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:55.403 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:52:55.549 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:52:55.549 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:52:55.811 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:55.811 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:55.812 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:52:55.812 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:52:55.812 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:52:55.892 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:52:55.892 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:52:55.892 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:52:55.892 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582731 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991112 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:52:55.893 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:52:55.893 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7eb01d26] :2025-07-18 14:52:55.893 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:52:55.894 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:52:57.161 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 14:52:59.234 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:52:59.234 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:53:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:53:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:53:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:53:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:53:15.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:53:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:53:15.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:53:15.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:15.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:53:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:15.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:53:15.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:15.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:53:15.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:53:15.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:53:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582750 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991131 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@541ca27b] :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:15.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:26.789 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 14:53:29.244 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:53:29.244 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:53:35.336 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:53:35.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:53:35.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:53:35.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:53:35.337 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:35.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:53:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:35.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:53:35.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:35.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:53:35.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:53:35.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:53:35.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582770 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991151 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3c4f1e18] :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:35.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:40.765 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:53:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:53:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:53:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:53:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:53:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:53:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:53:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:50.012 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:53:55.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:53:55.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:53:55.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:53:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:53:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:53:55.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:53:55.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:55.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:53:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:53:55.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:53:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:53:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:53:55.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:53:55.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582790 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991171 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:53:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:53:55.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7bef3f36] :2025-07-18 14:53:55.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:53:55.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:53:59.259 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:53:59.259 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:54:14.010 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 14:54:15.368 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:54:15.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:54:15.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:15.372 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:54:15.374 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:15.374 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:54:15.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:15.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:54:15.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:54:15.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:54:15.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582810 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991191 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:54:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:54:15.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@24abf1b0] :2025-07-18 14:54:15.384 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:54:15.384 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:54:17.845 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 14:54:23.190 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 14:54:26.721 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 14:54:29.261 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:54:29.261 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:54:30.245 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 14:54:31.457 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 14:54:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:54:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:54:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:54:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:54:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:54:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:35.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:54:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:35.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:54:35.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:35.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:54:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:54:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:54:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582830 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991211 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b5005aa] :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:54:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:54:50.317 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 14:54:55.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:54:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:54:55.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:54:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:54:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:54:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:54:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:54:55.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:55.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:54:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:54:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:54:55.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:54:55.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:54:55.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:54:55.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582850 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991231 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:54:55.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:54:55.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@737a9a2] :2025-07-18 14:54:55.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:54:55.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:54:59.271 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:54:59.271 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:55:10.867 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 14:55:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:55:15.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:55:15.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:55:15.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:55:15.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:55:15.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:55:15.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:55:15.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:15.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:15.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:55:15.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:15.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:55:15.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:15.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:55:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:55:15.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:55:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:55:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:55:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582870 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991251 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:55:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:15.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@63530b52] :2025-07-18 14:55:15.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:15.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:55:17.569 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 14:55:27.222 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 14:55:29.286 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:55:29.286 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:55:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:55:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:55:35.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:55:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:55:35.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:55:35.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:55:35.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:55:35.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:35.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:35.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:55:35.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:35.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:55:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:55:35.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:55:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:55:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582890 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991271 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:55:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@12f9200] :2025-07-18 14:55:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:55:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:55:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:55:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:55:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:55:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:55:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:55:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:55:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:55:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:55:55.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:55:55.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:55:55.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:55.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:55:55.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:55:55.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:55:55.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:55.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:55:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:55:55.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:55:55.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582910 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991291 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@bc70b19] :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:55:55.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:55:58.169 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 14:55:59.296 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:55:59.296 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:56:03.424 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 14:56:09.941 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 14:56:12.465 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:56:15.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:56:15.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:56:15.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:56:15.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:56:15.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:56:15.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:15.340 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:56:15.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:15.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:56:15.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:56:15.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:56:15.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:56:15.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582930 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991311 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:56:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:56:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@433e6460] :2025-07-18 14:56:15.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:56:15.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:56:20.541 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 14:56:24.712 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 14:56:29.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:56:29.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:56:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:56:35.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:56:35.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:56:35.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:56:35.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:56:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:56:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:56:35.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:35.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:56:35.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:56:35.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:56:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:56:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:56:35.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582950 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991331 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:56:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:56:35.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@71a23c81] :2025-07-18 14:56:35.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:56:35.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:56:43.478 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 14:56:54.377 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 14:56:54.939 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 14:56:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:56:55.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:56:55.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:56:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:56:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:56:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:56:55.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:55.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:56:55.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:56:55.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:56:55.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:56:55.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:56:55.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:56:55.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582970 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991351 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:56:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:56:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ec3f3ae] :2025-07-18 14:56:55.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:56:55.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:56:59.310 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:56:59.310 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:57:04.424 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:57:15.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:57:15.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:57:15.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:57:15.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:15.339 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:15.339 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:57:15.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:15.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:57:15.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:15.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:15.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:57:15.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:57:15.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:57:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:57:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:57:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2582990 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991371 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:57:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e5a878e] :2025-07-18 14:57:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:15.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:29.315 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:57:29.315 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:57:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:57:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:57:35.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:57:35.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:57:35.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:57:35.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:57:35.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:57:35.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:35.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:35.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:57:35.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:35.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:57:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:57:35.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:57:35.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:57:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:57:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:57:35.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583010 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991391 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:57:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:35.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@227dee37] :2025-07-18 14:57:35.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:35.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:42.318 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:57:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:57:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:49.001 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 14:57:49.641 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:57:55.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:57:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:55.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:57:55.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:57:55.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:57:55.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:55.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:57:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:57:55.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:57:55.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583030 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991411 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4684c7ed] :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:57:55.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:57:59.317 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:57:59.317 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:58:01.732 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 14:58:14.356 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 14:58:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:58:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:58:15.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:58:15.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:58:15.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:58:15.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:58:15.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:58:15.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:15.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:15.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:58:15.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:15.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:58:15.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:15.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:58:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:58:15.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:15.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:58:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:58:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:58:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583050 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991431 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:58:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5d776596] :2025-07-18 14:58:15.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:15.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:17.954 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 14:58:29.317 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:58:29.317 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:58:31.181 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:58:35.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:35.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:35.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:58:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:35.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:58:35.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:35.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:58:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:58:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:58:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:58:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:58:35.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583070 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991451 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2be83c9e] :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:36.640 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 14:58:39.012 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 14:58:41.632 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 14:58:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 14:58:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 14:58:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 14:58:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 14:58:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:58:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:58:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:58:55.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:58:55.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:55.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:58:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:58:55.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:58:55.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:55.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:58:55.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:58:55.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:58:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:58:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:58:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:58:55.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583090 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991471 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:58:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:58:55.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@429092cb] :2025-07-18 14:58:55.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:58:55.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:58:59.319 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:58:59.319 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:59:15.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:59:15.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:15.340 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:59:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:59:15.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:15.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:15.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:59:15.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:59:15.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:59:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583110 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991491 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:59:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:59:15.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1a9b3b1c] :2025-07-18 14:59:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:59:15.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:59:26.469 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 14:59:29.325 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:59:29.325 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 14:59:29.343 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 14:59:34.582 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:59:35.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:59:35.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:59:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:59:35.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:35.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:59:35.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:35.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:59:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:59:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:59:35.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583130 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991511 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2eb79978] :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:59:35.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:59:51.007 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 14:59:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 14:59:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 14:59:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 14:59:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 14:59:55.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:55.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:59:55.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 14:59:55.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 14:59:55.394 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:55.394 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:55.394 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 14:59:55.394 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 14:59:55.394 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 14:59:55.407 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583150 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991531 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 14:59:55.408 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 14:59:55.409 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7645157a] :2025-07-18 14:59:55.409 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 14:59:55.409 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 14:59:59.332 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 14:59:59.332 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:00:07.997 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:00:08.167 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:00:11.198 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 15:00:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:00:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:00:15.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:00:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:00:15.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:00:15.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:00:15.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:00:15.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:15.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:15.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:00:15.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:15.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:00:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:00:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:00:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:00:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583170 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991551 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:00:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5c6241fb] :2025-07-18 15:00:15.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:15.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:18.838 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:00:23.096 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:00:29.336 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:00:29.336 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:00:29.807 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:00:35.362 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:00:35.362 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:00:35.362 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:00:35.362 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:00:35.363 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:00:35.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:00:35.363 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:00:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:35.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:35.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:00:35.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:35.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:00:35.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:35.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:00:35.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:00:35.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:35.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:00:35.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:00:35.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:00:35.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583190 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991571 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:00:35.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:35.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c85ed90] :2025-07-18 15:00:35.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:35.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:00:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:00:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:00:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:00:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:00:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:00:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:00:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:00:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:00:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:00:55.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:00:55.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:00:55.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:55.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:00:55.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:00:55.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:00:55.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:00:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:00:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:00:55.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583210 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991591 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:00:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:00:55.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@362a25c3] :2025-07-18 15:00:55.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:00:55.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:00:59.346 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:00:59.346 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:01:09.040 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:01:10.626 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:01:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:01:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:01:15.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:01:15.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:01:15.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:01:15.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:01:15.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:01:15.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:01:15.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:15.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:01:15.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:15.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:01:15.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:15.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:01:15.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:01:15.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:01:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583230 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991611 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:01:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:01:15.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@48e34008] :2025-07-18 15:01:15.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:01:15.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:01:20.160 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:01:29.354 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:01:29.354 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:01:35.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:01:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:35.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:01:35.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:35.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:01:35.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:35.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:01:35.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:01:35.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:01:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:01:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:01:35.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583250 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991631 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:01:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:01:35.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@221288b0] :2025-07-18 15:01:35.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:01:35.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:01:40.277 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:01:44.801 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:01:55.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:01:55.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:01:55.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:01:55.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:01:55.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:01:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:01:55.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:01:55.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:01:55.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:01:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:01:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:01:55.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:01:55.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:01:55.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:01:55.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583270 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991651 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:01:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:01:55.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d7784dd] :2025-07-18 15:01:55.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:01:55.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:01:56.050 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:01:59.360 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:01:59.360 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:02:01.984 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:02:04.440 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 15:02:07.173 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:02:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:02:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:02:15.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:02:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:02:15.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:02:15.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:02:15.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:02:15.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:15.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:15.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:02:15.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:15.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:02:15.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:15.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:02:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:02:15.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:02:15.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583290 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991671 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:02:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:15.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@12e361f8] :2025-07-18 15:02:15.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:15.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:22.974 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:02:29.373 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:02:29.373 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:02:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:02:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:02:35.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:02:35.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:35.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:35.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:02:35.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:35.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:02:35.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:35.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:02:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:02:35.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:02:35.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:02:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:02:35.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583310 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991691 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:02:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:35.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4d2491b6] :2025-07-18 15:02:35.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:35.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:02:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:02:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:02:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:02:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:02:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:02:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:02:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:02:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:48.734 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:02:54.789 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:02:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:02:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:02:55.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:02:55.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:02:55.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:55.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:02:55.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:02:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:02:55.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:55.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:02:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:02:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:02:55.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:02:55.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:02:55.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:02:55.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583330 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991711 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:02:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:02:55.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4d117fb1] :2025-07-18 15:02:55.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:02:55.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:02:59.388 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:02:59.388 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:03:05.738 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:03:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:03:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:03:15.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:03:15.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:03:15.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:03:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:03:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:15.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:03:15.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:15.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:03:15.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:03:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:03:15.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583350 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991731 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:03:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:03:15.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a5f60cc] :2025-07-18 15:03:15.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:03:15.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:03:21.609 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:03:29.400 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:03:29.400 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:03:29.546 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:03:33.250 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:03:35.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:03:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:03:35.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:03:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:03:35.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:03:35.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:03:35.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:03:35.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:03:35.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:35.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:03:35.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:35.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:03:35.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:35.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:03:35.349 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:03:35.349 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:35.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:03:35.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:03:35.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:03:35.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583370 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991751 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:03:35.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:03:35.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@396a6d32] :2025-07-18 15:03:35.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:03:35.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:03:51.246 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:03:55.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:03:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:03:55.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:03:55.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:03:55.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:03:55.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:55.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:03:55.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:03:55.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:03:55.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:55.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:55.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:03:55.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:03:55.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:03:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:03:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:03:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:03:55.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583390 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991771 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:03:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:03:55.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4cab95a2] :2025-07-18 15:03:55.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:03:55.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:03:55.797 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:03:57.678 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 15:03:59.403 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:03:59.404 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:04:15.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:04:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:04:15.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:04:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:04:15.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:04:15.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:04:15.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:04:15.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:15.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:15.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:04:15.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:15.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:04:15.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:15.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:04:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:04:15.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:15.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:04:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:04:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:04:15.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583410 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991791 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:04:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:15.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6cf476d7] :2025-07-18 15:04:15.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:15.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:16.134 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:04:25.425 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:04:25.426 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:04:25.426 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:04:25.426 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:04:25.427 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:04:25.427 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:04:25.427 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:04:25.428 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:25.438 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:25.438 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:04:25.442 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:25.442 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:04:25.449 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:25.450 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:25.450 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:04:25.450 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:04:25.450 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:25.454 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:04:25.454 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:04:25.454 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:04:25.455 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583420 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:04:25.455 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:25.455 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@24c61c8a] :2025-07-18 15:04:25.456 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:25.456 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:28.425 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:04:29.419 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:04:29.419 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:04:38.943 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:04:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:04:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:04:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:04:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:04:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:45.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:45.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:04:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:04:45.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:45.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:45.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:04:45.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:04:45.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:04:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:04:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:04:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:04:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:04:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:04:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583440 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991821 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:04:45.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:04:45.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@963019d] :2025-07-18 15:04:45.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:04:45.382 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:04:51.314 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:04:58.412 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:04:59.435 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:04:59.435 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:05:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:05:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:05:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:05:05.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:05:05.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:05:05.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:05:05.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:05:05.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:05:05.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:05.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:05:05.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:05.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:05:05.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:05.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:05.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:05:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:05:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:05:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:05:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:05:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583460 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:05:05.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:05:05.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@d180a26] :2025-07-18 15:05:05.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:05:05.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:05:10.456 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:05:18.822 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:05:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:05:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:05:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:05:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:05:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:05:25.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:05:25.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:05:25.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:05:25.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:25.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:05:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:05:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:05:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:05:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:05:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:05:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:05:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583480 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:05:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:05:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@75dcf862] :2025-07-18 15:05:25.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:05:25.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:05:29.449 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:05:29.454 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:05:35.322 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:05:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:05:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:05:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:05:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:05:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:05:45.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:05:45.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:05:45.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:05:45.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:45.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:05:45.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:05:45.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:05:45.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:05:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:05:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:05:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:05:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:05:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:05:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583500 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991881 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:05:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:05:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6e07919] :2025-07-18 15:05:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:05:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:05:49.615 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:05:50.921 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 15:05:59.469 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:05:59.469 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:06:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:06:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:06:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:06:05.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:06:05.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:06:05.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:06:05.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:06:05.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:05.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:05.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:06:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:05.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:06:05.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:06:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:06:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:06:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:06:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:06:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583520 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:06:05.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:05.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6bde1592] :2025-07-18 15:06:05.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:05.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:08.127 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:06:09.300 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:06:23.099 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:06:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:06:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:06:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:06:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:06:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:06:25.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:06:25.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:06:25.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:25.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:25.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:06:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:06:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:06:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:06:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:06:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583540 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991921 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:06:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c4b91ce] :2025-07-18 15:06:25.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:25.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:29.473 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:06:29.473 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:06:35.214 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:06:36.910 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:06:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:06:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:06:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:06:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:06:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:06:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:06:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:06:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:06:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:06:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:06:45.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:06:45.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:06:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:06:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:06:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:06:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:06:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:06:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583560 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@75c6ba1b] :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:06:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:06:47.668 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:06:59.474 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:06:59.474 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:07:05.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:07:05.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:07:05.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:07:05.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:07:05.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:07:05.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:05.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:07:05.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:05.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:07:05.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:07:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:07:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583580 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991961 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@157980aa] :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:07:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:07:08.084 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:07:19.407 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:07:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:07:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:07:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:07:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:07:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:07:25.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:07:25.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:07:25.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:07:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:25.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:07:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:25.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:07:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:07:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:07:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:07:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:07:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:07:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583600 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7991981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:07:25.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:07:25.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@9b91bd9] :2025-07-18 15:07:25.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:07:25.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:07:29.475 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:07:29.475 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:07:43.429 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:07:44.168 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 15:07:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:07:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:07:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:07:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:07:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:07:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:07:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:07:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:07:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:07:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:07:45.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:07:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:07:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:07:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:07:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583620 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992001 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:07:45.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:07:45.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f685a1b] :2025-07-18 15:07:45.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:07:45.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:07:47.818 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:07:59.484 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:07:59.484 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:08:02.461 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:08:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:08:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:08:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:08:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:08:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:08:05.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:08:05.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:08:05.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:05.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:08:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:05.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:08:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:08:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:08:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:08:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583640 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:08:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@39e573a] :2025-07-18 15:08:05.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:05.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:07.243 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:08:12.025 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:08:22.486 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:08:24.869 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:08:25.358 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:08:25.359 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:08:25.359 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:08:25.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:08:25.360 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:08:25.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:08:25.360 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:08:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:25.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:25.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:08:25.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:25.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:08:25.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:08:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:08:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:08:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:08:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:08:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583660 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992041 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:08:25.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:25.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c605adc] :2025-07-18 15:08:25.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:25.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:29.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:08:29.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:08:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:08:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:08:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:08:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:08:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:08:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:45.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:45.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:08:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:08:45.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:08:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:08:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:08:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:08:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:08:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:08:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:45.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:08:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:08:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:08:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583680 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992061 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:08:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:08:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@daf3da0] :2025-07-18 15:08:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:08:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:08:57.355 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:08:59.506 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:08:59.507 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:09:03.491 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:09:05.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:09:05.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:09:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:09:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:09:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:09:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:09:05.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:09:05.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:09:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:05.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:09:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:05.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:09:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:09:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:09:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:09:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:09:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:09:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583700 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992081 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@21784de9] :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:09:05.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:09:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:09:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:09:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:09:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:09:25.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:09:25.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:25.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:09:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:25.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:09:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:09:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:09:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:09:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:09:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:09:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583720 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992101 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:09:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:09:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@67675264] :2025-07-18 15:09:25.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:09:25.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:09:27.519 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:09:29.514 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:09:29.514 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:09:37.247 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:09:37.404 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26788319 is alive :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:09:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:09:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:09:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:09:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:09:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:09:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:09:45.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:45.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:09:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:09:45.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:09:45.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:09:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:09:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:09:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:09:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:09:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:09:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583740 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:09:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:09:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@498ce52a] :2025-07-18 15:09:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:09:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:09:48.831 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:09:51.392 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:09:55.618 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:09:59.519 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:09:59.519 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:10:02.079 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:10:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:10:05.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:10:05.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:10:05.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:05.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:10:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:05.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:10:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:10:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:10:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:10:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:10:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:10:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583760 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992141 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:10:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@15b64b85] :2025-07-18 15:10:05.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:05.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:08.065 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:10:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:10:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:10:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:10:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:10:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:25.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:10:25.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:25.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:25.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:10:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:10:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:25.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:10:25.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:10:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:10:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583780 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:10:25.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:25.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2f872773] :2025-07-18 15:10:25.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:25.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:29.520 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:10:29.520 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:10:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:10:45.355 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:10:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:10:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:10:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:10:45.357 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:10:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:10:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:10:45.358 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:10:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:45.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:10:45.359 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:10:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:10:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:10:45.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:45.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:45.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:45.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:10:45.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:10:45.372 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:10:45.378 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:45.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:45.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:10:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:10:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:10:45.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583800 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992181 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:10:45.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:10:45.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2465930f] :2025-07-18 15:10:45.384 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:10:45.384 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:10:46.665 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:10:47.570 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:10:53.991 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@26788319: (connection has passed maxLifetime) :2025-07-18 15:10:53.991 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (2be69414-616c-42ce-b116-39dee688d71d) :2025-07-18 15:10:54.120 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (2be69414-616c-42ce-b116-39dee688d71d) :2025-07-18 15:10:54.120 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f :2025-07-18 15:10:59.524 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:10:59.524 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:11:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:11:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:11:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:11:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:11:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:11:05.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:11:05.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:11:05.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:11:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:05.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:11:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:05.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:11:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:11:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:11:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:11:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:11:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:11:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583820 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992201 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:11:05.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:11:05.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a65a85f] :2025-07-18 15:11:05.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:11:05.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:11:07.214 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:11:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:11:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:11:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:11:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:11:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:11:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:11:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:11:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:11:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:11:25.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:25.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:11:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:11:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:11:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:11:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:11:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:11:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583840 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992221 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:11:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:11:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e367f25] :2025-07-18 15:11:25.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:11:25.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:11:25.645 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:11:29.539 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:11:29.539 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:11:31.066 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:11:35.552 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:11:39.283 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:11:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:11:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:11:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:11:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:11:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:11:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:11:45.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:11:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:11:45.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:45.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:11:45.370 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:11:45.370 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:11:45.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:45.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:45.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:11:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:11:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:11:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:11:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:11:45.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:11:45.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583860 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:11:45.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:11:45.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@de1a0ed] :2025-07-18 15:11:45.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:11:45.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:11:48.780 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:11:53.646 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:11:59.543 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:11:59.543 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:12:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:12:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:12:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:12:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:12:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:12:05.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:12:05.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:12:05.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:05.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:12:05.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:05.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:12:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:12:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:12:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:12:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583880 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992261 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@33423eb9] :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:05.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:12:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:12:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:12:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:12:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:12:25.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:12:25.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:12:25.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:25.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:12:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:12:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:12:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:12:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:12:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:12:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:12:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583900 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1798c396] :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:25.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:29.548 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:12:29.548 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:12:31.645 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:12:34.691 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:12:35.940 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:12:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:12:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:12:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:12:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:12:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:12:45.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:12:45.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:12:45.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:45.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:45.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:12:45.358 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:12:45.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:45.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:12:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:12:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:12:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:12:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:12:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:12:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583920 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992301 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:12:45.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:12:45.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a3e54c9] :2025-07-18 15:12:45.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:12:45.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:12:46.907 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:12:59.556 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:12:59.556 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:13:02.459 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:13:05.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:13:05.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:13:05.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:13:05.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:13:05.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:13:05.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:13:05.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:13:05.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:13:05.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:05.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:13:05.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:05.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:13:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:13:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:13:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:13:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:13:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:13:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583940 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992321 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:13:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:13:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@33ab6d21] :2025-07-18 15:13:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:13:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:13:16.488 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf is alive :2025-07-18 15:13:19.701 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:13:24.892 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:13:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:13:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:13:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:13:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:13:25.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:13:25.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:13:25.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:13:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:13:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:25.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:13:25.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:25.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:13:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:13:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:13:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:13:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583960 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992341 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:13:25.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:13:25.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a1e2d64] :2025-07-18 15:13:25.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:13:25.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:13:29.565 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:13:29.565 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:13:39.222 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:13:41.937 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d is alive :2025-07-18 15:13:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:13:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:13:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:13:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:13:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:13:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:13:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:13:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:13:45.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:45.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:13:45.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:13:45.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:13:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:13:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:13:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:13:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:13:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:13:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:13:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2583980 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992361 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:13:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:13:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@622930d4] :2025-07-18 15:13:45.380 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:13:45.380 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:13:59.570 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:13:59.570 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:14:04.039 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@72b2450d: (connection has passed maxLifetime) :2025-07-18 15:14:04.040 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (0c7686fa-d828-41e2-8b8a-6e2cadb645b5) :2025-07-18 15:14:04.101 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (0c7686fa-d828-41e2-8b8a-6e2cadb645b5) :2025-07-18 15:14:04.101 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:14:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:14:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:14:05.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:14:05.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:14:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:05.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:14:05.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:05.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:14:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:14:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:14:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:14:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584000 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:14:05.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7377730e] :2025-07-18 15:14:05.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:05.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:15.284 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:14:15.723 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41 is alive :2025-07-18 15:14:25.210 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:14:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:14:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:14:25.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:14:25.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:14:25.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:14:25.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:14:25.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:14:25.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:25.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:25.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:14:25.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:25.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:14:25.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:14:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:14:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:14:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584020 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992401 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5c0b63c7] :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:25.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:26.596 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:14:29.583 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:14:29.583 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:14:30.661 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@62d72abf: (connection has passed maxLifetime) :2025-07-18 15:14:30.662 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (f6942f5a-1099-4b16-a97c-361a693669a7) :2025-07-18 15:14:30.770 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (f6942f5a-1099-4b16-a97c-361a693669a7) :2025-07-18 15:14:30.770 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe :2025-07-18 15:14:39.280 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:14:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:14:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:14:45.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:14:45.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:45.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:45.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:14:45.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:14:45.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:14:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:14:45.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:14:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:14:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:14:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:14:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:14:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:14:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:14:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:14:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:14:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:14:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:14:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584040 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:14:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:14:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@22f7506b] :2025-07-18 15:14:45.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:14:45.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:14:59.599 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:14:59.599 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:15:03.860 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:15:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:15:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:15:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:15:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:15:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:15:05.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:15:05.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:15:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:15:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:05.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:15:05.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:05.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:15:05.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:15:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:15:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:15:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:15:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:15:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584060 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992441 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:15:05.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:15:05.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@a867616] :2025-07-18 15:15:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:15:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:15:18.706 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:15:24.808 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e is alive :2025-07-18 15:15:25.359 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:15:25.359 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:15:25.359 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:15:25.360 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:15:25.361 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:15:25.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:15:25.362 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:15:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:15:25.375 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:25.375 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:15:25.379 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:25.379 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:15:25.385 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:15:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:15:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:25.676 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:15:25.676 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:15:25.677 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:15:25.677 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584080 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992461 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:15:25.678 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:15:25.678 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@8424997] :2025-07-18 15:15:25.678 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:15:25.678 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:15:29.604 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:15:29.604 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:15:36.557 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@26cf9f41: (connection has passed maxLifetime) :2025-07-18 15:15:36.560 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (17179ce1-04cc-4deb-9b23-d69d17af5fe3) :2025-07-18 15:15:36.683 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (17179ce1-04cc-4deb-9b23-d69d17af5fe3) :2025-07-18 15:15:36.683 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a :2025-07-18 15:15:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:15:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:15:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:15:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:15:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:15:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:15:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:15:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:15:45.374 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:45.374 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:15:45.381 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:15:45.381 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:15:45.392 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:15:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:15:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:15:45.397 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:15:45.397 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:15:45.397 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:15:45.397 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584100 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:15:45.397 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:15:45.397 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7636fc44] :2025-07-18 15:15:45.398 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:15:45.398 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:15:53.712 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:15:55.878 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:15:59.617 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:15:59.617 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:16:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:16:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:16:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:16:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:16:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:16:05.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:16:05.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:16:05.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:05.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:16:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:05.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:16:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:16:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:16:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:16:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:16:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:16:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584120 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992501 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:16:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@56310cfe] :2025-07-18 15:16:05.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:05.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:06.285 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:16:14.482 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084 is alive :2025-07-18 15:16:16.088 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:16:24.879 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:16:25.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:16:25.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:16:25.358 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:16:25.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:16:25.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:16:25.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:16:25.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:16:25.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:25.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:25.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:16:25.378 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:25.378 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:16:25.385 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:16:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:16:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:16:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:16:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:16:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584140 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:16:25.388 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:25.388 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3f0ad736] :2025-07-18 15:16:25.388 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:25.389 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:29.629 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:16:29.629 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:16:42.672 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@110b2c1e: (connection has passed maxLifetime) :2025-07-18 15:16:42.673 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (e02a0dd8-f8b5-43ec-a1be-132be94fabbb) :2025-07-18 15:16:42.724 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (e02a0dd8-f8b5-43ec-a1be-132be94fabbb) :2025-07-18 15:16:42.724 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 :2025-07-18 15:16:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:16:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:16:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:16:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:16:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:16:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:16:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:16:45.358 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:16:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:16:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:16:45.358 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:16:45.359 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:16:45.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:16:45.359 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:16:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:16:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:16:45.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:45.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:45.375 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:45.375 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:16:45.380 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:16:45.380 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:16:45.386 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:45.386 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:45.386 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:16:45.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:16:45.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:16:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:16:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:16:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:16:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584160 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992541 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:16:45.391 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:16:45.391 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@10e189d] :2025-07-18 15:16:45.392 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:16:45.392 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:16:48.017 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f is alive :2025-07-18 15:16:59.642 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:16:59.643 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:17:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:17:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:17:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:17:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:17:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:17:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:17:05.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:17:05.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:17:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:05.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:17:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:05.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:17:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:17:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:17:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:17:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:17:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:17:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584180 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992561 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@42985435] :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:17:05.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:17:12.526 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@695bc879 is alive :2025-07-18 15:17:13.416 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:17:20.919 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@695bc879: (connection has passed maxLifetime) :2025-07-18 15:17:20.921 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (fb59d33f-483b-4b57-a01f-1278e1f84190) :2025-07-18 15:17:21.013 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (fb59d33f-483b-4b57-a01f-1278e1f84190) :2025-07-18 15:17:21.013 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 :2025-07-18 15:17:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:17:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:17:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:17:25.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:17:25.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:17:25.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:17:25.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:17:25.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:17:25.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:25.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:17:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:25.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:17:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:17:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:17:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:17:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584200 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992581 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:17:25.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:17:25.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@273ae3d7] :2025-07-18 15:17:25.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:17:25.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:17:29.647 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:17:29.647 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:17:30.870 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@23ea2084: (connection has passed maxLifetime) :2025-07-18 15:17:30.871 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (bee82c23-af2b-479d-9a63-2db746eb6cf7) :2025-07-18 15:17:30.970 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (bee82c23-af2b-479d-9a63-2db746eb6cf7) :2025-07-18 15:17:30.970 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 :2025-07-18 15:17:36.455 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:17:43.320 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:17:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:17:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:17:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:17:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:17:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:17:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:17:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:45.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:17:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:17:45.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:17:45.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:17:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:17:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:17:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584220 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992601 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:17:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:17:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1fd2cdcf] :2025-07-18 15:17:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:17:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:17:45.986 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3 is alive :2025-07-18 15:17:52.897 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:17:59.663 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:17:59.663 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:18:05.358 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:18:05.358 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:18:05.358 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:18:05.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:18:05.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:18:05.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:18:05.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:18:05.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:05.371 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:05.371 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:18:05.373 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:05.373 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:18:05.381 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:05.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:05.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:18:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:18:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:18:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:18:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:18:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584240 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992621 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:18:05.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:05.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64509ef] :2025-07-18 15:18:05.390 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:05.390 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:10.596 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6e41d61f: (connection has passed maxLifetime) :2025-07-18 15:18:10.597 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (483f5da4-fe4f-41c3-a29f-6b2a828ea80a) :2025-07-18 15:18:10.662 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (483f5da4-fe4f-41c3-a29f-6b2a828ea80a) :2025-07-18 15:18:10.662 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 :2025-07-18 15:18:19.003 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:18:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:18:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:18:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:18:25.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:18:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:18:25.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:18:25.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:18:25.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:25.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:25.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:18:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:25.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:18:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:18:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:18:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:18:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:18:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:18:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584260 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992641 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:18:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4bf5fe0c] :2025-07-18 15:18:25.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:25.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:26.609 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:18:29.675 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:18:29.676 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:18:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:18:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:45.369 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:45.369 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:18:45.373 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:18:45.373 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:18:45.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:45.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:45.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:18:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:18:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:18:45.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584280 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992661 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:18:45.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:18:45.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@70031d74] :2025-07-18 15:18:45.387 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:18:45.387 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:18:50.161 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:18:53.034 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@25e35af3: (connection has passed maxLifetime) :2025-07-18 15:18:53.035 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (2aa38bb2-c3ba-4ad0-a3af-061f5c96dc1c) :2025-07-18 15:18:53.145 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (2aa38bb2-c3ba-4ad0-a3af-061f5c96dc1c) :2025-07-18 15:18:53.145 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd :2025-07-18 15:18:59.681 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:18:59.682 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:19:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:19:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:19:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:19:05.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:19:05.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:19:05.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:19:05.355 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:19:05.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:19:05.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:05.364 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:19:05.370 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:05.370 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:19:05.376 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:19:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:19:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:19:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584300 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992681 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:19:05.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:19:05.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@157af59c] :2025-07-18 15:19:05.384 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:19:05.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:19:07.125 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:19:17.039 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:19:23.027 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:19:25.359 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:19:25.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:19:25.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:19:25.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:19:25.361 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:19:25.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:19:25.363 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:19:25.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:19:25.371 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:25.372 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:19:25.374 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:25.374 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:19:25.381 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:25.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:25.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:19:25.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:19:25.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:19:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:19:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:19:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584320 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992701 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:19:25.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:19:25.386 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5304f6ef] :2025-07-18 15:19:25.386 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:19:25.386 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:19:29.688 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:19:29.689 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:19:29.707 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:19:32.933 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:19:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:19:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:19:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:19:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:19:45.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:19:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:19:45.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:45.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:19:45.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:19:45.364 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:19:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:19:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:19:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:19:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584340 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992721 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:19:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:19:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@41c839be] :2025-07-18 15:19:45.384 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:19:45.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:19:59.699 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:19:59.699 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:20:04.855 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:20:05.359 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:20:05.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:20:05.359 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:20:05.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:20:05.361 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:20:05.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:20:05.361 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:20:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:05.367 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:05.367 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:20:05.378 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:05.378 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:20:05.387 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:05.387 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:05.387 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:20:05.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:20:05.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:05.404 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:20:05.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:20:05.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:20:05.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584360 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992741 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:20:05.405 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:05.407 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2f3b4bbf] :2025-07-18 15:20:05.408 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:05.408 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:10.493 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:20:13.121 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:20:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:20:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:20:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:20:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:20:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:20:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:20:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:20:25.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:20:25.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:25.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:20:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:20:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:20:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:20:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584380 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992761 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:20:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2d0c075] :2025-07-18 15:20:25.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:25.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:26.914 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:20:29.701 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:20:29.701 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:20:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:20:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:20:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:20:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:20:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:20:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:20:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:20:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:20:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:20:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:20:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:20:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:20:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:20:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:20:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:20:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:45.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:20:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:20:45.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:20:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:20:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:20:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:20:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584400 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992781 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@748c177d] :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:20:45.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:20:46.576 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:20:53.235 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:20:57.612 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:20:59.708 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:20:59.709 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:21:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:21:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:21:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:21:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:21:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:21:05.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:21:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:21:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:21:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:21:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:21:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584420 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:21:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:21:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@207d988e] :2025-07-18 15:21:05.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:21:05.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:21:06.519 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54 is alive :2025-07-18 15:21:15.084 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:21:22.538 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:21:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:21:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:21:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:21:25.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:21:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:21:25.492 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:25.492 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:21:25.499 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:25.499 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:25.499 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:21:25.499 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:21:25.499 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:21:25.507 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:21:25.508 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:21:25.508 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@28ab48d0] :2025-07-18 15:21:25.508 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:21:25.509 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:21:29.509 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@2c822c54: (connection has passed maxLifetime) :2025-07-18 15:21:29.510 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (035b7307-9d8f-4ec1-b10e-1ee218c1f318) :2025-07-18 15:21:29.562 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (035b7307-9d8f-4ec1-b10e-1ee218c1f318) :2025-07-18 15:21:29.562 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 :2025-07-18 15:21:29.715 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:21:29.715 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:21:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:21:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:21:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:45.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:21:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:21:45.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:21:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:21:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:21:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:21:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584460 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:21:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:21:45.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6a5b54b6] :2025-07-18 15:21:45.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:21:45.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:21:54.378 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:21:59.056 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:21:59.730 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:21:59.730 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:22:03.657 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:22:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:22:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:22:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:22:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:22:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:22:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:22:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:22:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:05.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:05.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:22:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:22:05.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:05.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:05.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:22:05.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:22:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:22:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:22:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:22:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584480 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:22:05.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:05.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f7634a4] :2025-07-18 15:22:05.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:05.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:07.239 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:22:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:22:25.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:22:25.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:22:25.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:22:25.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:22:25.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:25.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:22:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:22:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:22:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:22:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:22:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:22:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584500 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992881 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:22:25.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:25.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@41be081d] :2025-07-18 15:22:25.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:25.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:29.735 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:22:29.735 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:22:38.182 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:22:39.348 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:22:40.005 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:22:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:22:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:22:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:45.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:22:45.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:22:45.372 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:22:45.378 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:45.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:45.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:22:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:22:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:22:45.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584520 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:22:45.388 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:22:45.388 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a3d0715] :2025-07-18 15:22:45.389 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:22:45.389 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:22:59.750 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:22:59.750 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:23:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:23:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:23:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:23:05.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:23:05.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:23:05.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:23:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:05.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:23:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:05.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:23:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:23:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:23:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:23:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:23:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:23:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584540 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992921 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:23:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:23:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@52da0ab9] :2025-07-18 15:23:05.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:23:05.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:23:07.139 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:23:12.150 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:23:13.401 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:23:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:23:25.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:23:25.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:23:25.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:23:25.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:25.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:23:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:25.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:23:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:23:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:23:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:23:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:23:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:23:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584560 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:23:25.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:23:25.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6deeebdb] :2025-07-18 15:23:25.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:23:25.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:23:29.752 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:23:29.752 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:23:38.272 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:23:40.397 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:23:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:23:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:23:45.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:45.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:23:45.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:23:45.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:23:45.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:23:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:23:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:23:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:23:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:23:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:23:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584580 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992961 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:23:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:23:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@24965513] :2025-07-18 15:23:45.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:23:45.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:23:53.247 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:23:59.761 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:23:59.761 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:24:01.351 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:24:05.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:24:05.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:24:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:24:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:24:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:24:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:24:05.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:24:05.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:05.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:05.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:24:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:05.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:24:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:24:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:24:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:24:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:24:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:24:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584600 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7992981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:24:05.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:05.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@631fd5be] :2025-07-18 15:24:05.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:05.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:18.769 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:24:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:24:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:24:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:24:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:24:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:24:25.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:24:25.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:24:25.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:25.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:25.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:24:25.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:25.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:24:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:24:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:24:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:24:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:24:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:24:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584620 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993001 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:24:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5cb6ccf6] :2025-07-18 15:24:25.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:25.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:25.451 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:24:29.764 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:24:29.764 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:24:33.439 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:24:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:24:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:24:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:24:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:45.348 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:45.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:24:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:24:45.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:24:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:24:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:24:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:24:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584640 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:24:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:24:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@38e9db13] :2025-07-18 15:24:45.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:24:45.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:24:57.227 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:24:59.192 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:24:59.772 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:24:59.772 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:25:01.758 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:25:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:25:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:25:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:25:05.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:25:05.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:25:05.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:25:05.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:25:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:25:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:05.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:25:05.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:05.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:25:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:25:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:25:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:25:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:25:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:25:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584660 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993041 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:25:05.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:25:05.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5e789cad] :2025-07-18 15:25:05.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:25:05.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:25:17.128 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:25:22.159 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:25:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:25:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:25:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:25:25.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:25.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:25:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:25:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:25:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:25:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:25:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:25:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584680 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993061 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:25:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:25:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4e9280a7] :2025-07-18 15:25:25.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:25:25.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:25:29.778 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:25:29.778 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:25:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:25:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:25:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:25:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:25:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:25:45.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:45.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:25:45.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:25:45.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:25:45.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:45.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:25:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:25:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:25:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584700 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993081 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:25:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:25:45.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6ba40467] :2025-07-18 15:25:45.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:25:45.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:25:47.453 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:25:55.464 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:25:59.344 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:25:59.783 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:25:59.783 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:26:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:26:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:26:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:26:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:26:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:26:05.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:26:05.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:26:05.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:05.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:26:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:05.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:26:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:26:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:26:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:26:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:26:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:26:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584720 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993101 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:26:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@580835fc] :2025-07-18 15:26:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:05.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:11.565 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:26:25.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:26:25.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:26:25.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:26:25.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:26:25.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:25.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:25.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:26:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:25.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:26:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:26:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:26:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:26:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:26:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:26:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584740 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:26:25.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:25.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@f4fe8d3] :2025-07-18 15:26:25.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:25.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:26.870 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:26:29.784 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:26:29.784 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:26:41.062 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:26:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:26:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:45.347 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:26:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:26:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:26:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:26:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:26:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:26:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:26:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:26:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:45.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:26:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:26:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:26:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:26:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:26:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:26:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:26:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:26:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:26:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584760 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993141 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:26:45.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:26:45.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c2b42f6] :2025-07-18 15:26:45.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:26:45.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:26:51.253 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:26:51.361 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:26:53.869 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:26:59.799 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:26:59.799 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:27:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:27:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:27:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:27:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:27:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:27:05.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:27:05.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:27:05.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:05.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:27:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:05.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:27:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:27:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:27:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:27:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:27:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:27:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584780 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@413fb3a3] :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:06.044 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:27:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:27:25.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:27:25.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:27:25.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:27:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:27:25.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:27:25.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:27:25.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:25.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:27:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:27:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:27:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:27:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:27:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584800 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993181 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:27:25.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:25.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3d16feb5] :2025-07-18 15:27:25.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:25.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:29.812 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:27:29.812 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:27:39.920 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:27:41.661 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:27:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:27:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:27:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:27:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:27:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:27:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:45.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:45.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:27:45.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:27:45.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:27:45.365 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:45.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:45.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:45.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:27:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:27:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:27:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:27:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:27:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:27:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584820 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993201 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:27:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:27:45.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c1e946b] :2025-07-18 15:27:45.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:27:45.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:27:49.574 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:27:57.682 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:27:59.817 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:27:59.817 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:28:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:28:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:28:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:28:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:28:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:28:05.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:28:05.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:28:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:28:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:05.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:28:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:05.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:28:05.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:28:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:28:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:28:05.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584840 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993221 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:28:05.393 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:28:05.393 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3840501] :2025-07-18 15:28:05.393 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:28:05.394 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:28:20.309 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:28:24.905 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:28:25.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:28:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:28:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:28:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:28:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:28:25.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:28:25.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:28:25.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:28:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:25.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:28:25.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:25.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:28:25.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:28:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:28:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:28:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:28:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:28:25.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584860 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:28:25.388 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:28:25.388 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78101aa1] :2025-07-18 15:28:25.389 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:28:25.389 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:28:29.826 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:28:29.826 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:28:30.612 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:28:40.969 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:28:43.315 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:28:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:28:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:28:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:28:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:28:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:45.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:28:45.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:28:45.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:28:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:28:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:28:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:28:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584880 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993261 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:28:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:28:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5da0ab86] :2025-07-18 15:28:45.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:28:45.380 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:28:49.936 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:28:59.826 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:28:59.826 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:29:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:29:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:29:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:29:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:29:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:29:05.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:29:05.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:29:05.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:05.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:29:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:05.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:29:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:29:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:29:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:29:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:29:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:29:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584900 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7ef252cf] :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:05.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:20.502 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:29:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:29:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:29:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:29:25.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:29:25.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:29:25.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:29:25.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:29:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:29:25.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:25.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:29:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:29:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:29:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:29:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:29:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:29:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584920 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993301 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:29:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6a45d7a6] :2025-07-18 15:29:25.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:25.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:29.840 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:29:29.840 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:29:35.853 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:29:43.693 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:29:43.797 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:29:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:29:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:29:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:45.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:29:45.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:29:45.363 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:29:45.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:45.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:29:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:29:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:29:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:29:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:29:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:29:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584940 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993321 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:29:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:29:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5768a8c7] :2025-07-18 15:29:45.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:29:45.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:29:59.855 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:29:59.855 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:30:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:30:05.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:30:05.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:30:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:30:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:05.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:30:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:30:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:30:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:30:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:30:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:30:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584960 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993341 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:30:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:30:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@40b65c3d] :2025-07-18 15:30:05.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:30:05.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:30:07.345 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:30:08.739 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:30:13.735 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:30:25.359 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:30:25.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:30:25.361 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:30:25.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:30:25.361 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:30:25.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:30:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:25.365 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:30:25.368 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:25.368 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:30:25.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:25.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:25.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:30:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:30:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:30:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:30:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:30:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2584980 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993361 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:30:25.378 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:30:25.378 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@12b79a4a] :2025-07-18 15:30:25.379 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:30:25.379 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:30:29.869 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:30:29.869 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:30:30.582 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:30:33.831 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:30:35.377 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:30:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:30:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:30:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:30:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:30:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:30:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:30:45.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:30:45.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:30:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:45.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:30:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:30:45.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:30:45.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:30:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:30:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:30:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:30:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:30:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:30:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585000 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:30:45.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:30:45.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1ee4198f] :2025-07-18 15:30:45.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:30:45.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:30:59.876 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:30:59.876 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:31:01.077 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:31:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:31:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:31:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:31:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:31:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:31:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:31:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:31:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:05.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:31:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:31:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:31:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:31:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:31:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585020 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993401 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:31:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@75f6e402] :2025-07-18 15:31:05.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:05.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:31:25.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:25.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:31:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:25.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:31:25.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:31:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:31:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:31:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585040 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c0b48e5] :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:25.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:29.888 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:31:29.892 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:31:29.910 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:31:30.049 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:31:37.801 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:31:44.081 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:31:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:31:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:31:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:31:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:31:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:31:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:31:45.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:31:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:31:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:31:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:31:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:31:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:31:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:31:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585060 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993441 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:31:45.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:31:45.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@210678d3] :2025-07-18 15:31:45.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:31:45.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:31:52.564 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:31:59.899 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:31:59.899 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:32:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:32:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:32:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:32:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:32:05.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:05.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:32:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:32:05.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:32:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:32:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:32:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:32:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:32:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585080 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993461 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:32:05.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:32:05.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@58a11c9d] :2025-07-18 15:32:05.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:32:05.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:32:07.167 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:32:17.723 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:32:20.188 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:32:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:32:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:25.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:32:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:25.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:32:25.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:32:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:32:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:32:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585100 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78cf4804] :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:32:25.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:32:27.429 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:32:29.902 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:32:29.902 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:32:41.654 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f is alive :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:32:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:32:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:32:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:45.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:32:45.372 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:32:45.372 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:32:45.392 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:32:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:32:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:32:45.404 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:32:45.404 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:32:45.404 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:32:45.404 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585120 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993501 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:32:45.404 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:32:45.404 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@337fe0fd] :2025-07-18 15:32:45.405 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:32:45.405 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:32:59.904 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:32:59.905 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:33:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:33:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:33:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:33:05.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:33:05.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:33:05.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:05.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:33:05.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:05.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:33:05.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:33:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:33:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:33:05.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585140 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@44372ba6] :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:05.390 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:16.024 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:33:20.826 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:33:24.238 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:33:25.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:33:25.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:25.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:25.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:33:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:25.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:33:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:33:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:33:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:33:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585160 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993541 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@67d405b9] :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:25.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:29.375 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@41d2b62f: (connection has passed maxLifetime) :2025-07-18 15:33:29.376 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (8fa7c6b9-6f03-4aa9-9760-62936712f27c) :2025-07-18 15:33:29.454 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (8fa7c6b9-6f03-4aa9-9760-62936712f27c) :2025-07-18 15:33:29.454 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db :2025-07-18 15:33:29.906 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:33:29.906 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:33:31.911 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:33:36.389 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:33:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:33:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:33:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:33:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:33:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:33:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:33:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:33:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:45.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:45.342 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:33:45.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:33:45.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:33:45.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:33:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:33:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:33:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:33:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:33:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:33:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:33:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585180 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993561 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1eba76fe] :2025-07-18 15:33:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:33:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:45.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:33:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:33:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:33:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:33:59.908 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:33:59.908 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:34:00.606 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:34:01.605 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:34:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:34:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:34:05.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:34:05.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:34:05.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:34:05.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:05.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:34:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:05.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:34:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:34:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:34:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:34:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:34:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:34:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585200 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993581 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:34:05.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:34:05.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@66ba8ec6] :2025-07-18 15:34:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:34:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:34:09.789 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:34:19.491 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:34:25.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:34:25.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:34:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:34:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:34:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:34:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:34:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:34:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:34:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:34:25.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:25.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:34:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:34:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:34:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:34:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:34:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:34:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585220 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993601 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:34:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:34:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@212435e0] :2025-07-18 15:34:25.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:34:25.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:34:29.915 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:34:29.915 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:34:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:34:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:34:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:34:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:34:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:34:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:45.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:34:45.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:34:45.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:34:45.390 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:45.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:45.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:34:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:34:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:34:45.412 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:34:45.412 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:34:45.412 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:34:45.412 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585240 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993621 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:34:45.413 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:34:45.413 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59bbcc7] :2025-07-18 15:34:45.413 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:34:45.414 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:34:57.574 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:34:59.930 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:34:59.930 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:35:02.129 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:35:05.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:35:05.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:35:05.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:05.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:35:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:05.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:35:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:35:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:35:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:35:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585260 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993641 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:35:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:05.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@420db6a2] :2025-07-18 15:35:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:18.442 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:35:19.144 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:35:20.224 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:35:25.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:25.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:25.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:35:25.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:25.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:35:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:35:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:35:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:35:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:35:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:35:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585280 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993661 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:35:25.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:25.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@65519188] :2025-07-18 15:35:25.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:25.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:26.021 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:35:29.937 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:35:29.937 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:35:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:35:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:35:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:35:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:35:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:35:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:35:45.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:35:45.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:35:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:35:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:35:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585300 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993681 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@27c3055f] :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:35:45.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:35:45.493 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:35:54.034 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:35:59.388 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7 is alive :2025-07-18 15:35:59.953 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:35:59.953 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:36:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:36:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:36:05.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:36:05.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:36:05.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:36:05.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:05.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:36:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:05.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:36:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:36:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:36:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:36:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585320 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993701 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:36:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:36:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@39384564] :2025-07-18 15:36:05.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:36:05.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:36:11.547 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:36:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:36:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:36:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:36:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:36:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:36:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:36:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:36:25.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:36:25.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:25.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:36:25.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:25.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:36:25.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:36:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:36:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:36:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:36:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:36:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585340 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993721 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:36:25.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:36:25.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@77d5b74a] :2025-07-18 15:36:25.377 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:36:25.377 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:36:29.967 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:36:29.967 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:36:34.312 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:36:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:36:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:36:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:36:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:36:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:36:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:45.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:36:45.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:36:45.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:36:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:36:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:36:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:36:45.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:36:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:36:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:36:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585360 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993741 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:36:45.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:36:45.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f34509d] :2025-07-18 15:36:45.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:36:45.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:36:48.243 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:36:59.972 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:36:59.972 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:37:04.064 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:37:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:37:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:05.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:37:05.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:05.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:37:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:37:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:37:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:05.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:37:05.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:37:05.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:37:05.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585380 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993761 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:37:05.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:05.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5306f8bf] :2025-07-18 15:37:05.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:05.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:08.820 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:37:12.634 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:37:20.142 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe is alive :2025-07-18 15:37:24.108 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@56be3ca7: (connection has passed maxLifetime) :2025-07-18 15:37:24.109 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (52e98748-beeb-4b11-be15-74324c383c26) :2025-07-18 15:37:24.189 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (52e98748-beeb-4b11-be15-74324c383c26) :2025-07-18 15:37:24.189 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 :2025-07-18 15:37:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:37:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:37:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:37:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:37:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:37:25.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:37:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:37:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:25.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:25.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:37:25.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:25.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:37:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:37:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:37:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:37:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:37:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:37:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585400 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993781 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:37:25.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:25.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@55e89b96] :2025-07-18 15:37:25.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:25.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:29.377 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:37:29.980 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:37:29.980 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:37:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:37:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:37:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:37:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:37:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:37:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:37:45.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:37:45.363 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:37:45.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:37:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:37:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:37:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:37:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:37:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:37:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585420 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:37:45.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:37:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2b057ce7] :2025-07-18 15:37:45.376 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:37:45.376 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:37:47.477 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:37:59.993 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:37:59.993 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:38:03.607 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:38:05.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:38:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:38:05.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:38:05.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:38:05.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:38:05.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:05.342 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:38:05.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:05.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:38:05.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:38:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:38:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:38:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:38:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:38:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585440 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993821 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:38:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:38:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@501e7a35] :2025-07-18 15:38:05.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:38:05.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:38:11.051 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:38:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:38:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:38:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:38:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:38:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:38:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:38:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:38:25.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:38:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:38:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:38:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:38:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:38:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:38:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585460 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:38:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:38:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@442b9a20] :2025-07-18 15:38:25.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:38:25.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:38:30.007 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:38:30.007 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:38:33.067 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@47b0babe: (connection has passed maxLifetime) :2025-07-18 15:38:33.068 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (6cb773f9-459e-4cd8-8ec6-f57aeeb6adb1) :2025-07-18 15:38:33.145 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (6cb773f9-459e-4cd8-8ec6-f57aeeb6adb1) :2025-07-18 15:38:33.145 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f :2025-07-18 15:38:34.354 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:38:45.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:38:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:38:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:38:45.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:38:45.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:45.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:38:45.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:38:45.344 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:38:45.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:38:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:38:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:38:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:38:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:38:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:38:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585480 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4a2f0f3e] :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:38:45.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:38:47.889 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:38:58.508 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:39:00.019 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:39:00.019 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:39:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:39:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:39:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:39:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:39:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:39:05.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:39:05.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:39:05.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:05.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:39:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:39:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:39:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:39:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:39:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:39:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:39:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585500 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993881 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:39:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3dea3729] :2025-07-18 15:39:05.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:05.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:06.839 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:39:09.699 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:39:13.272 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:39:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:39:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:39:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:39:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:39:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:39:25.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:25.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:39:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:39:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:39:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:39:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:39:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585520 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:39:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:25.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c613b38] :2025-07-18 15:39:25.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:25.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:30.028 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:39:30.028 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:39:40.901 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:39:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:39:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:39:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:39:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:39:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:39:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:39:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:39:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:45.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:39:45.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:39:45.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:39:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:39:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:39:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:39:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:39:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:39:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:39:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585540 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993921 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:39:45.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:39:45.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b899dcf] :2025-07-18 15:39:45.378 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:39:45.378 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:39:47.787 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:39:55.665 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:40:00.043 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:40:00.043 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:40:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:40:05.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:40:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:40:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:40:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:40:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:40:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:40:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:40:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:40:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585560 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:40:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:40:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d6b8613] :2025-07-18 15:40:05.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:40:05.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:40:20.465 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:40:24.036 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:40:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:40:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:40:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:40:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:40:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:40:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:40:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:40:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:40:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:25.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:40:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:25.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:40:25.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:25.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:25.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:40:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:40:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:40:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:40:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:40:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585580 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993961 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@510c3006] :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:40:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:40:30.056 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:40:30.056 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:40:31.717 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:40:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:40:45.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:40:45.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:45.344 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:40:45.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:40:45.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:40:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:40:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:40:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:40:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:40:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:40:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:40:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585600 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7993981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6d2d5710] :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:40:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:40:48.189 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:40:55.213 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:40:57.159 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:41:00.064 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:41:00.064 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:41:01.041 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:41:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:41:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:41:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:41:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:41:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:41:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:41:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:41:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:41:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585620 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994001 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:41:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5d6d07e6] :2025-07-18 15:41:05.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:05.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:24.532 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a is alive :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:41:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:41:25.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:25.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:41:25.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:25.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:41:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:41:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:41:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:41:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:41:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:41:25.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585640 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:41:25.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:25.377 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@affa54a] :2025-07-18 15:41:25.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:25.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:30.068 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:41:30.068 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:41:34.324 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:41:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:41:45.348 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:41:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:41:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:45.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:41:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:41:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:41:45.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:41:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:41:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:41:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:41:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:41:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:41:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585660 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994041 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:41:45.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:41:45.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@dc1357c] :2025-07-18 15:41:45.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:41:45.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:41:47.724 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:42:00.077 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:42:00.077 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:42:05.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:42:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:05.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:05.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:42:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:05.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:42:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:42:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:42:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:42:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:42:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:42:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585680 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994061 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:42:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1cf86785] :2025-07-18 15:42:05.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:05.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:06.567 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:42:14.922 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:42:15.557 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:42:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:42:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:42:25.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:25.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:42:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:42:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:42:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:42:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585700 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994081 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:42:25.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:25.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5ef21b67] :2025-07-18 15:42:25.385 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:25.385 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:30.091 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:42:30.091 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:42:37.862 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:42:38.256 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7eeae52a: (connection has passed maxLifetime) :2025-07-18 15:42:38.256 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (0f8ec6cc-dd83-4e5f-a359-07db14edfb70) :2025-07-18 15:42:38.338 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (0f8ec6cc-dd83-4e5f-a359-07db14edfb70) :2025-07-18 15:42:38.339 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb :2025-07-18 15:42:40.719 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:42:41.050 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:42:45.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:45.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:45.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:42:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:42:45.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:42:45.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:45.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:45.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:42:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:42:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:42:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:42:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:42:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:42:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585720 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994101 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:42:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:42:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6369c8c] :2025-07-18 15:42:45.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:42:45.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:42:55.239 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:43:00.100 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:43:00.100 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:43:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:43:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:43:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:43:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:43:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:43:05.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:43:05.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:05.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:43:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:05.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:43:05.374 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:05.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:05.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:43:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:43:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:43:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:43:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:43:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585741 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:43:05.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:43:05.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7314de4e] :2025-07-18 15:43:05.383 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:43:05.383 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:43:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:43:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:43:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:43:25.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:25.367 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:43:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:43:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:43:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:43:25.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994141 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:43:25.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:43:25.381 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1495d6e1] :2025-07-18 15:43:25.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:43:25.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:43:27.753 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd is alive :2025-07-18 15:43:30.111 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:43:30.111 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:43:39.790 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:43:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:43:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:43:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:43:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:45.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:43:45.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:43:45.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:43:45.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:43:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:43:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:43:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:43:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:43:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:43:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585780 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:43:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:43:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@305c03d1] :2025-07-18 15:43:45.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:43:45.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:43:52.670 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:43:59.381 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:44:00.118 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:44:00.118 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:44:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:44:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:44:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:44:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:44:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:44:05.342 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:05.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:44:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:05.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:44:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:44:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:44:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:44:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585800 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994181 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@63c84fa9] :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:05.808 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:44:10.593 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6ad76bbd: (connection has passed maxLifetime) :2025-07-18 15:44:10.593 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (024fb6a2-ca05-42b1-98a9-79da475d2ba8) :2025-07-18 15:44:10.650 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (024fb6a2-ca05-42b1-98a9-79da475d2ba8) :2025-07-18 15:44:10.650 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e :2025-07-18 15:44:24.945 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:44:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:44:25.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:44:25.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:44:25.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:25.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:25.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:44:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:44:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:44:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:44:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:44:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585820 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994201 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4369878d] :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:25.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:26.234 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:44:27.544 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:44:30.121 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:44:30.121 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:44:35.129 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:44:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:44:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:44:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:44:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:44:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:44:45.376 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:44:45.376 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:44:45.382 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:45.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:45.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:44:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:44:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:44:45.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:44:45.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:44:45.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:44:45.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994221 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:44:45.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:44:45.390 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@54f0a1b7] :2025-07-18 15:44:45.390 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:44:45.390 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:44:49.453 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@33caf899 is alive :2025-07-18 15:45:00.136 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:45:00.136 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:45:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:45:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:45:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:45:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:45:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:45:05.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:05.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:45:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:45:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:45:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:45:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:45:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:45:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:45:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585860 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:45:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:45:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@66617d3d] :2025-07-18 15:45:05.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:45:05.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:45:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:45:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:45:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:45:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:45:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:45:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:45:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:45:25.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:45:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:45:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:25.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:45:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:45:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:45:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585880 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994261 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:45:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:45:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@68efda52] :2025-07-18 15:45:25.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:45:25.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:45:30.137 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:45:30.137 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:45:31.848 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@41414d67 is alive :2025-07-18 15:45:38.778 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12 is alive :2025-07-18 15:45:43.217 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@767ce305 is alive :2025-07-18 15:45:43.861 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@767ce305: (connection has passed maxLifetime) :2025-07-18 15:45:43.862 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (5520f642-c4c2-45e8-8125-b15f35c45ec9) :2025-07-18 15:45:43.907 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (5520f642-c4c2-45e8-8125-b15f35c45ec9) :2025-07-18 15:45:43.907 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 :2025-07-18 15:45:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:45:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:45:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:45:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:45:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:45:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:45:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:45:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:45:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:45.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:45:45.375 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:45:45.375 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:45:45.381 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:45.381 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:45.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:45:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:45:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:45:45.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:45:45.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:45:45.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:45:45.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:45:45.391 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:45:45.391 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@26db5718] :2025-07-18 15:45:45.392 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:45:45.392 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:45:48.209 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@41414d67: (connection has passed maxLifetime) :2025-07-18 15:45:48.209 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (51518e68-7a83-48f9-b7c4-644d4e033b0f) :2025-07-18 15:45:48.254 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (51518e68-7a83-48f9-b7c4-644d4e033b0f) :2025-07-18 15:45:48.255 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea :2025-07-18 15:45:56.457 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6ff63f12: (connection has passed maxLifetime) :2025-07-18 15:45:56.458 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (84e547bf-7739-4675-93d4-3db09c302ec8) :2025-07-18 15:45:56.526 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (84e547bf-7739-4675-93d4-3db09c302ec8) :2025-07-18 15:45:56.526 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 :2025-07-18 15:45:56.697 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:46:00.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:46:00.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:46:03.525 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:46:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:46:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:46:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:46:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:46:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:46:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:05.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:46:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:46:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:46:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:46:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:46:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:46:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585921 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994301 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:46:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b7125c5] :2025-07-18 15:46:05.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:05.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:46:08.833 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5329be88 is alive :2025-07-18 15:46:11.752 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:46:17.227 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:46:23.353 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@33caf899: (connection has passed maxLifetime) :2025-07-18 15:46:23.354 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (f3ee043b-c527-41e2-ae78-d0fdb6010ed4) :2025-07-18 15:46:23.397 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (f3ee043b-c527-41e2-ae78-d0fdb6010ed4) :2025-07-18 15:46:23.398 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:46:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:46:25.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:46:25.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:46:25.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:46:25.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:46:25.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:25.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:46:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:46:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:46:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:46:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:46:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:46:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994321 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:46:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@359e9b2c] :2025-07-18 15:46:25.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:25.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:46:30.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:46:30.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:46:31.917 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:46:34.076 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5329be88: (connection has passed maxLifetime) :2025-07-18 15:46:34.077 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (758c1346-7cbd-4da9-a018-e7617bf7ec1e) :2025-07-18 15:46:34.358 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (758c1346-7cbd-4da9-a018-e7617bf7ec1e) :2025-07-18 15:46:34.358 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@886c198 :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:46:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:46:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:46:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:46:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:46:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:46:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:46:45.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:46:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:46:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:46:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:46:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994342 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:46:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:46:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78fb767f] :2025-07-18 15:46:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:46:45.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:47:00.150 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:47:00.150 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:47:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:47:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:47:05.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:47:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:47:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:05.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:47:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:47:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:47:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:47:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:47:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:47:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2585981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994361 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:47:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:47:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@251f3bbf] :2025-07-18 15:47:05.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:47:05.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:47:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:47:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:47:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:47:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:47:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:47:25.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:47:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:47:25.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:47:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:25.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:47:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:25.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:47:25.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:47:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:47:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:47:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:47:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:47:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586000 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:47:25.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:47:25.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@617cb462] :2025-07-18 15:47:25.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:47:25.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:47:30.156 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:47:30.156 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:47:37.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 15:47:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:47:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:47:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:47:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:47:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:47:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:47:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:47:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:47:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:45.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:47:45.372 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:47:45.372 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:47:45.376 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:47:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:47:45.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:47:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:47:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:47:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:47:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994401 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:47:45.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:47:45.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5c14392f] :2025-07-18 15:47:45.381 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:47:45.382 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:47:45.462 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 15:47:46.906 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 15:47:47.585 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:47:56.404 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:47:57.259 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:48:00.157 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:48:00.157 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:48:00.338 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:48:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:48:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:48:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:48:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:48:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:48:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:48:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:48:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:05.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:48:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:05.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:48:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:48:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:48:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:48:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:48:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:48:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586040 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:48:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3eca1401] :2025-07-18 15:48:05.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:05.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:48:06.908 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:48:14.932 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:48:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:48:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:48:25.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:48:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:48:25.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:25.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:25.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:48:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:48:25.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:48:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:48:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:48:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:48:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:48:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994441 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:48:25.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:25.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@18019268] :2025-07-18 15:48:25.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:25.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:48:28.710 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:48:30.158 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:48:30.158 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:48:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:48:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:48:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:48:45.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:45.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:48:45.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:48:45.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:48:45.390 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:45.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:45.390 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:48:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:48:45.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:48:45.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:48:45.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:48:45.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:48:45.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994461 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:48:45.405 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:48:45.405 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@25ce39d4] :2025-07-18 15:48:45.406 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:48:45.406 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:49:00.171 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:49:00.171 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:49:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:49:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:49:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:49:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:49:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:49:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:05.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:49:05.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:05.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:49:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:49:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:49:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:49:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:49:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:49:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:49:05.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:49:05.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@605858c0] :2025-07-18 15:49:05.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:49:05.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:49:25.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:49:25.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:49:25.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:49:25.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:49:25.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:49:25.341 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:49:25.341 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:49:25.341 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:49:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:25.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:49:25.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:25.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:49:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:49:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:49:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:49:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:49:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:49:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994501 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:49:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:49:25.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2c97e1ea] :2025-07-18 15:49:25.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:49:25.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:49:30.183 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:49:30.183 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:49:31.089 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 15:49:37.273 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:49:37.278 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 15:49:38.471 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:49:42.659 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 15:49:42.768 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:49:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:49:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:49:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:49:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:49:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:49:45.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:45.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:49:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:49:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:49:45.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:49:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:49:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:49:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:49:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:49:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3cc93ae3] :2025-07-18 15:49:45.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:49:45.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:49:49.279 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:49:55.505 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 15:49:56.590 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:50:00.186 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:50:00.186 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:50:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:50:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:50:05.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:50:05.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:50:05.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:05.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:50:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:05.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:50:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:50:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:50:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:50:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:50:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:50:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994541 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:50:05.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:05.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@285a6089] :2025-07-18 15:50:05.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:05.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:50:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:50:25.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:50:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:50:25.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:50:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:50:25.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:50:25.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:50:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:50:25.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:25.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:50:25.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:50:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:50:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:50:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:50:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:50:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:50:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@af4b476] :2025-07-18 15:50:25.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:25.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:50:25.499 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:50:30.194 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:50:30.194 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:50:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:50:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:50:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:50:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:50:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:50:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:50:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:50:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:50:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:50:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:45.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:50:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:45.348 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:50:45.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:45.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:50:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:50:45.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:50:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:50:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:50:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:50:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994581 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@65241c32] :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:50:45.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:51:00.199 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:51:00.199 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:51:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:51:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:51:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:51:05.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:51:05.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:51:05.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:51:05.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:51:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:51:05.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:05.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:51:05.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:05.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:51:05.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:51:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:51:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:51:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:51:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:51:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4d2eea99] :2025-07-18 15:51:05.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:51:05.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:51:14.198 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:51:24.669 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:51:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:51:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:51:25.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:51:25.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:51:25.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:51:25.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:51:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:51:25.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:25.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:51:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:51:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:51:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:51:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:51:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:51:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994621 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:51:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:51:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4a86457d] :2025-07-18 15:51:25.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:51:25.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:51:27.647 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 15:51:28.290 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:51:29.358 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:51:30.211 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:51:30.211 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:51:36.085 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 15:51:39.859 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 15:51:42.163 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:51:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:51:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:51:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:51:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:51:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:51:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:51:45.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:51:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:51:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:45.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:51:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:51:45.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:51:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:51:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:51:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:51:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994641 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:51:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:51:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@74e58193] :2025-07-18 15:51:45.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:51:45.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:51:46.274 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:52:00.216 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:52:00.216 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:52:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:52:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:52:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:52:05.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:52:05.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:52:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:05.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:52:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:05.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:52:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:52:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:52:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:52:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:52:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:52:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994661 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:52:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@61fa270a] :2025-07-18 15:52:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:22.284 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:52:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:52:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:52:25.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:52:25.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:52:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:25.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:25.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:52:25.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:25.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:52:25.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:52:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:52:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:25.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:52:25.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:52:25.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:52:25.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586301 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994681 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:52:25.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:25.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@68071555] :2025-07-18 15:52:25.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:25.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:30.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:52:30.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:52:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:52:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:52:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:52:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:52:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:52:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:52:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:52:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:52:45.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:52:45.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:52:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:52:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:52:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:52:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:52:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:52:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:52:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:45.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:52:45.377 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:52:45.377 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:52:45.388 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:45.388 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:45.388 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:52:45.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:52:45.388 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:52:45.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:52:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:52:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:52:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586321 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994702 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:52:45.392 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:52:45.392 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@64bac7dd] :2025-07-18 15:52:45.392 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:52:45.392 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:52:51.122 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:53:00.234 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:53:00.234 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:53:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:53:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:53:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:53:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:53:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:53:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:53:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:53:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:05.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:53:05.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:05.363 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:53:05.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:53:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:53:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:53:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:53:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:53:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586341 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994721 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:53:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@36e3442] :2025-07-18 15:53:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:05.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:53:13.804 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:53:16.703 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 15:53:18.020 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 15:53:18.253 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 15:53:20.237 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:53:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:53:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:53:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:53:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:53:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:53:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:53:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:53:25.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:53:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:25.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:53:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:53:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:53:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:53:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586361 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994742 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:53:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1e50ec24] :2025-07-18 15:53:25.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:25.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:53:30.236 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:53:30.236 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:53:35.049 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:53:35.948 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:53:37.179 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 15:53:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:53:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:53:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:53:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:53:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:53:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:53:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:53:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:45.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:53:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:53:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:53:45.357 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:53:45.358 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:53:45.359 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:53:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:53:45.359 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:53:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:53:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:45.359 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:53:45.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:45.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:53:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:53:45.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:53:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:53:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:53:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:53:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:53:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:53:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:53:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586381 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994761 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:53:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:53:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b20fe08] :2025-07-18 15:53:45.376 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:53:45.376 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:54:00.237 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:54:00.237 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:54:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:54:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:54:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:54:05.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:54:05.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:54:05.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:54:05.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:54:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:54:05.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:05.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:54:05.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:05.365 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:54:05.376 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:54:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:54:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:05.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:54:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:54:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:54:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994782 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:54:05.382 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:54:05.382 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@21732c10] :2025-07-18 15:54:05.383 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:54:05.383 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:54:19.076 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:54:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:54:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:54:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:54:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:54:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:54:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:54:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:54:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:54:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:25.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:54:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:25.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:54:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:54:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:54:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586421 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994801 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:54:25.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:54:25.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@165a63e0] :2025-07-18 15:54:25.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:54:25.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:54:28.055 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:54:30.239 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:54:30.239 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:54:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:54:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:54:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:54:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:54:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:54:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:45.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:54:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:54:45.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:54:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:54:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:54:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:54:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:54:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:54:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:54:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:54:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:54:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@538f7351] :2025-07-18 15:54:45.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:54:45.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:54:57.276 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 15:54:59.311 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:55:00.253 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:55:00.253 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:55:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:55:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:55:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:55:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:55:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:55:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:55:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:55:05.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:05.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:55:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:55:05.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:55:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:05.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:55:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:55:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:55:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:55:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586461 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994841 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:55:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1511dcac] :2025-07-18 15:55:05.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:05.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:55:08.402 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 15:55:11.118 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:55:11.845 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 15:55:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:55:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:55:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:55:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:55:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:55:25.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:55:25.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:55:25.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:25.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:55:25.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:25.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:55:25.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:55:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:55:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586481 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994861 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@373010ba] :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:25.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:55:25.625 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:55:27.947 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:55:30.257 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:55:30.257 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:55:34.383 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:55:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:55:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:55:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:55:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:55:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:55:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:55:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:55:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:55:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:55:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:55:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:55:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:55:45.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:45.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:55:45.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:55:45.364 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:55:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:55:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:55:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:55:45.397 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:55:45.397 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:55:45.398 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:55:45.398 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586501 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994882 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:55:45.399 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:55:45.399 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@16500e70] :2025-07-18 15:55:45.400 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:55:45.400 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:56:00.259 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:56:00.259 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:56:04.981 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:56:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:56:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:56:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:56:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:56:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:56:05.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:56:05.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:56:05.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:56:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:05.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:56:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:05.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:56:05.376 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:05.376 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:56:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:56:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:05.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:56:05.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:56:05.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:56:05.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586521 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994901 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:56:05.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:56:05.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@297ee7b9] :2025-07-18 15:56:05.384 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:56:05.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:56:15.869 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:56:25.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:56:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:56:25.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:56:25.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:56:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:56:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:56:25.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:25.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:56:25.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:56:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:56:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:56:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:56:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:56:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586541 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994922 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:56:25.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:56:25.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4f358d66] :2025-07-18 15:56:25.377 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:56:25.377 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:56:30.264 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:56:30.264 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:56:37.857 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 15:56:44.824 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:56:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:56:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:56:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:56:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:56:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:56:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:45.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:56:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:56:45.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:56:45.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:56:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:56:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:56:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:56:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:56:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:56:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586561 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994941 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:56:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:56:45.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d74933e] :2025-07-18 15:56:45.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:56:45.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:56:58.779 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 15:57:00.274 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:57:00.274 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:57:02.006 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:57:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:57:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:57:05.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:57:05.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:57:05.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:05.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:05.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:57:05.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:05.364 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:57:05.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:57:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:57:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:57:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586581 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994962 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:57:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:05.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@54f81e1] :2025-07-18 15:57:05.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:05.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:57:05.429 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 15:57:15.305 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db is alive :2025-07-18 15:57:20.826 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:57:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:57:25.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:57:25.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:57:25.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:25.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:57:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:25.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:57:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:57:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:57:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:57:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586601 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7994981 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:57:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3cdda317] :2025-07-18 15:57:25.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:25.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:57:30.278 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:57:30.278 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:57:31.678 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 15:57:41.913 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:57:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:57:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:57:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:45.344 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:57:45.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:45.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:57:45.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:57:45.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:57:45.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:57:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:57:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:57:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:57:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:57:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:57:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586621 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995002 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:57:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:57:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1cfda365] :2025-07-18 15:57:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:57:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:00.293 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:58:00.293 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:58:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:58:05.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:58:05.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:58:05.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:58:05.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:58:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:05.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:58:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:05.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:58:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:58:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:58:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:58:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586641 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995021 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:58:05.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:58:05.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@103c74d8] :2025-07-18 15:58:05.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:58:05.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:12.667 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 15:58:18.429 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 15:58:22.973 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4f18e5db: (connection has passed maxLifetime) :2025-07-18 15:58:22.974 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (5a449cf5-1e56-4272-9d59-be77fcd793b6) :2025-07-18 15:58:23.019 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (5a449cf5-1e56-4272-9d59-be77fcd793b6) :2025-07-18 15:58:23.019 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 :2025-07-18 15:58:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:58:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:58:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:58:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:58:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:58:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:58:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:58:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:58:25.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:25.340 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:58:25.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:25.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:58:25.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:25.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:25.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:58:25.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:58:25.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:25.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:58:25.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:58:25.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:58:25.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586661 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995042 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:58:25.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:58:25.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d853357] :2025-07-18 15:58:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:58:25.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:30.294 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:58:30.294 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:58:30.330 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 15:58:45.410 DEBUG XNIO-1 I/O-15 i.u.request: Timing out idle connection from /169.254.32.119:52131 :2025-07-18 15:58:45.485 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:58:45.485 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:58:45.486 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:58:45.487 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:58:45.488 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:58:45.488 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:58:45.488 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:58:45.488 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:58:45.495 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:45.495 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:58:45.498 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:58:45.498 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:58:45.517 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:45.517 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:45.517 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:58:45.517 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:58:45.518 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:58:45.519 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 15:58:45.519 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 15:58:45.519 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 15:58:45.523 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 15:58:45.523 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 15:58:45.524 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 15:58:45.524 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 15:58:45.524 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:58:45.524 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:58:45.524 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 15:58:45.525 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:58:45.525 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:45.528 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:58:45.528 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:58:45.529 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:58:45.529 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586681 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995062 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:58:45.529 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:58:45.530 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e3259e1] :2025-07-18 15:58:45.530 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:58:45.530 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:58:49.175 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 15:58:53.043 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 15:58:59.026 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 15:59:00.297 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:59:00.297 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:59:05.400 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:59:05.400 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:59:05.400 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:59:05.403 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:59:05.403 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:59:05.403 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:59:05.404 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:59:05.404 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:59:05.432 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:05.432 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:59:05.440 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:05.440 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:59:05.473 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:05.473 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:05.473 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:59:05.474 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:59:05.474 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:05.482 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:59:05.482 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:59:05.482 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:59:05.482 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586701 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995082 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:59:05.483 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:59:05.484 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5e0f61a9] :2025-07-18 15:59:05.485 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:59:05.494 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:59:14.053 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 15:59:18.851 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 15:59:25.382 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:59:25.383 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:59:25.383 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:59:25.384 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:59:25.386 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:59:25.386 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:59:25.386 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:59:25.387 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:59:25.389 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:25.389 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:59:25.392 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:25.392 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:59:25.732 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:25.732 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:25.732 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:59:25.732 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:59:25.732 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:25.762 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:59:25.763 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:59:25.763 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:59:25.763 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586721 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995102 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:59:25.763 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:59:25.764 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5e9a9dfa] :2025-07-18 15:59:25.764 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:59:25.764 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:59:28.875 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 15:59:30.298 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 15:59:30.298 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 15:59:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 15:59:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 15:59:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 15:59:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 15:59:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 15:59:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 15:59:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 15:59:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 15:59:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:45.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:59:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 15:59:45.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 15:59:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:45.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 15:59:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 15:59:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 15:59:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 15:59:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 15:59:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 15:59:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586741 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995121 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 15:59:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 15:59:45.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@a0bb1a2] :2025-07-18 15:59:45.380 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 15:59:45.380 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 15:59:59.001 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:00:00.311 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:00:00.311 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:00:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:00:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:00:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:00:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:00:05.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:00:05.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:00:05.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:00:05.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:05.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:05.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:00:05.377 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:05.378 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:00:05.386 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:05.387 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:05.387 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:00:05.387 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:00:05.387 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:05.407 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:00:05.407 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:00:05.408 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:00:05.408 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995142 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:00:05.409 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:05.409 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@31ac5eb2] :2025-07-18 16:00:05.409 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:05.409 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:09.451 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 16:00:13.700 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:00:15.849 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 16:00:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:00:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:00:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:00:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:00:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:00:25.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:00:25.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:00:25.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:25.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:00:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:00:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:00:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:00:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:00:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:00:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:00:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586781 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995161 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:00:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:25.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@141501b7] :2025-07-18 16:00:25.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:25.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:30.323 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:00:30.323 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:00:39.556 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 16:00:43.934 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:00:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:00:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:00:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:00:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:00:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:45.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:00:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:00:45.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:00:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:00:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:00:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:00:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586801 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995182 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:00:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:00:45.366 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@418e0ff1] :2025-07-18 16:00:45.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:00:45.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:00:52.609 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:00:55.780 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:01:00.327 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:01:00.327 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:01:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:01:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:01:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:01:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:01:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:01:05.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:01:05.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:01:05.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:01:05.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:05.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:01:05.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:05.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:01:05.408 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:05.408 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:05.408 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:01:05.408 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:01:05.408 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:05.423 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:01:05.423 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:01:05.423 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:01:05.424 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586821 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995202 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@22e29a6] :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:01:05.424 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:01:06.932 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 16:01:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:01:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:01:25.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:01:25.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:01:25.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:25.346 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:01:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:25.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:01:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:01:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:01:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:01:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:01:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:01:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995222 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:01:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:01:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@34ac1256] :2025-07-18 16:01:25.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:01:25.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:01:26.074 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 16:01:30.328 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:01:30.328 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:01:39.570 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:01:45.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:01:45.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:01:45.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:45.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:01:45.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:01:45.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:01:45.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:45.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:01:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:01:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:01:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:01:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:01:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:01:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586861 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995241 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:01:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:01:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4740e7ef] :2025-07-18 16:01:45.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:01:45.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:00.331 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:02:00.331 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:02:01.379 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807 is alive :2025-07-18 16:02:04.385 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:02:05.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:02:05.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:05.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:05.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:02:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:05.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:02:05.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:05.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:02:05.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:02:05.390 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586881 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995262 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:02:05.390 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:05.391 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@933aa56] :2025-07-18 16:02:05.391 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:05.391 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:06.242 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 16:02:06.487 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5e9e4807: (connection has passed maxLifetime) :2025-07-18 16:02:06.488 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (0227d8a4-bdfb-496a-acc6-b34ef402ff27) :2025-07-18 16:02:06.539 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (0227d8a4-bdfb-496a-acc6-b34ef402ff27) :2025-07-18 16:02:06.539 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:02:25.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:02:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:02:25.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:02:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:02:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:02:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:25.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:25.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:02:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:25.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:02:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:25.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:02:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:02:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:02:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:02:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:02:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995281 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:02:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@22460cd8] :2025-07-18 16:02:25.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:25.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:29.924 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 16:02:30.346 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:02:30.346 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:02:32.722 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:02:34.814 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 16:02:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:02:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:02:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:45.344 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:45.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:02:45.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:02:45.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:02:45.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:02:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:02:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:02:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:02:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:02:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:02:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586921 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995302 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:02:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:02:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@379bf936] :2025-07-18 16:02:45.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:02:45.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:02:46.194 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:02:59.819 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 16:03:00.347 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:03:00.347 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:03:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:03:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:03:05.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:03:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:05.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:03:05.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:05.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:03:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:03:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:03:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:03:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995322 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:03:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:05.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d51e1ca] :2025-07-18 16:03:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:05.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:20.145 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:03:23.271 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:03:25.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:03:25.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:03:25.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:03:25.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:03:25.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:25.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:25.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:03:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:03:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:03:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:03:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:03:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:03:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:03:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995341 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:03:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@298c1e7a] :2025-07-18 16:03:25.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:25.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:30.353 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:03:30.353 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:03:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:03:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:03:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:03:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:03:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:03:45.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:03:45.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:03:45.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:45.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:45.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:03:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:03:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:03:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:03:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:03:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:03:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:03:45.357 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:03:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:03:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:03:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:03:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:03:45.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:45.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:03:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:03:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:03:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:03:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:03:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:03:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2586981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995362 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:03:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:03:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1b54b6d0] :2025-07-18 16:03:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:03:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:03:51.491 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:03:55.073 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:04:00.355 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:04:00.355 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:04:03.026 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:04:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:04:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:04:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:04:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:04:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:04:05.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:04:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:04:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:04:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:04:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:04:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:04:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587001 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995381 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:04:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:04:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3aed8eb0] :2025-07-18 16:04:05.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:04:05.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:04:09.661 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:04:20.304 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 16:04:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:04:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:04:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:04:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:04:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:04:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:04:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:04:25.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:04:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:25.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:04:25.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:25.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:04:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:04:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:04:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:04:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:04:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:04:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995402 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:04:25.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:04:25.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@28a78508] :2025-07-18 16:04:25.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:04:25.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:04:25.692 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 16:04:30.360 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:04:30.360 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:04:39.785 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:04:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:04:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:04:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:04:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:04:45.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:45.342 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:04:45.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:04:45.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:04:45.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:45.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:45.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:04:45.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:04:45.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:04:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:04:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:04:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:04:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587041 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995421 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:04:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:04:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@cf8a75f] :2025-07-18 16:04:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:04:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:04:52.705 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 16:05:00.364 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:05:00.364 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:05:00.726 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:05:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:05:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:05:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:05:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:05:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:05:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:05:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:05:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:05.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:05.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:05:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:05:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:05:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:05:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:05:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:05:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:05:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995442 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:05:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:05.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c6c9b58] :2025-07-18 16:05:05.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:05.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:20.478 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:05:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:05:25.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:25.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:25.363 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:05:25.374 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:25.374 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:05:25.383 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:25.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:25.383 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:05:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:05:25.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:05:25.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:05:25.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:05:25.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995462 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:05:25.394 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:25.394 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@30c5c861] :2025-07-18 16:05:25.395 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:25.395 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:30.368 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:05:30.368 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:05:36.443 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:05:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:05:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:05:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:05:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:05:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:05:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:05:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:45.356 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:05:45.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:05:45.356 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:05:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:05:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:05:45.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:45.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:45.368 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:45.368 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:05:45.372 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:05:45.372 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:05:45.378 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:45.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:45.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:05:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:05:45.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:05:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:05:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:05:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:05:45.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995481 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:05:45.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:05:45.383 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6e87441b] :2025-07-18 16:05:45.383 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:05:45.383 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:05:45.757 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:05:46.591 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:05:59.816 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb is alive :2025-07-18 16:06:00.372 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:06:00.372 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:06:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:06:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:06:05.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:06:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:06:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:06:05.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:06:05.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:06:05.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:06:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:05.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:06:05.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:05.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:06:05.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:05.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:05.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:06:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:06:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:06:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:06:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:06:05.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995502 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:06:05.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:06:05.377 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1754ceec] :2025-07-18 16:06:05.378 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:06:05.378 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:06:10.680 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 16:06:16.571 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 16:06:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:06:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:06:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:06:25.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:06:25.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:06:25.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:06:25.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:06:25.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:06:25.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:25.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:06:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:25.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:06:25.373 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:06:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:06:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:06:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:06:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:06:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995521 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:06:25.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:06:25.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@65a02dbf] :2025-07-18 16:06:25.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:06:25.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:06:30.384 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:06:30.384 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:06:33.385 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:06:41.295 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:06:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:06:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:06:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:06:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:06:45.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:45.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:06:45.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:06:45.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:06:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:06:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:06:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:06:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:06:45.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:06:45.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:06:45.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995542 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:06:45.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:06:45.380 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@14abb2] :2025-07-18 16:06:45.381 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:06:45.381 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:06:45.586 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 16:07:00.386 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:07:00.386 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:07:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:07:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:07:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:07:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:07:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:07:05.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:07:05.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:07:05.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:05.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:07:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:05.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:07:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:07:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:07:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:07:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5972e30b] :2025-07-18 16:07:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:07:17.681 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 16:07:21.388 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:07:23.533 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:07:24.612 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@3d5680eb: (connection has passed maxLifetime) :2025-07-18 16:07:24.613 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (15d4e65e-a8ed-470f-99c6-0d56596207de) :2025-07-18 16:07:24.683 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (15d4e65e-a8ed-470f-99c6-0d56596207de) :2025-07-18 16:07:24.683 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@77224076 :2025-07-18 16:07:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:07:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:07:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:07:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:07:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:07:25.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:07:25.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:07:25.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:25.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:25.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:07:25.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:25.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:07:25.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:07:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:07:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:07:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:07:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:07:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995582 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:07:25.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:25.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59350fd5] :2025-07-18 16:07:25.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:25.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:07:30.389 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:07:30.389 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:07:36.443 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:07:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:07:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:07:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:07:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:07:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:07:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:07:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:07:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:45.347 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:07:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:45.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:07:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:07:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:07:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:07:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:07:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:07:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:07:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:07:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:07:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:07:45.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:07:45.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@51289def] :2025-07-18 16:07:45.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:07:45.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:00.390 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:08:00.390 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:08:01.057 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:08:05.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:08:05.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:08:05.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:08:05.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:08:05.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:05.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:08:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:05.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:08:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:08:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:08:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:08:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:08:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:08:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995622 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:08:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:05.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6c584d6f] :2025-07-18 16:08:05.368 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:05.368 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:07.457 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f is alive :2025-07-18 16:08:16.215 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7ac9e58f: (connection has passed maxLifetime) :2025-07-18 16:08:16.217 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (c5d11bd9-56e6-4dbc-b420-e82faea3bba7) :2025-07-18 16:08:16.305 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (c5d11bd9-56e6-4dbc-b420-e82faea3bba7) :2025-07-18 16:08:16.305 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 :2025-07-18 16:08:21.874 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:08:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:08:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:08:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:08:25.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:08:25.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:08:25.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:08:25.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:08:25.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:25.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:25.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:08:25.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:25.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:08:25.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:25.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:25.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:08:25.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:08:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:08:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:08:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:08:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995642 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:08:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:25.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3a30dcfc] :2025-07-18 16:08:25.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:25.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:26.968 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:08:30.402 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:08:30.402 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:08:38.467 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 16:08:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:08:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:08:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:08:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:08:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:08:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:08:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:08:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:45.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:45.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:08:45.360 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:08:45.361 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:08:45.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:08:45.361 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:08:45.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:08:45.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:45.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:08:45.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:45.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:08:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:08:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:08:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:08:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:08:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:08:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:08:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995662 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:08:45.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:08:45.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6ea68148] :2025-07-18 16:08:45.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:08:45.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:09:00.412 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:09:00.412 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:09:00.473 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:09:02.409 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:09:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:09:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:09:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:09:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:09:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:09:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:09:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:09:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:09:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:05.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:09:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:05.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:09:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:09:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:09:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:09:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587301 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995682 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:09:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:09:05.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@953852b] :2025-07-18 16:09:05.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:09:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:09:06.337 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:09:14.879 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea is alive :2025-07-18 16:09:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:09:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:09:25.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:09:25.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:09:25.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:09:25.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:09:25.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:09:25.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:09:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:25.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:09:25.367 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:25.367 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:09:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:09:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:09:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:09:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:09:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:09:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587321 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995701 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:09:25.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:09:25.376 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4421afb9] :2025-07-18 16:09:25.376 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:09:25.376 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:09:27.127 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:09:30.415 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:09:30.415 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:09:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:09:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:09:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:09:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:09:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:09:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:09:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:09:45.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:45.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:09:45.375 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:09:45.375 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:09:45.393 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:45.393 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:45.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:09:45.393 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:09:45.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:09:45.399 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:09:45.399 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:09:45.399 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:09:45.399 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587341 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995722 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:09:45.400 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:09:45.400 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5f3fe0a8] :2025-07-18 16:09:45.400 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:09:45.400 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:09:51.424 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 16:09:55.830 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@10bdeaea: (connection has passed maxLifetime) :2025-07-18 16:09:55.831 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (c4bf3d82-c517-473e-b72a-3013a2a08b9f) :2025-07-18 16:09:55.944 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (c4bf3d82-c517-473e-b72a-3013a2a08b9f) :2025-07-18 16:09:55.945 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 :2025-07-18 16:10:00.430 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:10:00.430 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:10:02.448 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:10:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:10:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:10:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:10:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:10:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:10:05.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:10:05.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:10:05.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:05.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:10:05.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:05.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:10:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:10:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:10:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:10:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:10:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:10:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587361 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995741 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:10:05.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:05.378 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6ce17741] :2025-07-18 16:10:05.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:05.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:16.077 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:10:20.559 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:10:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:10:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:10:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:10:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:10:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:10:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:10:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:10:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:25.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:25.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:10:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:25.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:10:25.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:25.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:10:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:10:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:10:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:10:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:10:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587381 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995762 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:10:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:25.372 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f5113e1] :2025-07-18 16:10:25.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:25.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:30.444 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:10:30.444 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:10:31.357 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 16:10:37.401 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:10:40.127 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:10:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:10:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:10:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:10:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:10:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:10:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:10:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:10:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:45.349 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:10:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:10:45.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:10:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:10:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:10:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:10:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:10:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:10:45.362 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:45.362 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:10:45.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:10:45.365 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:10:45.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:10:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:10:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:10:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:10:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:10:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:10:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995782 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:10:45.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:10:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@355cd5e2] :2025-07-18 16:10:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:10:45.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:10:51.282 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:11:00.456 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:11:00.456 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:11:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:11:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:11:05.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:11:05.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:11:05.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:11:05.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:11:05.355 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:11:05.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:11:05.369 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:05.369 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:11:05.371 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:05.371 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:11:05.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:05.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:05.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:11:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:11:05.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:11:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:11:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:11:05.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587421 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995802 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:11:05.382 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:11:05.382 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2583190e] :2025-07-18 16:11:05.383 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:11:05.383 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:11:17.807 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:11:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:11:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:11:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:11:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:11:25.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:11:25.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:11:25.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:11:25.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:11:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:25.365 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:11:25.368 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:25.369 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:11:25.374 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:11:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:11:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:25.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:11:25.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:11:25.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:11:25.393 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:11:25.394 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:11:25.394 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@67cc89b] :2025-07-18 16:11:25.394 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:11:25.394 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:11:30.464 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:11:30.464 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:11:41.802 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646 is alive :2025-07-18 16:11:43.028 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:11:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:11:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:11:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:11:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:11:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:11:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:11:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:11:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:11:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:11:45.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:11:45.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:11:45.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:11:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:11:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:11:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:11:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:11:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:11:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587461 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995842 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:11:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:11:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@9cd225f] :2025-07-18 16:11:45.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:11:45.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:11:50.743 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:12:00.478 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:12:00.478 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:12:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:12:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:12:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:12:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:12:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:12:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:12:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:12:05.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:12:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:12:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:12:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:12:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:12:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:12:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:12:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587481 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995862 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:12:05.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:05.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6ee40f9d] :2025-07-18 16:12:05.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:05.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:12:14.143 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:12:14.334 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a is alive :2025-07-18 16:12:15.834 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:12:17.854 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:12:24.239 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e is alive :2025-07-18 16:12:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:12:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:12:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:12:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:12:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:12:25.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:12:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:12:25.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:25.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:25.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:12:25.368 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:25.368 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:12:25.374 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:25.374 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:12:25.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:12:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:12:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:12:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:12:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587501 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995882 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:12:25.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:25.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@75abdfc3] :2025-07-18 16:12:25.380 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:25.380 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:12:30.491 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:12:30.491 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:12:36.231 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:12:38.917 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@25093a9a: (connection has passed maxLifetime) :2025-07-18 16:12:38.919 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (17f3d851-29ae-4694-8a46-e156afe00786) :2025-07-18 16:12:38.983 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (17f3d851-29ae-4694-8a46-e156afe00786) :2025-07-18 16:12:38.984 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 :2025-07-18 16:12:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:12:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:12:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:12:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:12:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:12:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:12:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:12:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:12:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:12:45.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:12:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:12:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:45.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:12:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:45.362 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:12:45.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:12:45.365 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:12:45.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:12:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:12:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:12:45.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:12:45.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:12:45.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:12:45.376 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587521 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995902 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:12:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:12:45.376 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@46b3b21e] :2025-07-18 16:12:45.376 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:12:45.376 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:00.504 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:13:00.504 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:13:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:13:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:13:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:13:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:13:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:13:05.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:13:05.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:13:05.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:13:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:13:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:05.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:13:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:13:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:13:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:13:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587541 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995922 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:13:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:13:05.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6bb5e150] :2025-07-18 16:13:05.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:13:05.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:08.490 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:13:20.885 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1fcbb646: (connection has passed maxLifetime) :2025-07-18 16:13:20.886 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (2aa8cba7-c6b0-4518-a1a8-7108725808d2) :2025-07-18 16:13:21.002 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (2aa8cba7-c6b0-4518-a1a8-7108725808d2) :2025-07-18 16:13:21.002 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6653634d :2025-07-18 16:13:23.597 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@886c198 is alive :2025-07-18 16:13:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:13:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:13:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:13:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:13:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:13:25.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:13:25.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:13:25.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:13:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:13:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:13:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:25.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:13:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:13:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:13:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587561 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995942 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7e71f101] :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:13:25.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:30.505 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:13:30.505 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:13:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:13:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:13:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:13:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:13:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:13:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:13:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:13:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:13:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:13:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:13:45.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:13:45.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:13:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:13:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:13:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:13:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:13:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:13:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587581 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995962 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@43d53ce2] :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:13:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:13:45.553 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:13:55.580 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:13:59.869 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@c184e9e: (connection has passed maxLifetime) :2025-07-18 16:13:59.870 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (35cbc625-df8d-46c3-9ddc-15e420b4c3d2) :2025-07-18 16:13:59.964 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (35cbc625-df8d-46c3-9ddc-15e420b4c3d2) :2025-07-18 16:13:59.964 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d :2025-07-18 16:14:00.514 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:14:00.514 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:14:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:14:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:14:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:14:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:05.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:14:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:14:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:14:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:14:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:14:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:14:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:14:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587601 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7995982 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:14:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:14:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4cd8a5b] :2025-07-18 16:14:05.372 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:14:05.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:14:07.739 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1 is alive :2025-07-18 16:14:15.603 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:14:21.177 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:14:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:14:25.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:14:25.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:14:25.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:14:25.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:14:25.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:25.363 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:14:25.371 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:25.371 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:14:25.379 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:25.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:25.379 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:14:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:14:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:14:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:14:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:14:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587621 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996002 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:14:25.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:14:25.384 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@79b996c6] :2025-07-18 16:14:25.384 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:14:25.385 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:14:30.523 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:14:30.523 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:14:33.843 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:14:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:14:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:14:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:14:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:14:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:14:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:14:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:14:45.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:14:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:14:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:14:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:14:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:14:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:14:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:14:45.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:14:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:45.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:14:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:14:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:14:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:14:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:14:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:14:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:14:45.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:14:45.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:14:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:14:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:14:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587641 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996022 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:14:45.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:14:45.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2975eadf] :2025-07-18 16:14:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:14:45.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:14:59.183 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:15:00.529 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:15:00.529 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:15:03.403 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@886c198: (connection has passed maxLifetime) :2025-07-18 16:15:03.404 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (348e661b-19b4-4d22-ba70-d8bb3c9aad07) :2025-07-18 16:15:03.460 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (348e661b-19b4-4d22-ba70-d8bb3c9aad07) :2025-07-18 16:15:03.461 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:15:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:15:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:15:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:15:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:15:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:15:05.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:15:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:15:05.376 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:05.376 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:15:05.384 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:05.384 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:05.384 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:15:05.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:15:05.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:05.404 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:15:05.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:15:05.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:15:05.405 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587661 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996042 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:15:05.405 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:15:05.406 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@46180cbc] :2025-07-18 16:15:05.406 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:15:05.406 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:15:17.378 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:15:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:15:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:15:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:15:25.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:15:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:15:25.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:15:25.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:15:25.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:15:25.367 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:25.367 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:15:25.395 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:25.395 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:15:25.462 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:25.462 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:25.462 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:15:25.462 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:15:25.463 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:25.465 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:15:25.465 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:15:25.465 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:15:25.465 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587681 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996062 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:15:25.467 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:15:25.467 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@200cb5ec] :2025-07-18 16:15:25.467 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:15:25.468 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:15:30.535 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:15:30.535 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:15:33.303 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:15:40.353 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:15:40.777 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5180e0d1: (connection has passed maxLifetime) :2025-07-18 16:15:40.778 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (ba899594-b541-40a0-a5af-a25dd9a53319) :2025-07-18 16:15:40.830 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (ba899594-b541-40a0-a5af-a25dd9a53319) :2025-07-18 16:15:40.830 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@50957111 :2025-07-18 16:15:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:15:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:15:45.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:15:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:15:45.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:15:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:15:45.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:15:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:15:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:45.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:15:45.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:15:45.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:15:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:15:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:15:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:15:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:15:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:15:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:15:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587701 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996082 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:15:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:15:45.374 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1411b8ab] :2025-07-18 16:15:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:15:45.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:15:55.570 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:16:00.544 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:16:00.544 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:16:05.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:16:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:16:05.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:16:05.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:16:05.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:16:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:16:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:16:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:16:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:16:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:16:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:16:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:16:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587721 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996102 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:16:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:16:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@177a3379] :2025-07-18 16:16:05.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:16:05.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:16:06.135 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:16:15.363 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:16:25.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:16:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:16:25.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:16:25.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:16:25.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:16:25.363 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:25.363 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:16:25.366 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:25.366 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:16:25.378 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:25.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:25.378 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:16:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:16:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:25.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:16:25.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:16:25.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:16:25.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587741 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996122 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:16:25.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:16:25.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7e5042f2] :2025-07-18 16:16:25.383 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:16:25.383 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:16:28.707 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:16:30.545 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:16:30.545 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:16:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:16:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:16:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:16:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:16:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:16:45.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:16:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:16:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:16:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:16:45.344 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:16:45.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:45.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:16:45.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:16:45.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:16:45.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:16:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:16:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:16:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:16:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:16:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:16:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996142 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:16:45.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:16:45.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@48194d2f] :2025-07-18 16:16:45.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:16:45.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:16:49.867 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:17:00.161 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:17:00.550 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:17:00.550 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:17:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:17:05.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:17:05.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:17:05.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:17:05.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:17:05.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:05.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:17:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:05.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:17:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:17:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:17:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:17:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:17:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:17:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587781 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996162 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:17:05.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:17:05.370 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@344d6316] :2025-07-18 16:17:05.370 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:17:05.370 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:17:11.036 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:17:13.757 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:17:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:17:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:17:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:17:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:17:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:17:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:17:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:17:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:17:25.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:25.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:17:25.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:25.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:17:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:25.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:17:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:17:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:17:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:17:25.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:17:25.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587801 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996182 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:17:25.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:17:25.384 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7267b7c] :2025-07-18 16:17:25.385 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:17:25.385 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:17:30.558 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:17:30.558 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:17:35.154 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:17:35.371 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:17:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:17:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:17:45.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:17:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:17:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:17:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:17:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:17:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:17:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:45.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:17:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:17:45.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:17:45.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:17:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:17:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:17:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:17:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:17:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:17:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587821 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996202 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:17:45.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:17:45.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2e89083a] :2025-07-18 16:17:45.364 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:17:45.364 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:17:51.071 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:17:51.167 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:18:00.559 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:18:00.559 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:18:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:18:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:18:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:18:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:18:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:18:05.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:18:05.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:18:05.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:05.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:18:05.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:05.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:18:05.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:05.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:18:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:18:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:18:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:18:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:18:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996222 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:18:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@748893fd] :2025-07-18 16:18:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:15.128 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:18:23.561 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:18:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:18:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:18:25.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:18:25.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:18:25.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:18:25.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:18:25.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:18:25.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:18:25.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:25.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:18:25.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:25.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:18:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:18:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:18:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:18:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:18:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587861 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996242 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:18:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:25.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5f9b86b5] :2025-07-18 16:18:25.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:25.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:30.566 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:18:30.566 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:18:40.555 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:18:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:18:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:18:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:18:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:18:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:18:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:18:45.346 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:18:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:45.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:18:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:18:45.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:18:45.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:18:45.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:18:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:18:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587881 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996262 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:18:45.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:45.368 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@74ee29d7] :2025-07-18 16:18:45.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:45.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:18:45.373 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:18:45.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:18:45.375 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:18:45.375 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:18:45.375 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:18:48.762 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:18:56.842 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:19:00.575 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:19:00.575 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:19:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:19:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:19:05.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:19:05.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:19:05.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:19:05.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:19:05.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:19:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:19:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:05.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:19:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:05.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:19:05.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:05.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:19:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:19:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:05.395 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:19:05.395 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:19:05.395 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:19:05.396 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996282 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:19:05.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:19:05.396 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f104be2] :2025-07-18 16:19:05.397 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:19:05.397 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:19:10.139 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:19:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:19:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:19:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:19:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:19:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:19:25.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:19:25.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:19:25.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:19:25.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:25.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:19:25.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:25.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:19:25.377 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:25.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:25.377 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:19:25.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:19:25.378 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:19:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:19:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:19:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587921 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996302 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:19:25.393 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:19:25.393 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@70f6dab5] :2025-07-18 16:19:25.393 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:19:25.393 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:19:29.908 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:19:29.962 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:19:30.591 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:19:30.591 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:19:36.026 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:19:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:19:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:19:45.348 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:19:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:19:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:19:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:19:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:19:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:19:45.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:45.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:19:45.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:19:45.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:19:45.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:45.371 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:19:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:19:45.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:19:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:19:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:19:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:19:45.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996322 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:19:45.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:19:45.382 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4af0c5d7] :2025-07-18 16:19:45.382 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:19:45.382 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:19:46.775 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:20:00.599 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:20:00.599 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:20:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:20:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:20:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:20:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:20:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:20:05.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:20:05.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:20:05.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:05.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:05.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:20:05.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:05.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:20:05.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:05.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:20:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:20:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:20:05.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:20:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:20:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996342 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:20:05.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:05.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@70b9aef8] :2025-07-18 16:20:05.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:05.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:14.890 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:20:18.421 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:20:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:20:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:20:25.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:20:25.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:25.360 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:25.360 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:20:25.364 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:25.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:20:25.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:25.373 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:20:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:20:25.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:25.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:20:25.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:20:25.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:20:25.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2587981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996362 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:20:25.385 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:25.385 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@56e95808] :2025-07-18 16:20:25.385 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:25.385 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:26.487 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:20:30.604 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:20:30.604 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:20:31.244 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:20:45.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:45.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:45.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:20:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:20:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:20:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:20:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:45.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:20:45.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:20:45.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:45.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:20:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:20:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:20:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588001 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996382 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:20:45.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:20:45.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@561250b1] :2025-07-18 16:20:45.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:20:45.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:20:53.522 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:21:00.611 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:21:00.611 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:21:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:21:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:21:05.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:21:05.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:21:05.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:21:05.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:21:05.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:21:05.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:21:05.365 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:05.365 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:21:05.381 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:05.381 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:21:05.406 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:05.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:05.406 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:21:05.406 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:21:05.406 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:05.410 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:21:05.411 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:21:05.411 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:21:05.411 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996402 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:21:05.411 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:21:05.411 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a23ef23] :2025-07-18 16:21:05.412 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:21:05.412 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:21:06.513 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:21:20.970 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:21:24.440 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:21:24.756 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:21:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:21:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:21:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:21:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:21:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:21:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:21:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:21:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:21:25.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:25.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:21:25.379 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:25.379 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:21:25.385 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:21:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:21:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:25.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:21:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:21:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:21:25.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588041 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996422 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:21:25.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:21:25.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3044549] :2025-07-18 16:21:25.393 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:21:25.393 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:21:30.622 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:21:30.622 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:21:42.373 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:21:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:21:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:21:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:21:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:21:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:21:45.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:21:45.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:21:45.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:21:45.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:45.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:21:45.382 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:21:45.383 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:21:45.389 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:45.389 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:45.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:21:45.389 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:21:45.389 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:21:45.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:21:45.391 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:21:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:21:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996442 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5f05d584] :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:21:45.392 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:00.637 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:22:00.637 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:22:04.213 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:22:05.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:22:05.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:22:05.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:22:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:22:05.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:22:05.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:22:05.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:22:05.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:05.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:05.364 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:22:05.366 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:05.366 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:22:05.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:05.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:05.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:22:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:22:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:05.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:22:05.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:22:05.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:22:05.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996462 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:22:05.387 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:05.387 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5445cb72] :2025-07-18 16:22:05.387 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:05.387 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:13.271 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:22:14.650 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:22:21.931 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:22:25.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:22:25.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:22:25.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:22:25.358 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:25.358 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:22:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:22:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:22:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:22:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:22:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:22:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996482 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@40a235e4] :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:25.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:30.650 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:22:30.650 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:22:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:22:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:22:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:22:45.346 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:22:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:45.347 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:22:45.364 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:22:45.364 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:22:45.370 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:45.370 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:22:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:22:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:22:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:22:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:22:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:22:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996502 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:22:45.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:22:45.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3a9d42e] :2025-07-18 16:22:45.380 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:22:45.381 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:22:50.199 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:23:00.656 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:23:00.656 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:23:02.880 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:23:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:23:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:23:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:23:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:23:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:23:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:23:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:23:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:23:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:05.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:23:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:23:05.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:05.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:23:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:23:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:23:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:23:05.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:23:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996522 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:23:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:23:05.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@23cab057] :2025-07-18 16:23:05.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:23:05.372 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:23:05.907 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:23:18.974 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:23:19.558 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:23:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:23:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:23:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:23:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:23:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:23:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:23:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:23:25.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:23:25.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:25.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:23:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:25.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:23:25.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:23:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:23:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:23:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:23:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:23:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996542 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:23:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:23:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6f6dd6f5] :2025-07-18 16:23:25.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:23:25.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:23:30.663 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:23:30.663 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:23:37.978 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:23:41.931 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:23:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:23:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:23:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:23:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:23:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:23:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:23:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:23:45.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:23:45.371 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:23:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:23:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:23:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:23:45.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:23:45.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:23:45.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:23:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:23:45.383 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2077b1bc] :2025-07-18 16:23:45.383 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:23:45.384 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:00.664 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:24:00.664 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:24:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:24:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:24:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:24:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:24:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:24:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:24:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:24:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:05.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:24:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:05.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:24:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:05.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:24:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:24:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:05.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:24:05.383 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:24:05.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:24:05.384 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996582 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:24:05.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:05.385 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2d91bb49] :2025-07-18 16:24:05.385 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:05.385 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:08.122 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:24:12.620 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636 is alive :2025-07-18 16:24:14.414 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:24:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:24:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:24:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:24:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:24:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:24:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:25.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:24:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:24:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:24:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:24:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:24:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:24:25.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:24:25.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:25.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b43496f] :2025-07-18 16:24:25.375 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:25.375 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:29.246 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@20b9d636: (connection has passed maxLifetime) :2025-07-18 16:24:29.247 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (47528b41-ae46-4562-a60e-d95cea1e99cc) :2025-07-18 16:24:29.319 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (47528b41-ae46-4562-a60e-d95cea1e99cc) :2025-07-18 16:24:29.320 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 :2025-07-18 16:24:30.674 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:24:30.674 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:24:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:24:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:24:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:24:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:24:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:24:45.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:45.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:45.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:24:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:24:45.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:24:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:24:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:24:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:24:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:45.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:24:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:24:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:24:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:24:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:24:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:24:45.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996622 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:24:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:24:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@23f4df72] :2025-07-18 16:24:45.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:24:45.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:24:46.875 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:24:50.865 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f is alive :2025-07-18 16:24:59.252 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:25:00.684 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:25:00.684 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:25:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:25:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:25:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:25:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:25:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:25:05.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:25:05.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:25:05.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:25:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:25:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:05.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:25:05.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:05.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:25:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:25:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:25:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:25:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:25:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996642 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:25:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:25:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3f97e0ad] :2025-07-18 16:25:05.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:25:05.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:25:13.510 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:25:14.362 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:25:19.663 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:25:25.432 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:25:25.433 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:25:25.434 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:25:25.434 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:25:25.434 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:25:25.434 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:25:25.444 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:25.444 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:25:25.452 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:25.452 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:25:25.459 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:25.459 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:25.460 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:25:25.460 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:25:25.460 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:25.463 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:25:25.463 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:25:25.463 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:25:25.463 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996662 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:25:25.463 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:25:25.463 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@25ee53b2] :2025-07-18 16:25:25.464 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:25:25.464 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:25:30.686 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:25:30.686 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:25:33.583 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:25:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:25:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:25:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:25:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:25:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:25:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:25:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:25:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:25:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:25:45.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:25:45.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:25:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:25:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:25:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:25:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:25:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:25:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:25:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588301 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996682 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:25:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:25:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6aed4cc7] :2025-07-18 16:25:45.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:25:45.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:00.697 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:26:00.697 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:26:02.984 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:26:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:26:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:26:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:26:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:26:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:26:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:26:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:26:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:05.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:26:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:26:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:26:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:26:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:26:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:26:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:26:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588321 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996702 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:26:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@41ec57bb] :2025-07-18 16:26:05.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:05.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:11.918 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:26:13.470 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5c04794f: (connection has passed maxLifetime) :2025-07-18 16:26:13.471 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (185613a6-755a-4761-a5ad-9f2df4ddae56) :2025-07-18 16:26:13.557 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (185613a6-755a-4761-a5ad-9f2df4ddae56) :2025-07-18 16:26:13.557 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 :2025-07-18 16:26:14.177 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:26:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:26:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:26:25.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:26:25.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:26:25.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:25.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:26:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:26:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:26:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:26:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:26:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588341 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996722 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:26:25.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1d26c1e7] :2025-07-18 16:26:25.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:25.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:30.706 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:26:30.706 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:26:43.561 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:26:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:26:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:26:45.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:26:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:26:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:26:45.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:26:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:26:45.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:45.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:45.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:26:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:26:45.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:26:45.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:45.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:45.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:26:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:26:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:26:45.355 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:26:45.356 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:26:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:26:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:26:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:26:45.357 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:26:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:26:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:45.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:26:45.357 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:45.357 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:26:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:26:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:26:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588361 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996742 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:26:45.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:26:45.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@13f6cc4d] :2025-07-18 16:26:45.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:26:45.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:26:55.622 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:26:57.383 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:27:00.717 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:27:00.717 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:27:05.337 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:27:05.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:05.340 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:27:05.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:05.342 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:27:05.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:05.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:05.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:27:05.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:27:05.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:27:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588381 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996762 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:27:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:27:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@10f66935] :2025-07-18 16:27:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:27:05.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:27:08.042 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:27:09.160 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:27:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:27:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:27:25.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:27:25.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:27:25.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:25.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:27:25.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:25.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:27:25.346 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:25.346 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:25.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:27:25.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:27:25.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:25.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:27:25.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:27:25.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:27:25.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996782 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:27:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:27:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d29b8fd] :2025-07-18 16:27:25.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:27:25.352 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:27:29.184 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:27:30.726 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:27:30.726 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:27:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:27:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:27:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:27:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:27:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:27:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:45.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:27:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:27:45.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:27:45.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:45.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:27:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:27:45.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:27:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:27:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:27:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:27:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588421 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996802 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:27:45.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:27:45.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@669d2d8f] :2025-07-18 16:27:45.380 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:27:45.380 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:27:54.407 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:27:57.998 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:28:00.740 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:28:00.740 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:28:01.638 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:28:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:05.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:05.342 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:28:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:05.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:28:05.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:28:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:28:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:28:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:28:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:28:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:28:05.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:05.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6ab9b2ce] :2025-07-18 16:28:05.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:05.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:13.937 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:28:25.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:28:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:25.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:28:25.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:28:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:28:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:28:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:28:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:28:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588461 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996842 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:28:25.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:25.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3db3fff7] :2025-07-18 16:28:25.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:25.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:30.754 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:28:30.754 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:28:35.113 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:28:40.249 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:28:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:28:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:28:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:45.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:28:45.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:28:45.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:28:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:28:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:45.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:28:45.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:45.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:28:45.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:45.346 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:28:45.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:28:45.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:28:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:28:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:28:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:28:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:28:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:28:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588481 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996862 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:28:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:28:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c9e0557] :2025-07-18 16:28:45.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:28:45.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:28:51.984 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:29:00.764 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:29:00.764 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:29:02.565 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:29:03.953 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:29:05.364 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:29:05.364 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:29:05.364 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:29:05.365 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:29:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:05.369 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:05.369 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:29:05.375 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:05.375 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:29:05.380 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:05.380 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:29:05.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:29:05.380 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:05.395 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:29:05.395 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:29:05.395 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:29:05.395 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588501 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996882 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7c22557f] :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:05.396 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:24.781 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:29:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:29:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:29:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:29:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:29:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:29:25.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:29:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:29:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:25.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:29:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:29:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:29:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588521 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996902 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:29:25.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:25.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5b16654f] :2025-07-18 16:29:25.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:25.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:30.777 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:29:30.777 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:29:36.890 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:29:45.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:29:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:29:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:29:45.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:29:45.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:29:45.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:45.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:45.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:29:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:29:45.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:29:45.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:29:45.349 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:29:45.349 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:29:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:29:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:29:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:29:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588541 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996922 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:29:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:29:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@b152bd0] :2025-07-18 16:29:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:29:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:29:49.703 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:29:52.856 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:30:00.789 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:30:00.789 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:30:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:30:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:30:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:30:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:30:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:05.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:30:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:30:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:30:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:30:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:30:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:30:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588561 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996942 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:30:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:30:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7cdcc4bf] :2025-07-18 16:30:05.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:30:05.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:30:12.829 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:30:13.706 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:30:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:30:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:25.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:30:25.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:25.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:30:25.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:30:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:30:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:30:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:30:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:30:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588581 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996962 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:30:25.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:30:25.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@40ba6a6b] :2025-07-18 16:30:25.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:30:25.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:30:30.800 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:30:30.800 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:30:36.928 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:30:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:30:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:30:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:30:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:30:45.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:45.340 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:30:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:30:45.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:30:45.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:45.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:30:45.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:30:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:30:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:30:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:30:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:30:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588601 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7996982 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:30:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:30:45.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@53fe72b] :2025-07-18 16:30:45.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:30:45.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:30:48.352 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:30:57.092 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:30:58.746 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:31:00.806 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:31:00.806 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:31:05.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:31:05.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:31:05.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:31:05.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:31:05.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:05.339 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:05.339 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:31:05.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:05.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:31:05.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:05.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:05.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:31:05.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:31:05.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:31:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:31:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:31:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588621 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997002 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:31:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@79a412ff] :2025-07-18 16:31:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:05.351 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:19.370 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:31:20.522 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:31:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:31:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:31:25.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:31:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:31:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:31:25.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:31:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:31:25.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:25.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:31:25.447 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:25.447 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:31:25.464 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:25.464 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:25.466 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:31:25.466 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:31:25.466 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:25.481 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:31:25.481 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:31:25.481 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:31:25.481 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588641 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997022 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:31:25.481 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:25.481 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6b4c2be6] :2025-07-18 16:31:25.482 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:25.482 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:30.810 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:31:30.810 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:31:37.769 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:31:45.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:45.343 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:45.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:45.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:31:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:31:45.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:31:45.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:31:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:31:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:31:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:31:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:31:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:31:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588661 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997042 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:31:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:31:45.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@32fe481a] :2025-07-18 16:31:45.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:31:45.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:31:47.718 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:31:50.545 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@77224076 is alive :2025-07-18 16:31:50.702 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@77224076: (connection has passed maxLifetime) :2025-07-18 16:31:50.703 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (4b481e3d-0fa5-4f18-a6bb-f9ab9674d58b) :2025-07-18 16:31:50.760 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (4b481e3d-0fa5-4f18-a6bb-f9ab9674d58b) :2025-07-18 16:31:50.761 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 :2025-07-18 16:32:00.819 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:32:00.819 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:32:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:32:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:32:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:32:05.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:32:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:32:05.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:32:05.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:32:05.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:05.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:05.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:32:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:32:05.355 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:32:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:32:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:32:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:32:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:32:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588681 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997062 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:32:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6487b6f5] :2025-07-18 16:32:05.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:05.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:13.475 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:32:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:32:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:32:25.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:32:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:32:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:32:25.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:32:25.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:32:25.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:32:25.365 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:25.365 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:32:25.385 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:25.385 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:32:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:32:25.385 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:25.403 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:32:25.403 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:32:25.403 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:32:25.403 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588701 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997082 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:32:25.403 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:25.403 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@73fb33c5] :2025-07-18 16:32:25.404 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:25.404 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:30.833 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:32:30.833 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:32:33.599 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:32:44.725 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:32:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:32:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:32:45.339 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:32:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:32:45.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:32:45.340 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:32:45.340 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:32:45.340 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:45.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:32:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:32:45.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:32:45.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:45.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:45.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:32:45.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:32:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:32:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:32:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:32:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:32:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588721 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997102 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:32:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:32:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@39af0a7b] :2025-07-18 16:32:45.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:32:45.357 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:32:51.619 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:32:53.553 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984 is alive :2025-07-18 16:33:00.841 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:33:00.841 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:33:01.854 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:33:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:33:05.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:33:05.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:33:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:33:05.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:33:05.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:33:05.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:33:05.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:33:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:33:05.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:05.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:33:05.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:33:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:33:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:33:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:33:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:33:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588741 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997122 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:33:05.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:33:05.382 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1ebdfcd3] :2025-07-18 16:33:05.382 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:33:05.382 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:33:16.121 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:33:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:33:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:33:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:33:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:33:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:33:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:33:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:33:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:33:25.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:25.344 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:33:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:25.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:33:25.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:25.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:25.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:33:25.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:25.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:33:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:33:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:33:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:33:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997142 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:33:25.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:33:25.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@78085405] :2025-07-18 16:33:25.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:33:25.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:33:25.834 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:33:30.850 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:33:30.850 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:33:38.248 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:33:42.570 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:33:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:33:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:33:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:33:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:33:45.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:33:45.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:33:45.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:33:45.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:33:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:45.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:33:45.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:33:45.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:33:45.349 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:45.349 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:33:45.349 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:33:45.349 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:33:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:33:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:33:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:33:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588781 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997162 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:33:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:33:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3c0a5a15] :2025-07-18 16:33:45.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:33:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:00.865 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:34:00.865 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:34:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:34:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:34:05.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:34:05.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:34:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:34:05.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:34:05.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:34:05.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:05.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:05.340 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:34:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:34:05.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:05.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:05.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:34:05.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:34:05.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:34:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:34:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:34:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588801 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997182 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:34:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@633263b1] :2025-07-18 16:34:05.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:05.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:13.261 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3 is alive :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:34:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:25.342 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:25.342 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:34:25.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:25.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:34:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:34:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:34:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:34:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:34:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:34:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588821 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997202 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:34:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5c895903] :2025-07-18 16:34:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:30.279 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:34:30.868 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:34:30.868 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:34:41.106 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:34:41.696 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@1dee1984: (connection has passed maxLifetime) :2025-07-18 16:34:41.696 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (aab62989-08cf-4c85-9167-b9841d4d1bbb) :2025-07-18 16:34:41.769 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (aab62989-08cf-4c85-9167-b9841d4d1bbb) :2025-07-18 16:34:41.769 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d :2025-07-18 16:34:44.331 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:34:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:34:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:34:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:34:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:34:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:34:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:34:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:45.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:34:45.375 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:34:45.376 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:34:45.392 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:45.392 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:34:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:34:45.392 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:34:45.418 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:34:45.418 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:34:45.418 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:34:45.418 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997222 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:34:45.418 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:34:45.419 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4d89100a] :2025-07-18 16:34:45.419 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:34:45.419 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:34:46.155 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:35:00.871 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:35:00.871 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:35:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:35:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:35:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:35:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:35:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:35:05.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:35:05.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:35:05.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:35:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:35:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:05.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:35:05.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:05.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:35:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:35:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:35:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:35:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:35:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588861 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997242 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:35:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:35:05.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3e57e821] :2025-07-18 16:35:05.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:35:05.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:35:11.726 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:35:13.904 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:35:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:35:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:35:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:35:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:35:25.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:35:25.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:35:25.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:35:25.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:35:25.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:25.344 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:35:25.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:25.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:35:25.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:35:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:35:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:35:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:35:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:35:25.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588881 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997262 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:35:25.379 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:35:25.380 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3af3e4b1] :2025-07-18 16:35:25.380 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:35:25.380 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:35:25.724 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:35:30.886 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:35:30.886 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:35:37.429 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:35:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:35:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:45.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:35:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:35:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:35:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:45.360 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:35:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:35:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:35:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:35:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:35:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:35:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997282 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:35:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:35:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7aba4ba9] :2025-07-18 16:35:45.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:35:45.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:36:00.902 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:36:00.902 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:36:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:36:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:36:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:36:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:36:05.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:36:05.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:36:05.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:36:05.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:05.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:05.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:36:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:36:05.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:36:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:36:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:36:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:36:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:36:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588921 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997302 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:36:05.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:05.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@69d98e45] :2025-07-18 16:36:05.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:05.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:36:09.226 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@35b5f9e3: (connection has passed maxLifetime) :2025-07-18 16:36:09.227 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (d3794536-fd0a-4af6-807c-e1430020db61) :2025-07-18 16:36:09.298 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (d3794536-fd0a-4af6-807c-e1430020db61) :2025-07-18 16:36:09.299 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d :2025-07-18 16:36:20.699 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:36:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:36:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:36:25.354 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:36:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:36:25.354 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:36:25.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:36:25.354 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:36:25.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:25.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:36:25.359 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:25.359 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:36:25.382 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:25.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:25.382 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:36:25.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:36:25.382 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:25.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:36:25.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:36:25.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:36:25.386 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997322 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:36:25.386 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:25.386 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@334d0c90] :2025-07-18 16:36:25.386 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:25.386 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:36:26.815 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:36:26.958 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:36:30.917 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:36:30.917 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:36:37.479 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:36:40.683 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:36:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:36:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:36:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:36:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:36:45.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:36:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:36:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:45.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:36:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:45.352 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:36:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:45.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:36:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:36:45.362 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:36:45.372 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:45.372 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:36:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:36:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:36:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:36:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:36:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:36:45.377 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997342 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:36:45.378 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:36:45.378 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@352775b7] :2025-07-18 16:36:45.378 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:36:45.378 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:37:00.925 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:37:00.925 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:37:01.965 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:37:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:37:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:37:05.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:37:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:37:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:37:05.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:37:05.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:37:05.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:37:05.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:05.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:37:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:37:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:37:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:37:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:37:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:37:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:37:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2588981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997362 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:37:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:37:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@545fc968] :2025-07-18 16:37:05.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:37:05.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:37:07.338 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:37:13.206 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:37:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:37:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:37:25.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:37:25.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:37:25.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:37:25.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:37:25.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:37:25.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:37:25.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:25.344 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:37:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:25.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:37:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:37:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:37:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:37:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:37:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:37:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589001 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997382 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:37:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:37:25.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6cb75150] :2025-07-18 16:37:25.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:37:25.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:37:30.939 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:37:30.939 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:37:32.287 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5b733036 is alive :2025-07-18 16:37:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:37:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:37:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:37:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:37:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:37:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:37:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:37:45.345 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:37:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:45.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:37:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:37:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:37:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:37:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:37:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:37:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:37:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:37:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:37:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997402 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:37:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:37:45.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@75c09f93] :2025-07-18 16:37:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:37:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:37:45.976 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:37:59.623 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:38:00.953 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:38:00.953 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:38:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:38:05.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:38:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:38:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:38:05.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:38:05.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:38:05.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:38:05.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:38:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:05.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:38:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:38:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:38:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:38:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:38:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:38:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589041 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997422 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:38:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:05.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3afe59bd] :2025-07-18 16:38:05.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:05.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:09.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:38:23.631 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245 is alive :2025-07-18 16:38:25.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:38:25.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:38:25.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:38:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:38:25.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:38:25.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:38:25.348 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:38:25.348 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:38:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:38:25.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:38:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:38:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:38:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:38:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:38:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997442 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:38:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:25.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@2885e99e] :2025-07-18 16:38:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:30.956 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:38:30.956 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:38:33.853 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6653634d is alive :2025-07-18 16:38:35.222 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:38:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:45.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:45.351 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:38:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:38:45.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:38:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:38:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:38:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:38:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:38:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:38:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:38:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997462 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:38:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:38:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1c60adea] :2025-07-18 16:38:45.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:38:45.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:38:50.035 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:39:00.678 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:39:00.959 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:39:00.959 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:39:02.940 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:39:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:39:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:39:05.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:39:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:39:05.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:39:05.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:39:05.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:39:05.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:39:05.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:05.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:39:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:39:05.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:05.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:39:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:39:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:39:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:39:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:39:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997482 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:39:05.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:39:05.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3c4f2eff] :2025-07-18 16:39:05.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:39:05.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:39:18.441 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5b733036: (connection has passed maxLifetime) :2025-07-18 16:39:18.441 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (f5298f93-0ae1-4ac8-b9ec-64a2086c486e) :2025-07-18 16:39:18.503 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (f5298f93-0ae1-4ac8-b9ec-64a2086c486e) :2025-07-18 16:39:18.503 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f :2025-07-18 16:39:22.655 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:39:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:39:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:39:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:39:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:39:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:39:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:39:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:39:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:39:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:39:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:25.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:39:25.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:25.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:39:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:39:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:39:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:39:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:39:25.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997502 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:39:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:39:25.373 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@3175a882] :2025-07-18 16:39:25.373 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:39:25.373 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:39:30.969 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:39:30.969 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:39:38.572 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:39:39.599 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@6653634d: (connection has passed maxLifetime) :2025-07-18 16:39:39.599 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (9c5cee3f-b15c-4719-a925-a313aa02ca36) :2025-07-18 16:39:39.662 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (9c5cee3f-b15c-4719-a925-a313aa02ca36) :2025-07-18 16:39:39.663 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 :2025-07-18 16:39:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:39:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:39:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:39:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:39:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:39:45.345 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:39:45.345 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:39:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:39:45.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:45.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:39:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:39:45.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:39:45.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:39:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:39:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:39:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:39:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:39:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:39:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997522 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:39:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:39:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59e71716] :2025-07-18 16:39:45.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:39:45.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:39:51.279 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@4a3a6245: (connection has passed maxLifetime) :2025-07-18 16:39:51.280 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (df627125-5c84-4578-a531-3f6187f84357) :2025-07-18 16:39:51.327 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (df627125-5c84-4578-a531-3f6187f84357) :2025-07-18 16:39:51.327 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 :2025-07-18 16:39:51.784 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:40:00.984 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:40:00.984 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:40:05.336 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:40:05.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:40:05.336 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:40:05.336 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:40:05.336 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:40:05.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:40:05.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:40:05.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:05.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:05.340 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:40:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:05.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:40:05.351 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:05.351 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:40:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:40:05.351 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:40:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:40:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:40:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997542 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:40:05.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:05.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@c6c9f74] :2025-07-18 16:40:05.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:05.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:40:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:40:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:40:25.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:40:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:40:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:40:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:40:25.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:40:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:40:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:40:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:40:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:40:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:40:25.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:40:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:40:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:25.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4d183fbd] :2025-07-18 16:40:25.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:25.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:29.755 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@50957111 is alive :2025-07-18 16:40:30.994 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:40:30.994 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:40:38.102 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:40:45.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:40:45.349 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:40:45.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:45.350 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:40:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:40:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:40:45.369 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:45.369 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:40:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:40:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:40:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:40:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:40:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:40:45.372 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997582 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:40:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:40:45.372 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@45c19f50] :2025-07-18 16:40:45.374 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:40:45.374 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:40:48.153 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:40:58.543 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:40:59.332 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:41:01.006 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:41:01.006 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:41:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:41:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:41:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:41:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:41:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:41:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:41:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:41:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:41:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:05.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:41:05.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:05.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:41:05.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:41:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:41:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:41:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:41:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:41:05.374 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:41:05.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:41:05.375 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4aed856b] :2025-07-18 16:41:05.375 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:41:05.375 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:41:11.582 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@50957111: (connection has passed maxLifetime) :2025-07-18 16:41:11.582 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (606022f5-46bb-4a98-8f6c-77a5a9a21b41) :2025-07-18 16:41:11.688 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (606022f5-46bb-4a98-8f6c-77a5a9a21b41) :2025-07-18 16:41:11.688 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 :2025-07-18 16:41:12.848 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:41:17.517 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:41:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:41:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:41:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:41:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:41:25.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:41:25.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:41:25.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:41:25.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:41:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:25.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:41:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:25.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:41:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:41:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:41:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:41:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:41:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:41:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997622 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:41:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:41:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@281003c1] :2025-07-18 16:41:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:41:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:41:29.271 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:41:31.020 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:41:31.020 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:41:34.268 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:41:36.122 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:41:45.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:41:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:41:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:41:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:41:45.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:41:45.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:41:45.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:41:45.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:41:45.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:45.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:41:45.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:41:45.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:41:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:41:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:41:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:41:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:41:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:41:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:41:45.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997642 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:41:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:41:45.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@43a8f08e] :2025-07-18 16:41:45.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:41:45.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:01.027 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:42:01.027 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:42:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:42:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:42:05.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:42:05.348 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:42:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:42:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:42:05.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:42:05.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:05.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:05.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:42:05.360 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:05.360 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:42:05.365 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:05.365 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:42:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:42:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:42:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:42:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:42:05.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997662 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:42:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:05.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4064f8c9] :2025-07-18 16:42:05.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:05.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:42:25.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:42:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:42:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:42:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:42:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:42:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:42:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:42:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589301 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997682 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:42:25.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:25.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@441229b3] :2025-07-18 16:42:25.367 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:25.367 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:26.165 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:42:31.039 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:42:31.039 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:42:35.634 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:42:36.013 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:42:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:42:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:42:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:42:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:42:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:42:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:42:45.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:42:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:42:45.348 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:45.348 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:42:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:42:45.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:42:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:42:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:42:45.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:42:45.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:42:45.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:42:45.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:45.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:42:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:42:45.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:42:45.360 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:42:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:42:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:42:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:42:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:42:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:42:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589321 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997702 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:42:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:42:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@73f2b411] :2025-07-18 16:42:45.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:42:45.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:42:54.138 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d is alive :2025-07-18 16:42:56.515 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:43:01.041 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:43:01.041 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:43:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:43:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:43:05.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:43:05.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:43:05.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:43:05.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:43:05.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:43:05.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:43:05.350 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:05.350 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:43:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:43:05.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:05.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:43:05.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:43:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:43:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:43:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:43:05.381 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589341 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997722 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:43:05.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:43:05.381 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4dd627d3] :2025-07-18 16:43:05.382 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:43:05.382 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:43:07.192 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:43:07.217 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:43:08.909 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:43:12.954 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7b9fe93d: (connection has passed maxLifetime) :2025-07-18 16:43:12.955 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (bcc70597-0646-48fb-8484-818b8e6208e6) :2025-07-18 16:43:13.011 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (bcc70597-0646-48fb-8484-818b8e6208e6) :2025-07-18 16:43:13.011 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca :2025-07-18 16:43:16.744 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:43:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:43:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:43:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:43:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:43:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:43:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:43:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:43:25.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:43:25.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:25.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:43:25.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:25.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:43:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:43:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:43:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:43:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:43:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:43:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589361 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997742 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:43:25.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:43:25.368 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59253c81] :2025-07-18 16:43:25.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:43:25.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:43:31.056 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:43:31.056 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:43:32.573 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:43:45.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:43:45.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:45.346 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:43:45.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:43:45.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:43:45.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:43:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:43:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:43:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:43:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:43:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:43:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589381 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997762 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:43:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:43:45.356 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@15cf3a54] :2025-07-18 16:43:45.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:43:45.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:01.072 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:44:01.072 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:44:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:44:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:44:05.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:44:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:44:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:44:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:44:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:44:05.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:05.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:05.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:44:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:44:05.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:44:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:44:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:44:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:44:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:44:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589401 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997782 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:44:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@14d9d7f] :2025-07-18 16:44:05.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:05.360 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:12.685 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:44:14.238 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:44:23.108 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:44:25.348 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:44:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:44:25.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:44:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:44:25.349 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:44:25.349 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:44:25.349 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:44:25.349 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:44:25.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:25.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:44:25.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:44:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:44:25.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:44:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:44:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:44:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589421 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997802 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:44:25.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:25.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7d49a9be] :2025-07-18 16:44:25.364 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:25.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:31.078 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:44:31.078 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:44:35.447 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:44:45.150 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:44:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:44:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:44:45.338 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:44:45.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:44:45.339 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:44:45.339 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:44:45.339 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:44:45.339 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:45.340 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:45.340 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:44:45.343 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:44:45.343 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:44:45.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:45.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:45.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:44:45.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:44:45.349 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:44:45.353 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:44:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:44:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:44:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:44:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589441 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997822 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7e3d300a] :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:44:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:44:57.721 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:44:59.229 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:45:01.089 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:45:01.089 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:45:01.532 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:45:05.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:45:05.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:45:05.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:45:05.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:45:05.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:45:05.337 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:45:05.337 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:45:05.337 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:45:05.338 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:05.338 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:45:05.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:05.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:45:05.348 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:05.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:05.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:45:05.348 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:05.348 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:45:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:45:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:45:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:45:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589461 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997842 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:45:05.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:45:05.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@31708605] :2025-07-18 16:45:05.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:45:05.354 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:45:06.127 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:45:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:45:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:45:25.350 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:45:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:45:25.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:45:25.351 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:45:25.351 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:45:25.351 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:45:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:25.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:45:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:45:25.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:25.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:45:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:45:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:45:25.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589481 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997862 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:45:25.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:45:25.369 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@59516a01] :2025-07-18 16:45:25.369 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:45:25.369 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:45:29.020 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:45:31.101 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:45:31.101 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:45:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:45:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:45:45.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:45:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:45:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:45:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:45:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:45:45.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:45:45.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:45.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:45:45.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:45:45.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:45:45.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:45:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:45:45.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:45:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:45:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:45:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:45:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589501 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997882 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:45:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:45:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@384efd63] :2025-07-18 16:45:45.362 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:45:45.362 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:45:49.361 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:46:01.117 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:46:01.117 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:46:02.306 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:46:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:46:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:46:05.345 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:46:05.345 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:46:05.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:46:05.346 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:46:05.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:46:05.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:05.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:05.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:46:05.363 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:05.363 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:46:05.367 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:05.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:46:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:46:05.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:46:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:46:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:46:05.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589521 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997902 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:46:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:05.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@38ea157] :2025-07-18 16:46:05.372 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:05.372 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:46:10.577 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:46:14.374 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:46:23.094 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:46:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:46:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:46:25.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:46:25.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:46:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:46:25.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:46:25.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:46:25.352 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:25.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:25.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:46:25.356 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:25.356 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:46:25.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:46:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:46:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:46:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:46:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:46:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589541 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997922 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:46:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:25.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4248b42d] :2025-07-18 16:46:25.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:25.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:46:31.132 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:46:31.132 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:46:41.713 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:46:42.445 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:46:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:46:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:46:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:46:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:46:45.352 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:46:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:45.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:46:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:45.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:46:45.357 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:46:45.357 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:46:45.363 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:45.363 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:46:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:46:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:46:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:46:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:46:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:46:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589561 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997942 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:46:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:46:45.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6f0f379] :2025-07-18 16:46:45.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:46:45.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:46:55.879 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:47:01.133 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:47:01.133 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:47:03.347 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:47:05.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:47:05.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:05.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:47:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:05.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:47:05.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:05.353 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:47:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:47:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:47:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:47:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:47:05.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589581 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997962 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:47:05.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:47:05.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@67f27e74] :2025-07-18 16:47:05.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:47:05.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:47:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:47:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:47:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:47:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:47:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:47:25.345 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:47:25.345 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:47:25.345 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:47:25.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:25.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:47:25.351 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:25.351 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:47:25.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:25.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:47:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:47:25.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:47:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:47:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:47:25.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589601 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7997982 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:47:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:47:25.363 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@34394a1f] :2025-07-18 16:47:25.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:47:25.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:47:25.473 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:47:26.038 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:47:31.147 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:47:31.147 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:47:45.350 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:47:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:47:45.354 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:47:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:47:45.354 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:47:45.354 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:47:45.354 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:47:45.354 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:47:45.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:45.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:47:45.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:47:45.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:47:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:47:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:47:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:47:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:47:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:47:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:47:45.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589621 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998002 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:47:45.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:47:45.373 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@465ec45d] :2025-07-18 16:47:45.373 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:47:45.373 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:47:50.378 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:47:53.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:47:58.056 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:48:01.044 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:48:01.147 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:48:01.147 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:48:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:48:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:48:05.349 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:48:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:48:05.350 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:48:05.350 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:48:05.350 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:48:05.350 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:05.352 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:05.352 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:48:05.362 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:05.362 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:48:05.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:05.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:05.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:48:05.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:48:05.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:05.387 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:48:05.387 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:48:05.387 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:48:05.387 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589641 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998022 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:48:05.387 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:05.388 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@707813fa] :2025-07-18 16:48:05.388 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:05.388 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:48:24.197 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664 is alive :2025-07-18 16:48:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:48:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:48:25.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:48:25.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:48:25.353 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:48:25.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:48:25.353 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:48:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:25.355 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:25.355 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:48:25.359 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:25.359 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:48:25.364 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:25.364 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:48:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:48:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:48:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:48:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:48:25.371 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589661 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998042 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:48:25.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:25.371 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@24e93ec9] :2025-07-18 16:48:25.371 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:25.371 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:48:27.158 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:48:31.149 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:48:31.149 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:48:45.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:48:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:48:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:48:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:48:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:48:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:48:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:48:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:48:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:48:45.346 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:45.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:48:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:48:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:45.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:48:45.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:45.347 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:48:45.354 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:48:45.354 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:48:45.359 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:45.359 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:48:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:48:45.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:48:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:48:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:48:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:48:45.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589681 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998062 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:48:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:48:45.362 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1f2af0e5] :2025-07-18 16:48:45.363 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:48:45.363 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:48:50.225 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:49:00.556 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:49:01.153 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:49:01.153 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:49:01.451 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@7dac2664: (connection has passed maxLifetime) :2025-07-18 16:49:01.451 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (f0fb0772-fc31-40e8-87af-0d26fc0a74eb) :2025-07-18 16:49:01.524 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (f0fb0772-fc31-40e8-87af-0d26fc0a74eb) :2025-07-18 16:49:01.524 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@4ce30fe3 :2025-07-18 16:49:02.723 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:49:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:49:05.340 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:49:05.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:49:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:49:05.341 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:49:05.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:49:05.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:49:05.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:05.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:05.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:49:05.347 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:05.347 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:49:05.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:49:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:49:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:49:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:49:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:49:05.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589701 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998082 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:49:05.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:05.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a08010c] :2025-07-18 16:49:05.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:05.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:21.922 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:49:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:49:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:49:25.342 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:49:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:49:25.343 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:49:25.343 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:49:25.343 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:49:25.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:25.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:25.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:49:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:25.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:49:25.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:25.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:49:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:49:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:49:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:49:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:49:25.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589721 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998102 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:49:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:25.367 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@aa3314c] :2025-07-18 16:49:25.367 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:25.367 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:31.162 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:49:31.162 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:49:32.243 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:49:38.456 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:49:38.984 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:49:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:49:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:49:45.336 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:49:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:49:45.337 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:49:45.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:49:45.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:49:45.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:45.339 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:45.339 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:49:45.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:49:45.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:49:45.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:49:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:49:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:49:45.356 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:45.356 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:49:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:49:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:49:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589741 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998122 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:49:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:49:45.360 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7a59568] :2025-07-18 16:49:45.360 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:49:45.360 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:49:45.527 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:50:01.171 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:50:01.171 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:50:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:50:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:50:05.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:50:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:50:05.348 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:50:05.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:50:05.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:50:05.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:50:05.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:05.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:50:05.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:05.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:50:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:50:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:50:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:50:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:50:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:50:05.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589761 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998142 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:50:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:50:05.364 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@58b1ea86] :2025-07-18 16:50:05.365 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:50:05.365 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:50:11.868 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:50:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:50:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:50:25.347 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:50:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:50:25.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:50:25.348 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:50:25.348 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:50:25.348 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:50:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:25.349 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:50:25.353 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:25.353 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:50:25.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:25.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:50:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:50:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:50:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:50:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:50:25.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589781 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998162 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:50:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:50:25.365 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7f9622f7] :2025-07-18 16:50:25.366 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:50:25.366 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:50:31.183 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:50:31.183 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:50:39.399 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:50:44.559 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:50:45.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:50:45.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:45.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:50:45.343 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:50:45.343 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:50:45.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:45.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:50:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:50:45.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:50:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:50:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:50:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:50:45.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589801 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998182 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:50:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:50:45.358 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@725f1081] :2025-07-18 16:50:45.358 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:50:45.358 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:50:57.768 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:50:58.602 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ce30fe3 is alive :2025-07-18 16:51:01.185 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:51:01.185 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:51:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:51:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:51:05.343 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:51:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:51:05.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:51:05.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:51:05.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:51:05.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:05.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:05.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:51:05.350 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:05.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:51:05.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:05.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:51:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:51:05.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:51:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:51:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:51:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589821 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998202 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:51:05.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:05.361 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@1413bdff] :2025-07-18 16:51:05.361 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:05.361 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:11.173 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:51:16.918 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:51:18.378 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:51:25.344 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:25.345 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:25.345 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:51:25.349 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:25.350 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:51:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:51:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:51:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:51:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:51:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:51:25.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589841 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998222 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:51:25.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:25.357 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@168ebec6] :2025-07-18 16:51:25.359 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:25.359 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:26.519 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:51:31.199 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:51:31.199 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:51:33.006 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:51:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:51:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:51:45.341 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:51:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:51:45.342 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:51:45.342 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:51:45.342 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:45.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:51:45.348 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:51:45.348 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:51:45.375 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:45.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:45.375 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:51:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:51:45.375 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:51:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:51:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:51:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:51:45.379 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589861 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998242 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:51:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:51:45.379 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@35d2b1d5] :2025-07-18 16:51:45.379 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:51:45.379 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:51:56.575 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:52:01.212 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:52:01.212 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:52:05.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:52:05.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:52:05.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:52:05.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:52:05.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:52:05.339 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:52:05.339 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:52:05.339 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:05.340 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:05.340 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:52:05.361 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:05.361 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:52:05.368 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:52:05.368 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:05.368 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:52:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:52:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:52:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:52:05.373 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589881 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998262 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:52:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:05.374 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@422249f1] :2025-07-18 16:52:05.374 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:05.374 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:16.076 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:52:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:52:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:52:25.337 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:52:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:52:25.338 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:52:25.338 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:52:25.338 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:52:25.338 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:25.339 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:25.339 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:52:25.342 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:25.342 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:52:25.347 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:25.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:25.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:52:25.347 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:25.347 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:52:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:52:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:52:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:52:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589901 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998282 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:52:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:25.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5852978c] :2025-07-18 16:52:25.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:25.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:31.226 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:52:31.226 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:52:38.897 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:52:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:52:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:52:45.339 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:52:45.339 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:52:45.340 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:52:45.340 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:52:45.340 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:52:45.340 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:45.341 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:45.341 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:52:45.344 DEBUG XNIO-1 task-2 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:52:45.344 DEBUG XNIO-1 task-2 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:52:45.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:45.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:52:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:52:45.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:52:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:52:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:52:45.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:52:45.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589921 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998302 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@505bc0fb] :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:52:45.356 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:52:45.357 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:52:45.357 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:52:45.357 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:52:45.357 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:52:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:52:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:52:45.357 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:52:45.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:52:45.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:52:50.104 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:52:54.852 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:52:54.973 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:52:55.681 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ce30fe3 is alive :2025-07-18 16:53:01.234 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:53:01.234 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:53:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:53:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:53:05.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:53:05.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:53:05.343 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:53:05.343 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:53:05.343 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:53:05.343 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:53:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:53:05.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:05.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:53:05.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:05.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:53:05.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:53:05.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:53:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:53:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:53:05.359 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589941 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998322 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:53:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:53:05.359 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@47793f55] :2025-07-18 16:53:05.359 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:53:05.359 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:53:14.594 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:53:14.826 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:53:20.488 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:53:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:53:25.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:53:25.347 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:53:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:53:25.347 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:53:25.347 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:53:25.347 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:53:25.347 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:53:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:25.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:53:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:53:25.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:25.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:53:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:53:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:53:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:53:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:53:25.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589961 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998342 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:53:25.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:53:25.361 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@160df926] :2025-07-18 16:53:25.361 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:53:25.361 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:53:31.246 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:53:31.246 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:53:41.289 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:53:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:53:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:53:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:53:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:53:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:53:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:53:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:53:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:53:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:45.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:53:45.361 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:53:45.361 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:53:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:45.367 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:53:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:53:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:53:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:53:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:53:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:53:45.370 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2589981 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998362 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:53:45.370 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:53:45.371 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4ba8c030] :2025-07-18 16:53:45.371 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:53:45.371 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:53:52.755 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:54:01.249 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:54:01.249 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:54:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:54:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:54:05.340 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:54:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:54:05.340 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:54:05.341 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:54:05.341 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:54:05.341 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:05.341 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:05.341 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:54:05.345 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:54:05.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:54:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:54:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:54:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:54:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:54:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590001 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998382 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:54:05.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:05.353 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@7bfec04c] :2025-07-18 16:54:05.353 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:05.353 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:54:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:54:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:54:25.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:54:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:54:25.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:54:25.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:54:25.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:54:25.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:25.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:54:25.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:25.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:54:25.353 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:25.355 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:54:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:54:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:54:25.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590021 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998402 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:54:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@43b93809] :2025-07-18 16:54:25.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:25.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:54:29.030 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:54:31.254 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:54:31.254 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:54:32.791 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:54:33.245 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:54:45.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:54:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:45.355 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:54:45.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:45.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:54:45.358 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:54:45.358 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:54:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:54:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:54:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:54:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:54:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:54:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:54:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590041 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998422 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:54:45.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:54:45.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5d0e29d] :2025-07-18 16:54:45.369 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:54:45.369 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:54:52.184 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:54:52.762 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ce30fe3 is alive :2025-07-18 16:55:01.262 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:55:01.262 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:55:02.654 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5447add1 is alive :2025-07-18 16:55:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:55:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:55:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:55:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:55:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:55:05.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:55:05.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:55:05.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:55:05.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:05.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:55:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:55:05.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:55:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:55:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:55:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:55:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:55:05.365 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590061 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998442 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:55:05.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:55:05.365 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@cd99a10] :2025-07-18 16:55:05.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:55:05.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:55:07.967 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:55:11.282 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:55:25.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:55:25.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:25.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:55:25.356 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:25.356 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:55:25.362 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:25.362 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:55:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:55:25.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:55:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:55:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:55:25.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590081 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998462 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:55:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:55:25.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6fedb9ff] :2025-07-18 16:55:25.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:55:25.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:55:25.996 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:55:29.441 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:55:31.267 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:55:31.267 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:55:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:55:45.343 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:55:45.346 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:55:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:55:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:55:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:55:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:55:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:55:45.348 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:45.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:55:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:55:45.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:55:45.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:55:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:55:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:55:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:55:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:55:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:55:45.360 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590101 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998482 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:55:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:55:45.360 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@142eb4cd] :2025-07-18 16:55:45.360 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:55:45.362 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:01.281 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:56:01.281 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:56:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:56:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:56:05.349 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:56:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:56:05.350 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:56:05.350 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:56:05.350 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:56:05.350 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:05.353 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:05.353 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:56:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:56:05.358 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:05.358 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:56:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:56:05.358 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:56:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:56:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:56:05.362 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590121 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998502 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:56:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:05.362 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@60b713c3] :2025-07-18 16:56:05.362 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:05.363 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:07.967 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:56:09.267 DEBUG master:connection-closer c.z.h.p.PoolBase: master - Closing connection com.mysql.cj.jdbc.ConnectionImpl@5447add1: (connection has passed maxLifetime) :2025-07-18 16:56:09.268 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Attempting to create/setup new connection (8135ce14-d3e8-4394-a965-c3008ecb720c) :2025-07-18 16:56:09.316 DEBUG master:connection-adder c.z.h.p.PoolBase: master - Established new connection (8135ce14-d3e8-4394-a965-c3008ecb720c) :2025-07-18 16:56:09.316 DEBUG master:connection-adder c.z.h.p.HikariPool: master - Added connection com.mysql.cj.jdbc.ConnectionImpl@5e677b8f :2025-07-18 16:56:10.731 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:56:25.344 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:25.346 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:25.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:56:25.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:25.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:56:25.356 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:25.356 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:56:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:56:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:56:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:56:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:56:25.364 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590141 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998522 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:56:25.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:25.364 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4348b550] :2025-07-18 16:56:25.365 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:25.365 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:27.591 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:56:31.285 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:56:31.285 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:56:45.344 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:56:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:56:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:45.346 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:56:45.346 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:45.347 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:45.349 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:45.349 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:56:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:56:45.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:56:45.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:45.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:56:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:56:45.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:56:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:56:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:56:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:56:45.367 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590161 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998542 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:56:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:56:45.367 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@71b447e0] :2025-07-18 16:56:45.368 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:56:45.368 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:56:49.400 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:56:49.848 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ce30fe3 is alive :2025-07-18 16:56:55.447 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:57:01.299 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:57:01.299 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:57:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:57:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:57:05.350 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:57:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:57:05.351 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:57:05.351 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:57:05.351 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:57:05.351 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:57:05.352 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:05.352 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:57:05.355 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:05.355 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:57:05.361 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:05.361 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:57:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:57:05.361 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:57:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:57:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:57:05.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590181 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998562 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:57:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:57:05.366 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@492a7534] :2025-07-18 16:57:05.366 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:57:05.366 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:57:06.120 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:57:07.731 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@45dadb28 is alive :2025-07-18 16:57:10.714 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6e0e4bca is alive :2025-07-18 16:57:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:57:25.341 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:57:25.342 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:57:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:57:25.342 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:57:25.342 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:57:25.342 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:57:25.342 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:57:25.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:25.344 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:57:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:25.348 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:57:25.352 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:25.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:25.352 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:57:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:57:25.352 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:57:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:57:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:57:25.355 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590201 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998582 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:57:25.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:57:25.355 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@480ef2a4] :2025-07-18 16:57:25.355 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:57:25.355 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:57:31.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:57:31.302 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:57:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:57:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:57:45.345 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:57:45.345 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:57:45.346 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:57:45.346 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:57:45.346 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:57:45.346 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:57:45.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:45.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:57:45.351 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:57:45.351 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:57:45.357 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:45.357 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:57:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:57:45.357 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:57:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:57:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:57:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:57:45.363 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590221 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998602 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:57:45.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:57:45.363 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@5a035f71] :2025-07-18 16:57:45.363 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:57:45.364 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:57:46.895 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@6fede84d is alive :2025-07-18 16:57:48.671 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@3ccaba83 is alive :2025-07-18 16:57:49.811 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@5e677b8f is alive :2025-07-18 16:58:01.305 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:58:01.305 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:58:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:58:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:58:05.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:58:05.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:58:05.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:58:05.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:58:05.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:58:05.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:58:05.339 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:05.339 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:58:05.344 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:05.345 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:58:05.350 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:05.350 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:58:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:58:05.350 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:58:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:58:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:58:05.353 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590241 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998622 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:58:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:58:05.354 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@4e65a2dc] :2025-07-18 16:58:05.354 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:58:05.354 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:58:21.933 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4eec77f is alive :2025-07-18 16:58:25.337 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:58:25.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:58:25.337 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:58:25.337 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:58:25.338 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:58:25.338 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:58:25.338 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:58:25.338 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:58:25.339 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:25.339 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:58:25.347 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:25.347 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:58:25.354 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:25.354 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:58:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:58:25.354 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:58:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:58:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:58:25.356 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590261 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998642 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:58:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:58:25.358 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@6fc263ce] :2025-07-18 16:58:25.358 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:58:25.358 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:58:31.307 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Pool stats (total=10/10, idle=10/10, active=0, waiting=0) :2025-07-18 16:58:31.307 DEBUG master:housekeeper c.z.h.p.HikariPool: master - Fill pool skipped, pool has sufficient level or currently being filled. :2025-07-18 16:58:42.804 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@ab1717d is alive :2025-07-18 16:58:42.930 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@430bbc80 is alive :2025-07-18 16:58:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Attempting to authenticate /actuator/health, authentication required: false :2025-07-18 16:58:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/health :2025-07-18 16:58:45.351 DEBUG XNIO-1 task-3 i.u.r.security: Authentication result was ATTEMPTED for /actuator/health :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Securing GET /actuator/health :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Attempting to authenticate /actuator/info, authentication required: false :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.s.w.FilterChainProxy: Secured GET /actuator/health :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication outcome was NOT_ATTEMPTED with method io.undertow.security.impl.CachedAuthenticatedSessionMechanism@74e15e7f for /actuator/info :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: GET "/actuator/health", parameters={} :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-2 i.u.r.security: Authentication result was ATTEMPTED for /actuator/info :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'health' :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Securing GET /actuator/info :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-2 o.s.s.w.FilterChainProxy: Secured GET /actuator/info :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: GET "/actuator/info", parameters={} :2025-07-18 16:58:45.352 DEBUG XNIO-1 task-2 o.s.b.a.e.w.s.WebMvcEndpointHandlerMapping: Mapped to Actuator web endpoint 'info' :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Read "application/octet-stream" to [] :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-2 o.s.w.s.m.m.a.RequestResponseBodyMethodProcessor: Writing [{}] :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-2 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:58:45.353 DEBUG XNIO-1 task-2 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:58:45.354 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:45.354 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:58:45.357 DEBUG XNIO-1 task-3 o.s.j.d.DataSourceUtils: Fetching JDBC Connection from DataSource :2025-07-18 16:58:45.357 DEBUG XNIO-1 task-3 c.b.d.d.DynamicRoutingDataSource: dynamic-datasource switch to the primary datasource :2025-07-18 16:58:45.366 DEBUG boundedElastic-1 i.l.c.RedisChannelHandler: dispatching command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() writeAndFlush command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:45.366 DEBUG boundedElastic-1 i.l.c.p.DefaultEndpoint: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1] write() done :2025-07-18 16:58:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] write(ctx, SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise) :2025-07-18 16:58:45.366 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandEncoder: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379] writing command SubscriptionCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command] :2025-07-18 16:58:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Received: 522 bytes, 1 commands in the stack :2025-07-18 16:58:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Stack contains: 1 commands :2025-07-18 16:58:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.RedisStateMachine: Decode done, empty stack: true :2025-07-18 16:58:45.369 DEBUG lettuce-nioEventLoop-4-14 i.l.c.p.CommandHandler: [channel=0xb21042fd, /192.168.3.17:52096 -> /192.168.10.101:6379, epid=0x1, chid=0xe] Completing command LatencyMeteredCommand [type=INFO, output=StatusOutput [output=# Server redis_version:6.0.20 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:dbdcb1f5eaf1bc2 redis_mode:standalone os:Linux 5.15.0-141-generic x86_64 arch_bits:64 multiplexing_api:epoll atomicvar_api:atomic-builtin gcc_version:12.2.0 process_id:1 run_id:d5d492628f90314dbff4cc277e207d5dde01d4ec tcp_port:6379 uptime_in_seconds:2590281 uptime_in_days:29 hz:10 configured_hz:10 lru_clock:7998662 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:0 , error='null'], commandType=io.lettuce.core.RedisPublisher$SubscriptionCommand] :2025-07-18 16:58:45.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Using 'application/vnd.spring-boot.actuator.v3+json', given [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/vnd.spring-boot.actuator.v1+json, application/json] and supported [application/vnd.spring-boot.actuator.v3+json, application/vnd.spring-boot.actuator.v2+json, application/json] :2025-07-18 16:58:45.369 DEBUG XNIO-1 task-3 o.s.w.s.m.m.a.HttpEntityMethodProcessor: Writing [org.springframework.boot.actuate.health.SystemHealth@bd03ab1] :2025-07-18 16:58:45.370 DEBUG XNIO-1 task-3 o.s.w.s.DispatcherServlet: Completed 200 OK :2025-07-18 16:58:45.370 DEBUG XNIO-1 task-3 o.s.s.w.a.AnonymousAuthenticationFilter: Set SecurityContextHolder to anonymous SecurityContext :2025-07-18 16:58:46.612 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4897c5a5 is alive :2025-07-18 16:58:46.925 DEBUG master:housekeeper c.z.h.p.HikariPool: master - keepalive: connection com.mysql.cj.jdbc.ConnectionImpl@4ce30fe3 is alive