By type
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/bin/application.jar!/BOOT-INF/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/bin/application.jar!/BOOT-INF/lib/crypt-password-1.8.7.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 06:23:49,261 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 06:23:49,271 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] 06:23:49,275 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/bin/application.jar!/BOOT-INF/classes!/logback.xml] 06:23:50,076 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@679b62af - URL [jar:file:/bin/application.jar!/BOOT-INF/classes!/logback.xml] is not of type file 06:23:50,750 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set 06:23:50,763 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 06:23:50,812 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE] 06:23:51,287 |-WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - This appender no longer admits a layout as a sub-component, set an encoder instead. 06:23:51,287 |-WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder. 06:23:51,287 |-WARN in ch.qos.logback.core.ConsoleAppender[CONSOLE] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details 06:23:51,289 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO 06:23:51,289 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT] 06:23:51,291 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 06:23:51,293 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5cdd8682 - Registering current configuration as safe fallback point SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 06:23:51.350 [Thread-0] INFO o.o.s.a.m.c.ConfigFetchFromCbs:71 - getAppconfig start .. 06:23:51.935 [Thread-0] INFO o.o.d.s.s.r.s.c.c.m.CbsClientConfiguration:182 - CBS client will use http over TLS. 06:23:51.949 [Thread-0] INFO o.o.d.s.s.r.s.c.c.m.CbsClientConfiguration:191 - Path to cert files: /opt/app/sliceanalysisms/etc/cert// 06:23:52.037 [Thread-0] INFO o.o.d.s.s.r.s.c.c.a.CbsClientFactory:62 - Configuration used for CBS Client: CbsClientConfiguration{hostname=config-binding-service, port=10443, appName=dcae-slice-analysis-ms, protocol=https, trustStoreKeys=TrustStoreKeys{trustStore=SecurityKeysStore{path=/opt/app/sliceanalysisms/etc/cert/trust.jks, type=jks}, trustStorePassword=
}, consulHost=consul-server, consulPort=8500, cbsName=config-binding-service, configMapFilePath=/app-config-input/application_config.yaml, policySyncFilePath=/etc/policies/policies.json} 06:23:56.150 [Thread-0] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:69 - Trying to load configuration from configMap file: /app-config-input/application_config.yaml 06:24:01.323 [main] INFO o.onap.slice.analysis.ms.Application:109 - after 10s sleep 06:24:01.327 [main] INFO o.onap.slice.analysis.ms.Application:66 - Starting spring boot application . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.1.RELEASE) 06:24:07.817 [main] INFO o.onap.slice.analysis.ms.Application:55 - Starting Application on dcae-slice-analysis-ms with PID 7 (/bin/application.jar started by sliceanalysis in /app) 06:24:07.841 [main] INFO o.onap.slice.analysis.ms.Application:651 - No active profile set, falling back to default profiles: default 06:24:15.707 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate:126 - Bootstrapping Spring Data repositories in DEFERRED mode. 06:24:16.339 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate:182 - Finished Spring Data repository scanning in 611ms. Found 1 repository interfaces. 06:24:23.909 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8080 (http) 06:24:23.954 [main] INFO o.a.coyote.http11.Http11NioProtocol:173 - Initializing ProtocolHandler ["http-nio-8080"] 06:24:23.955 [main] INFO o.a.catalina.core.StandardService:173 - Starting service [Tomcat] 06:24:23.955 [main] INFO o.a.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.65] 06:24:24.267 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext 06:24:24.268 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:285 - Root WebApplicationContext: initialization completed in 14653 ms 06:24:27.081 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... 06:24:28.385 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. 06:24:30.903 [task-1] INFO o.h.jpa.internal.util.LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [ name: default ...] 06:24:30.943 [pool-2-thread-1] INFO o.o.s.a.m.s.c.NetworkPolicyMonitor:134 - NetworkPolicyMonitor -- AAIEventLoop initiated 06:24:30.953 [main] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:144 - Evaluation loop configs has been loaded. Strategy FlexibleThresholdStrategy. 06:24:30.954 [main] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:82 - FlexibleThresholdStrategy is utilized as the bandwidth evaluatior strategy 06:24:30.960 [pool-4-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:183 - BandwidthEvaluator -- EvaluationLoop initiated 06:24:30.974 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319070974 06:24:30.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319070974 === 06:24:31.147 [main] INFO o.o.s.a.ms.dmaap.MRTopicMonitor:76 - Starting Dmaap Bus Monitor 06:24:32.822 [main] INFO o.h.validator.internal.util.Version:21 - HV000001: Hibernate Validator 6.0.14.Final 06:24:34.271 [task-1] INFO org.hibernate.Version:46 - HHH000412: Hibernate Core {5.3.7.Final} 06:24:34.359 [task-1] INFO org.hibernate.cfg.Environment:213 - HHH000206: hibernate.properties not found 06:24:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319075959 06:24:35.981 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319075959 === 06:24:36.407 [task-1] INFO o.h.annotations.common.Version:49 - HCANN000001: Hibernate Commons Annotations {5.0.4.Final} 06:24:36.777 [main] WARN o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration:220 - spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 06:24:37.724 [task-1] INFO org.hibernate.dialect.Dialect:157 - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL9Dialect 06:24:37.777 [task-1] INFO o.h.e.j.e.i.LobCreatorBuilderImpl:63 - HHH000422: Disabling contextual LOB creation as connection was null 06:24:37.820 [task-1] INFO org.hibernate.type.BasicTypeRegistry:159 - HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@699ff3e7 06:24:40.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319080959 06:24:40.976 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319080959 === 06:24:45.718 [task-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean:415 - Initialized JPA EntityManagerFactory for persistence unit 'default' 06:24:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319085959 06:24:45.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319085959 === 06:24:49.696 [main] INFO o.a.coyote.http11.Http11NioProtocol:173 - Starting ProtocolHandler ["http-nio-8080"] 06:24:50.071 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8080 (http) with context path '' 06:24:50.074 [main] INFO o.s.d.r.c.DeferredRepositoryInitializationListener:49 - Triggering deferred initialization of Spring Data repositories… 06:24:50.683 [main] INFO o.s.d.r.c.DeferredRepositoryInitializationListener:53 - Spring Data repositories initialized! 06:24:50.858 [main] INFO o.onap.slice.analysis.ms.Application:61 - Started Application in 48.454 seconds (JVM running for 65.354) 06:24:50.898 [Thread-22] INFO o.o.s.analysis.ms.service.PmThread:63 - PM thread starting ... 06:24:50.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319090960 06:24:50.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319090960 === 06:24:50.990 [Thread-26] INFO o.o.s.a.ms.service.ConfigThread:43 - Config Thread is starting... 06:24:51.994 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:24:52.995 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:24:53.996 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:24:55.006 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:24:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319095958 06:24:55.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319095958 === 06:24:56.008 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:24:57.011 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:24:58.012 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:24:59.014 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:00.014 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319100958 06:25:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319100958 === 06:25:01.015 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:02.016 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:03.039 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:03.630 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:25:03.631 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:25:04.041 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:04.184 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' 06:25:04.185 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet:525 - Initializing Servlet 'dispatcherServlet' 06:25:04.189 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet:547 - Completed initialization in 4 ms 06:25:05.046 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319105961 06:25:05.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319105961 === 06:25:06.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:07.054 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:08.058 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:09.061 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:10.065 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:10.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319110964 06:25:10.989 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319110964 === 06:25:11.109 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:12.117 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:13.122 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:14.125 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:15.141 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:15.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319115961 06:25:15.969 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319115961 === 06:25:16.142 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:17.149 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:18.172 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:19.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:20.179 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:20.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319120965 06:25:20.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319120965 === 06:25:21.195 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:22.200 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:23.203 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:24.235 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:25.238 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:25.973 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319125973 06:25:25.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319125973 === 06:25:26.252 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:27.256 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:28.262 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:29.266 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:30.269 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319130959 06:25:30.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319130959 === 06:25:31.273 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:32.275 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:33.276 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:34.277 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:35.280 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:35.972 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319135971 06:25:35.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319135971 === 06:25:36.282 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:37.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:38.330 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:39.333 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:40.335 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:40.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319140962 06:25:40.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319140962 === 06:25:41.350 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:42.355 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:43.370 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:44.371 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:45.373 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319145959 06:25:45.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319145959 === 06:25:46.376 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:47.392 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:48.393 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:49.404 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:50.414 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:50.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319150963 06:25:50.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319150963 === 06:25:51.423 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:52.426 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:53.427 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:54.428 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:55.432 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:55.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319155962 06:25:55.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319155962 === 06:25:56.435 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:57.443 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:58.444 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:25:59.446 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:00.448 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319160958 06:26:00.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319160958 === 06:26:01.449 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:02.451 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:03.453 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:03.633 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:26:03.635 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:26:04.465 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:05.467 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:05.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319165961 06:26:05.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319165961 === 06:26:06.479 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:07.488 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:08.490 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:09.493 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:10.504 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:10.968 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319170968 06:26:10.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319170968 === 06:26:11.518 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:12.521 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:13.522 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:14.528 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:15.534 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:15.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319175963 06:26:15.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319175963 === 06:26:16.551 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:17.552 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:18.561 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:19.577 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:20.591 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:20.970 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319180970 06:26:20.978 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319180970 === 06:26:21.595 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:22.601 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:23.617 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:24.619 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:25.619 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319185962 06:26:25.980 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319185962 === 06:26:26.621 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:27.634 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:28.639 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:29.642 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:30.707 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:30.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319190963 06:26:30.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319190963 === 06:26:31.717 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:32.720 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:33.755 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:34.765 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:35.768 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319195959 06:26:35.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319195959 === 06:26:36.778 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:37.779 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:38.780 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:39.781 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:40.794 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:40.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319200964 06:26:40.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319200964 === 06:26:41.796 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:42.797 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:43.807 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:44.866 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:45.867 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:45.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319205961 06:26:45.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319205961 === 06:26:46.879 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:47.882 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:48.885 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:49.886 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:50.895 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319210958 06:26:50.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319210958 === 06:26:50.989 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:26:51.901 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:52.904 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:53.906 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:54.909 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:55.911 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319215958 06:26:55.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319215958 === 06:26:56.912 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:57.913 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:58.914 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:26:59.918 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:00.921 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319220958 06:27:00.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319220958 === 06:27:01.925 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:02.927 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:03.626 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:27:03.634 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:27:03.932 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:04.938 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:05.943 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:05.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319225961 06:27:05.978 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319225961 === 06:27:06.944 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:07.947 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:08.949 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:09.950 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319230958 06:27:10.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319230958 === 06:27:10.970 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:11.974 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:12.977 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:13.978 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:14.980 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319235958 06:27:15.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319235958 === 06:27:16.001 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:17.010 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:18.014 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:19.015 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:20.016 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319240958 06:27:20.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319240958 === 06:27:21.016 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:22.022 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:23.026 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:24.027 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:25.042 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:25.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319245967 06:27:25.968 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319245967 === 06:27:26.045 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:27.047 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:28.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:29.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:30.051 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:30.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319250959 06:27:30.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319250959 === 06:27:31.053 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:32.054 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:33.066 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:34.067 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:35.069 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319255959 06:27:35.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319255959 === 06:27:36.071 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:37.072 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:38.077 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:39.084 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:40.084 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319260958 06:27:40.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319260958 === 06:27:41.085 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:42.087 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:43.089 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:44.093 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:45.095 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:45.975 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319265974 06:27:45.978 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319265974 === 06:27:46.102 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:47.105 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:48.109 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:49.110 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:50.114 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:50.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319270962 06:27:50.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319270962 === 06:27:51.126 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:52.137 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:53.138 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:54.141 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:55.158 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:55.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319275963 06:27:55.972 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319275963 === 06:27:56.163 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:57.164 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:58.183 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:27:59.187 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:00.189 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319280958 06:28:00.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319280958 === 06:28:01.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:02.191 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:03.194 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:03.603 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:28:03.603 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:28:04.195 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:05.210 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:05.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319285960 06:28:05.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319285960 === 06:28:06.218 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:07.232 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:08.246 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:09.257 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:10.264 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:10.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319290961 06:28:10.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319290961 === 06:28:11.265 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:12.286 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:13.289 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:14.294 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:15.298 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:15.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319295963 06:28:15.986 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319295963 === 06:28:16.302 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:17.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:18.309 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:19.317 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:20.317 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:20.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319300961 06:28:20.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319300961 === 06:28:21.321 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:22.326 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:23.330 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:24.331 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:25.334 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319305962 06:28:25.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319305962 === 06:28:26.338 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:27.342 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:28.344 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:29.367 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:30.374 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319310962 06:28:30.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319310962 === 06:28:31.378 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:32.383 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:33.390 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:34.391 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:35.393 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:35.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319315962 06:28:35.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319315962 === 06:28:36.400 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:37.410 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:38.413 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:39.422 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:40.423 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:40.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319320960 06:28:40.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319320960 === 06:28:41.426 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:42.427 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:43.428 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:44.433 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:45.461 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319325958 06:28:45.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319325958 === 06:28:46.465 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:47.466 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:48.467 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:49.470 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:50.475 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319330959 06:28:50.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319330959 === 06:28:50.991 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:28:51.484 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:52.486 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:53.486 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:54.487 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:55.497 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319335958 06:28:55.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319335958 === 06:28:56.498 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:57.499 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:58.502 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:28:59.505 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:00.586 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:00.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319340963 06:29:00.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319340963 === 06:29:01.588 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:02.589 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:03.592 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:03.633 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:29:03.635 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:29:04.593 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:05.594 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319345962 06:29:05.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319345962 === 06:29:06.597 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:07.605 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:08.606 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:09.608 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:10.609 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319350958 06:29:10.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319350958 === 06:29:11.659 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:12.661 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:13.662 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:14.664 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:15.669 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319355958 06:29:15.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319355958 === 06:29:16.670 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:17.675 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:18.689 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:19.699 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:20.707 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319360958 06:29:20.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319360958 === 06:29:21.713 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:22.717 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:23.722 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:24.726 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:25.728 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319365958 06:29:25.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319365958 === 06:29:26.753 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:27.759 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:28.762 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:29.773 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:30.777 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319370962 06:29:30.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319370962 === 06:29:31.783 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:32.790 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:33.791 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:34.792 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:35.792 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:35.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319375967 06:29:35.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319375967 === 06:29:36.794 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:37.799 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:38.805 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:39.808 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:40.810 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319380958 06:29:40.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319380958 === 06:29:41.811 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:42.812 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:43.821 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:44.821 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:45.822 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319385958 06:29:45.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319385958 === 06:29:46.822 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:47.829 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:48.837 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:49.838 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:50.853 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319390959 06:29:50.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319390959 === 06:29:51.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:52.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:53.855 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:54.857 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:55.862 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319395958 06:29:55.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319395958 === 06:29:56.864 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:57.889 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:58.889 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:29:59.895 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:00.897 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319400958 06:30:00.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319400958 === 06:30:01.901 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:02.941 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:03.602 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:30:03.603 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:30:03.943 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:04.954 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:05.956 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319405958 06:30:05.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319405958 === 06:30:06.957 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:07.957 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:08.958 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:09.962 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:10.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319410961 06:30:10.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319410961 === 06:30:10.967 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:11.968 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:12.969 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:13.974 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:14.976 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:15.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319415958 06:30:15.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319415958 === 06:30:15.977 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:16.979 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:17.979 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:18.986 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:19.990 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:20.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319420960 06:30:20.969 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319420960 === 06:30:20.994 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:21.995 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:22.997 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:23.998 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:25.002 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319425962 06:30:25.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319425962 === 06:30:26.006 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:27.046 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:28.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:29.055 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:30.058 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319430962 06:30:30.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319430962 === 06:30:31.088 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:32.114 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:33.117 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:34.121 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:35.121 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319435958 06:30:35.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319435958 === 06:30:36.125 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:37.133 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:38.138 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:39.140 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:40.140 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319440958 06:30:40.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319440958 === 06:30:41.141 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:42.146 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:43.157 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:44.162 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:45.163 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319445958 06:30:45.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319445958 === 06:30:46.167 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:47.177 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:48.181 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:49.196 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:50.201 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:50.971 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319450970 06:30:50.986 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319450970 === 06:30:50.997 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:30:51.205 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:52.210 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:53.212 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:54.215 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:55.215 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:55.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319455961 06:30:55.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319455961 === 06:30:56.224 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:57.225 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:58.255 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:30:59.255 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:00.258 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:00.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319460959 06:31:00.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319460959 === 06:31:01.268 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:02.271 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:03.272 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:03.622 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:31:03.622 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:31:04.274 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:05.275 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:05.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319465965 06:31:05.983 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319465965 === 06:31:06.278 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:07.282 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:08.296 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:09.304 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:10.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:10.984 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319470983 06:31:10.993 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319470983 === 06:31:11.308 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:12.309 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:13.315 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:14.334 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:15.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:15.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319475961 06:31:15.983 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319475961 === 06:31:16.350 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:17.355 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:18.372 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:19.376 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:20.386 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319480959 06:31:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319480959 === 06:31:21.388 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:22.389 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:23.394 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:24.397 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:25.398 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319485962 06:31:25.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319485962 === 06:31:26.406 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:27.445 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:28.445 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:29.448 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:30.476 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:30.971 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319490971 06:31:30.977 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319490971 === 06:31:31.492 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:32.494 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:33.498 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:34.506 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:35.506 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:35.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319495961 06:31:35.978 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319495961 === 06:31:36.511 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:37.536 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:38.541 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:39.547 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:40.549 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:40.970 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319500970 06:31:40.972 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319500970 === 06:31:41.569 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:42.573 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:43.577 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:44.589 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:45.591 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319505958 06:31:45.978 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319505958 === 06:31:46.591 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:47.592 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:48.593 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:49.599 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:50.601 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:50.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319510960 06:31:50.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319510960 === 06:31:51.604 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:52.610 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:53.612 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:54.613 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:55.620 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:55.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319515967 06:31:55.969 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319515967 === 06:31:56.624 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:57.643 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:58.658 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:31:59.659 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:00.665 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319520958 06:32:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319520958 === 06:32:01.668 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:02.671 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:03.698 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:32:03.699 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:32:03.729 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:04.734 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:05.751 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:06.086 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319526086 06:32:06.089 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319526086 === 06:32:06.774 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:07.775 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:08.778 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:09.782 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:10.799 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:10.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319530966 06:32:10.969 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319530966 === 06:32:11.809 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:12.846 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:13.849 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:14.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:15.866 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319535958 06:32:15.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319535958 === 06:32:16.867 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:17.874 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:18.891 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:19.893 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:20.894 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:20.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319540962 06:32:20.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319540962 === 06:32:21.904 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:22.911 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:23.920 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:24.924 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:25.929 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:25.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319545961 06:32:25.983 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319545961 === 06:32:26.945 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:27.952 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:28.958 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:29.958 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319550959 06:32:30.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319550959 === 06:32:30.966 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:31.969 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:32.971 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:33.974 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:34.981 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319555959 06:32:36.012 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319555959 === 06:32:35.983 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:37.041 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:38.051 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:39.061 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:40.066 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:40.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319560962 06:32:40.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319560962 === 06:32:41.069 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:42.070 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:43.083 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:44.085 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:45.095 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319565958 06:32:45.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319565958 === 06:32:46.097 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:47.098 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:48.100 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:49.110 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:50.151 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319570958 06:32:50.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319570958 === 06:32:51.006 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:32:51.258 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:52.261 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:53.262 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:54.265 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:55.294 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:55.969 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319575969 06:32:55.984 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319575969 === 06:32:56.304 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:57.310 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:58.314 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:32:59.329 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:00.330 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:00.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319580959 06:33:00.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319580959 === 06:33:01.343 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:02.353 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:03.355 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:03.663 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:33:03.665 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:33:04.394 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:05.399 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:05.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319585960 06:33:05.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319585960 === 06:33:06.417 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:07.426 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:08.434 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:09.466 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:10.472 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:10.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319590961 06:33:10.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319590961 === 06:33:11.481 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:12.486 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:13.497 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:14.498 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:15.515 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:15.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319595959 06:33:15.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319595959 === 06:33:16.515 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:17.517 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:18.523 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:19.525 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:20.527 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:20.972 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319600972 06:33:20.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319600972 === 06:33:21.534 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:22.537 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:23.543 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:24.555 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:25.557 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:25.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319605958 06:33:25.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319605958 === 06:33:26.559 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:27.561 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:28.568 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:29.569 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:30.574 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319610958 06:33:30.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319610958 === 06:33:31.577 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:32.578 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:33.583 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:34.602 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:35.605 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319615958 06:33:35.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319615958 === 06:33:36.608 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:37.610 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:38.611 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:39.629 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:40.633 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:40.971 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319620970 06:33:40.971 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319620970 === 06:33:41.649 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:42.658 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:43.669 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:44.747 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:45.757 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:45.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319625961 06:33:45.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319625961 === 06:33:46.765 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:47.770 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:48.777 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:49.787 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:50.828 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319630959 06:33:50.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319630959 === 06:33:51.838 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:52.844 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:53.846 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:54.853 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:55.855 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319635958 06:33:56.014 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319635958 === 06:33:56.859 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:57.862 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:58.866 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:33:59.874 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:00.882 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319640958 06:34:00.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319640958 === 06:34:01.886 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:02.891 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:03.706 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:34:03.706 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:34:03.891 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:04.892 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:05.912 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:05.970 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319645960 06:34:05.987 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319645960 === 06:34:06.918 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:07.925 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:08.930 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:09.955 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:10.955 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:10.990 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319650990 06:34:11.006 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319650990 === 06:34:11.957 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:12.961 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:13.967 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:14.972 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:15.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319655962 06:34:15.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319655962 === 06:34:15.973 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:16.979 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:18.006 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:19.007 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:20.007 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319660959 06:34:20.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319660959 === 06:34:21.009 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:22.015 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:23.018 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:24.026 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:25.044 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:25.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319665966 06:34:25.982 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319665966 === 06:34:26.048 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:27.049 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:28.058 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:29.060 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:30.069 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:30.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319670960 06:34:30.978 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319670960 === 06:34:31.070 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:32.073 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:33.086 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:34.086 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:35.090 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:35.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319675961 06:34:35.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319675961 === 06:34:36.091 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:37.103 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:38.105 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:39.110 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:40.120 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319680958 06:34:40.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319680958 === 06:34:41.133 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:42.137 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:43.138 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:44.142 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:45.145 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319685958 06:34:45.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319685958 === 06:34:46.153 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:47.154 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:48.156 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:49.166 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:50.167 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:50.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319690967 06:34:50.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319690967 === 06:34:51.008 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:34:51.170 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:52.170 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:53.175 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:54.176 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:55.177 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319695959 06:34:55.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319695959 === 06:34:56.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:57.180 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:58.182 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:34:59.185 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:00.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:00.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319700962 06:35:00.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319700962 === 06:35:01.192 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:02.193 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:03.193 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:03.600 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:35:03.600 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:35:04.193 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:05.194 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:05.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319705961 06:35:05.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319705961 === 06:35:06.195 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:07.196 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:08.203 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:09.206 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:10.206 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:10.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319710959 06:35:10.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319710959 === 06:35:11.210 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:12.212 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:13.213 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:14.215 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:15.220 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:15.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319715959 06:35:15.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319715959 === 06:35:16.228 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:17.237 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:18.242 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:19.245 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:20.248 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319720958 06:35:20.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319720958 === 06:35:21.249 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:22.249 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:23.251 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:24.260 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:25.260 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:25.973 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319725973 06:35:25.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319725973 === 06:35:26.264 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:27.270 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:28.271 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:29.273 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:30.284 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:30.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319730963 06:35:30.980 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319730963 === 06:35:31.290 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:32.291 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:33.302 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:34.303 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:35.309 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319735959 06:35:35.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319735959 === 06:35:36.310 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:37.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:38.313 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:39.322 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:40.329 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:40.973 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319740972 06:35:40.983 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319740972 === 06:35:41.330 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:42.333 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:43.348 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:44.350 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:45.359 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319745958 06:35:45.968 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319745958 === 06:35:46.361 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:47.365 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:48.365 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:49.366 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:50.368 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319750958 06:35:50.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319750958 === 06:35:51.369 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:52.374 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:53.377 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:54.379 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:55.383 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319755959 06:35:55.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319755959 === 06:35:56.387 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:57.390 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:58.392 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:35:59.397 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:00.450 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319760958 06:36:00.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319760958 === 06:36:01.452 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:02.453 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:03.455 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:03.586 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:36:03.586 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:36:04.462 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:05.462 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:05.974 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319765974 06:36:05.988 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319765974 === 06:36:06.463 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:07.464 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:08.466 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:09.466 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:10.467 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:10.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319770962 06:36:10.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319770962 === 06:36:11.469 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:12.478 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:13.481 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:14.482 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:15.485 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:15.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319775960 06:36:15.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319775960 === 06:36:16.487 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:17.489 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:18.493 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:19.515 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:20.525 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319780958 06:36:20.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319780958 === 06:36:21.525 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:22.527 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:23.534 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:24.537 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:25.538 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319785961 06:36:25.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319785961 === 06:36:26.540 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:27.583 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:28.590 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:29.590 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:30.599 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319790958 06:36:30.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319790958 === 06:36:31.602 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:32.602 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:33.604 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:34.605 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:35.605 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319795958 06:36:35.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319795958 === 06:36:36.607 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:37.610 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:38.614 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:39.614 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:40.618 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:40.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319800962 06:36:40.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319800962 === 06:36:41.622 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:42.628 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:43.629 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:44.630 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:45.633 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319805958 06:36:45.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319805958 === 06:36:46.637 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:47.641 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:48.645 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:49.647 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:50.654 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319810958 06:36:50.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319810958 === 06:36:51.009 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:36:51.662 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:52.665 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:53.667 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:54.669 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:55.670 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:55.969 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319815969 06:36:55.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319815969 === 06:36:56.678 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:57.681 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:58.682 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:36:59.686 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:00.688 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319820958 06:37:00.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319820958 === 06:37:01.693 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:02.694 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:03.629 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:37:03.630 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:37:03.698 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:04.708 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:05.710 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:05.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319825967 06:37:05.968 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319825967 === 06:37:06.719 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:07.737 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:08.738 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:09.748 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:10.759 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319830958 06:37:10.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319830958 === 06:37:11.777 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:12.779 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:13.831 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:14.838 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:15.848 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:15.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319835963 06:37:15.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319835963 === 06:37:16.852 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:17.862 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:18.870 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:19.875 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:20.877 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319840958 06:37:20.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319840958 === 06:37:21.890 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:22.892 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:23.893 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:24.896 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:25.899 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319845958 06:37:25.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319845958 === 06:37:26.900 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:27.906 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:28.909 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:29.914 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:30.917 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:30.976 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319850976 06:37:30.989 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319850976 === 06:37:31.934 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:32.935 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:33.937 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:34.937 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:35.941 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319855958 06:37:35.972 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319855958 === 06:37:37.012 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:38.013 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:39.013 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:40.018 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:40.998 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319860998 06:37:41.003 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319860998 === 06:37:41.019 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:42.022 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:43.047 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:44.051 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:45.054 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319865958 06:37:45.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319865958 === 06:37:46.058 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:47.066 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:48.070 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:49.074 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:50.075 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:50.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319870961 06:37:50.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319870961 === 06:37:51.098 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:52.100 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:53.102 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:54.103 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:55.105 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319875958 06:37:55.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319875958 === 06:37:56.109 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:57.112 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:58.114 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:37:59.120 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:00.126 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:00.969 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319880969 06:38:00.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319880969 === 06:38:01.154 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:02.154 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:03.174 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:03.588 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:38:03.588 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:38:04.176 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:05.179 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319885962 06:38:05.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319885962 === 06:38:06.182 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:07.186 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:08.186 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:09.189 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:10.191 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:10.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319890959 06:38:10.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319890959 === 06:38:11.193 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:12.195 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:13.197 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:14.201 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:15.203 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319895958 06:38:15.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319895958 === 06:38:16.208 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:17.208 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:18.209 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:19.209 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:20.214 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319900958 06:38:20.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319900958 === 06:38:21.218 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:22.220 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:23.230 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:24.230 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:25.232 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:25.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319905959 06:38:25.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319905959 === 06:38:26.234 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:27.234 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:28.235 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:29.237 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:30.237 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319910958 06:38:30.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319910958 === 06:38:31.238 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:32.239 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:33.241 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:34.242 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:35.244 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:35.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319915960 06:38:35.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319915960 === 06:38:36.256 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:37.256 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:38.262 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:39.272 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:40.273 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:40.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319920960 06:38:40.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319920960 === 06:38:41.275 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:42.277 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:43.277 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:44.279 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:45.284 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319925958 06:38:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319925958 === 06:38:46.284 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:47.286 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:48.287 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:49.287 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:50.288 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319930958 06:38:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319930958 === 06:38:51.011 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:38:51.289 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:52.289 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:53.290 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:54.291 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:55.293 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319935959 06:38:55.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319935959 === 06:38:56.293 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:57.299 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:58.307 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:38:59.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:00.312 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319940958 06:39:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319940958 === 06:39:01.313 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:02.315 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:03.317 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:03.597 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:39:03.599 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:39:04.327 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:05.328 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319945958 06:39:05.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319945958 === 06:39:06.330 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:07.332 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:08.334 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:09.335 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:10.338 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:10.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319950961 06:39:10.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319950961 === 06:39:11.339 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:12.340 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:13.340 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:14.341 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:15.343 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319955958 06:39:15.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319955958 === 06:39:16.345 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:17.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:18.354 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:19.354 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:20.355 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319960958 06:39:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319960958 === 06:39:21.357 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:22.359 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:23.360 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:24.367 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:25.374 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:25.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319965959 06:39:25.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319965959 === 06:39:26.378 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:27.379 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:28.388 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:29.391 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:30.394 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319970958 06:39:30.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319970958 === 06:39:31.398 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:32.406 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:33.409 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:34.420 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:35.424 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319975958 06:39:35.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319975958 === 06:39:36.425 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:37.428 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:38.429 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:39.430 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:40.435 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:40.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319980963 06:39:40.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319980963 === 06:39:41.437 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:42.438 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:43.440 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:44.445 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:45.450 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:45.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319985963 06:39:45.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319985963 === 06:39:46.451 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:47.452 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:48.462 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:49.463 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:50.466 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319990958 06:39:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319990958 === 06:39:51.468 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:52.474 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:53.475 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:54.477 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:55.478 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:55.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675319995962 06:39:55.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675319995962 === 06:39:56.481 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:57.485 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:58.486 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:39:59.487 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:00.489 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320000958 06:40:00.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320000958 === 06:40:01.492 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:02.493 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:03.498 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:03.637 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:40:03.641 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:40:04.499 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:05.500 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:05.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320005960 06:40:05.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320005960 === 06:40:06.500 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:07.513 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:08.518 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:09.519 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:10.519 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320010958 06:40:10.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320010958 === 06:40:11.520 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:12.522 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:13.523 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:14.525 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:15.531 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320015958 06:40:15.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320015958 === 06:40:16.535 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:17.536 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:18.538 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:19.540 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:20.541 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320020958 06:40:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320020958 === 06:40:21.546 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:22.547 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:23.570 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:24.571 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:25.572 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:25.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320025959 06:40:25.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320025959 === 06:40:26.578 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:27.579 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:28.581 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:29.590 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:30.591 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320030958 06:40:30.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320030958 === 06:40:31.592 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:32.593 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:33.593 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:34.595 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:35.597 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:35.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320035965 06:40:35.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320035965 === 06:40:36.598 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:37.600 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:38.602 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:39.614 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:40.614 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320040958 06:40:40.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320040958 === 06:40:41.618 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:42.624 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:43.627 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:44.629 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:45.638 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320045958 06:40:45.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320045958 === 06:40:46.641 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:47.641 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:48.643 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:49.644 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:50.645 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320050958 06:40:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320050958 === 06:40:51.012 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:40:51.646 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:52.647 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:53.649 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:54.649 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:55.654 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320055958 06:40:55.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320055958 === 06:40:56.705 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:57.705 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:58.707 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:40:59.719 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:00.722 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320060958 06:41:00.971 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320060958 === 06:41:01.726 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:02.732 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:03.660 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:41:03.661 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:41:03.734 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:04.737 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:05.759 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:05.982 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320065982 06:41:05.986 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320065982 === 06:41:06.766 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:07.767 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:08.769 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:09.770 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:10.773 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320070958 06:41:10.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320070958 === 06:41:11.776 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:12.777 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:13.781 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:14.783 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:15.790 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:15.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320075960 06:41:15.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320075960 === 06:41:16.792 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:17.793 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:18.804 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:19.810 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:20.819 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:20.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320080959 06:41:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320080959 === 06:41:21.822 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:22.825 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:23.831 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:24.832 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:25.833 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320085962 06:41:25.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320085962 === 06:41:26.838 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:27.846 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:28.850 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:29.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:30.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320090961 06:41:30.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320090961 === 06:41:31.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:32.866 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:33.869 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:34.886 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:35.889 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:35.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320095966 06:41:35.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320095966 === 06:41:36.892 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:37.894 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:38.896 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:39.914 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:40.922 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:40.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320100959 06:41:40.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320100959 === 06:41:41.922 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:42.926 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:43.928 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:44.930 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:45.934 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:45.971 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320105971 06:41:45.971 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320105971 === 06:41:46.944 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:47.945 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:48.949 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:49.951 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:50.953 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:50.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320110960 06:41:50.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320110960 === 06:41:51.963 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:52.965 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:53.975 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:54.977 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:55.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320115965 06:41:55.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320115965 === 06:41:55.991 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:56.993 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:57.999 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:41:59.001 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:00.008 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:00.988 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320120988 06:42:00.989 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320120988 === 06:42:01.015 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:02.025 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:03.029 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:03.578 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:42:03.579 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:42:04.030 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:05.031 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320125962 06:42:05.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320125962 === 06:42:06.034 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:07.036 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:08.038 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:09.043 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:10.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:10.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320130959 06:42:10.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320130959 === 06:42:11.054 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:12.057 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:13.058 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:14.062 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:15.069 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320135958 06:42:15.985 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320135958 === 06:42:16.069 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:17.077 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:18.077 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:19.082 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:20.089 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:20.987 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320140987 06:42:20.992 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320140987 === 06:42:21.092 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:22.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:23.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:24.095 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:25.096 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:25.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320145964 06:42:25.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320145964 === 06:42:26.097 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:27.101 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:28.102 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:29.105 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:30.107 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320150959 06:42:30.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320150959 === 06:42:31.119 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:32.119 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:33.120 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:34.121 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:35.123 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320155958 06:42:35.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320155958 === 06:42:36.123 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:37.124 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:38.128 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:39.134 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:40.135 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:40.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320160959 06:42:40.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320160959 === 06:42:41.135 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:42.136 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:43.138 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:44.139 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:45.140 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:45.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320165960 06:42:45.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320165960 === 06:42:46.143 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:47.145 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:48.147 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:49.148 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:50.154 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:50.974 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320170964 06:42:50.976 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320170964 === 06:42:51.014 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:42:51.166 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:52.166 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:53.167 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:54.169 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:55.171 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320175958 06:42:55.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320175958 === 06:42:56.174 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:57.176 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:58.177 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:42:59.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:00.182 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320180958 06:43:00.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320180958 === 06:43:01.184 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:02.187 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:03.188 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:03.580 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:43:03.580 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:43:04.189 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:05.189 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320185962 06:43:05.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320185962 === 06:43:06.189 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:07.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:08.207 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:09.207 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:10.208 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:10.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320190959 06:43:10.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320190959 === 06:43:11.213 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:12.222 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:13.224 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:14.251 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:15.252 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:15.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320195961 06:43:15.977 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320195961 === 06:43:16.254 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:17.255 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:18.260 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:19.262 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:20.263 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:20.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320200964 06:43:20.968 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320200964 === 06:43:21.280 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:22.281 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:23.282 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:24.284 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:25.287 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320205961 06:43:25.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320205961 === 06:43:26.289 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:27.294 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:28.298 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:29.300 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:30.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:30.982 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320210982 06:43:30.985 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320210982 === 06:43:31.312 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:32.312 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:33.313 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:34.324 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:35.326 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:35.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320215960 06:43:35.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320215960 === 06:43:36.328 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:37.406 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:38.410 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:39.418 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:40.422 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:40.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320220961 06:43:40.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320220961 === 06:43:41.425 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:42.430 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:43.437 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:44.449 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:45.453 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320225958 06:43:45.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320225958 === 06:43:46.462 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:47.464 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:48.478 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:49.481 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:50.486 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320230958 06:43:50.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320230958 === 06:43:51.487 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:52.490 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:53.494 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:54.497 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:55.501 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:55.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320235959 06:43:55.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320235959 === 06:43:56.505 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:57.508 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:58.509 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:43:59.509 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:00.513 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320240958 06:44:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320240958 === 06:44:01.518 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:02.522 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:03.527 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:03.609 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:44:03.609 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:44:04.529 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:05.530 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:05.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320245959 06:44:05.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320245959 === 06:44:06.538 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:07.543 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:08.552 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:09.633 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:10.645 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320250958 06:44:10.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320250958 === 06:44:11.645 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:12.646 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:13.648 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:14.649 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:15.658 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:15.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320255963 06:44:15.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320255963 === 06:44:16.661 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:17.663 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:18.665 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:19.668 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:20.669 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320260959 06:44:20.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320260959 === 06:44:21.672 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:22.672 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:23.674 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:24.675 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:25.677 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:25.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320265965 06:44:25.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320265965 === 06:44:26.679 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:27.680 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:28.681 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:29.684 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:30.685 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320270958 06:44:30.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320270958 === 06:44:31.708 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:32.739 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:33.743 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:34.746 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:35.781 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:35.982 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320275982 06:44:35.992 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320275982 === 06:44:36.783 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:37.792 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:38.794 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:39.800 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:40.801 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:40.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320280959 06:44:40.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320280959 === 06:44:41.805 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:42.820 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:43.828 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:44.829 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:45.831 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:45.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320285961 06:44:45.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320285961 === 06:44:46.832 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:47.836 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:48.838 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:49.839 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:50.845 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320290958 06:44:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320290958 === 06:44:51.016 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:44:51.849 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:52.853 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:53.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:54.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:55.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320295958 06:44:55.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320295958 === 06:44:56.859 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:57.860 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:58.860 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:44:59.862 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:00.869 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:00.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320300962 06:45:00.978 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320300962 === 06:45:01.875 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:02.890 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:03.603 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:45:03.604 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:45:03.906 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:04.908 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320305962 06:45:05.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320305962 === 06:45:05.981 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:06.984 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:07.987 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:08.989 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:09.991 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:10.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320310963 06:45:10.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320310963 === 06:45:10.993 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:12.001 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:13.010 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:14.010 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:15.011 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320315958 06:45:15.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320315958 === 06:45:16.011 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:17.012 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:18.015 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:19.016 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:20.018 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320320958 06:45:20.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320320958 === 06:45:21.019 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:22.025 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:23.026 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:24.030 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:25.031 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320325958 06:45:25.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320325958 === 06:45:26.033 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:27.036 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:28.037 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:29.040 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:30.042 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320330962 06:45:30.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320330962 === 06:45:31.045 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:32.049 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:33.054 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:34.057 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:35.059 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:35.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320335965 06:45:35.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320335965 === 06:45:36.064 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:37.064 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:38.065 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:39.067 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:40.068 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320340958 06:45:40.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320340958 === 06:45:41.071 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:42.075 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:43.076 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:44.076 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:45.077 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:45.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320345961 06:45:45.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320345961 === 06:45:46.084 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:47.085 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:48.086 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:49.087 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:50.087 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320350958 06:45:50.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320350958 === 06:45:51.089 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:52.093 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:53.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:54.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:55.096 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320355958 06:45:55.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320355958 === 06:45:56.102 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:57.106 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:58.108 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:45:59.111 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:00.112 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:00.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320360961 06:46:00.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320360961 === 06:46:01.122 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:02.124 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:03.125 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:03.623 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:46:03.624 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:46:04.126 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:05.129 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320365958 06:46:05.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320365958 === 06:46:06.130 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:07.133 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:08.133 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:09.134 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:10.134 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:10.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320370963 06:46:10.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320370963 === 06:46:11.142 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:12.157 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:13.158 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:14.159 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:15.159 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:15.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320375966 06:46:15.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320375966 === 06:46:16.160 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:17.161 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:18.162 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:19.167 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:20.168 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320380958 06:46:20.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320380958 === 06:46:21.171 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:22.173 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:23.174 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:24.175 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:25.177 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320385958 06:46:25.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320385958 === 06:46:26.177 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:27.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:28.179 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:29.179 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:30.180 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320390959 06:46:30.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320390959 === 06:46:31.180 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:32.181 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:33.183 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:34.185 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:35.186 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:35.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320395962 06:46:35.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320395962 === 06:46:36.188 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:37.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:38.191 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:39.192 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:40.195 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320400958 06:46:40.971 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320400958 === 06:46:41.207 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:42.212 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:43.213 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:44.213 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:45.214 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320405958 06:46:45.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320405958 === 06:46:46.219 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:47.232 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:48.232 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:49.235 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:50.235 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320410958 06:46:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320410958 === 06:46:51.018 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:46:51.236 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:52.241 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:53.259 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:54.266 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:55.267 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320415958 06:46:55.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320415958 === 06:46:56.267 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:57.269 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:58.270 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:46:59.271 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:00.281 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:00.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320420963 06:47:00.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320420963 === 06:47:01.282 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:02.283 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:03.283 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:03.586 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:47:03.587 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:47:04.284 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:05.286 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:05.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320425961 06:47:05.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320425961 === 06:47:06.288 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:07.288 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:08.288 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:09.289 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:10.290 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320430958 06:47:10.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320430958 === 06:47:11.293 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:12.298 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:13.300 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:14.302 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:15.303 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320435958 06:47:15.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320435958 === 06:47:16.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:17.308 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:18.309 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:19.310 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:20.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320440958 06:47:20.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320440958 === 06:47:21.313 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:22.314 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:23.316 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:24.331 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:25.333 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320445958 06:47:25.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320445958 === 06:47:26.335 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:27.337 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:28.339 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:29.341 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:30.345 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:30.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320450960 06:47:30.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320450960 === 06:47:31.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:32.347 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:33.348 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:34.349 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:35.350 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320455958 06:47:35.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320455958 === 06:47:36.351 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:37.351 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:38.354 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:39.358 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:40.361 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320460958 06:47:40.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320460958 === 06:47:41.363 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:42.367 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:43.370 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:44.372 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:45.386 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:45.978 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320465978 06:47:45.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320465978 === 06:47:46.386 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:47.391 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:48.391 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:49.394 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:50.395 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:50.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320470964 06:47:50.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320470964 === 06:47:51.411 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:52.414 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:53.415 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:54.418 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:55.422 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320475959 06:47:55.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320475959 === 06:47:56.426 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:57.430 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:58.471 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:47:59.473 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:00.477 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:00.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320480962 06:48:00.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320480962 === 06:48:01.488 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:02.499 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:03.509 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:03.623 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:48:03.624 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:48:04.514 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:05.518 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:05.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320485959 06:48:05.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320485959 === 06:48:06.529 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:07.534 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:08.534 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:09.542 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:10.546 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:10.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320490962 06:48:10.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320490962 === 06:48:11.550 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:12.553 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:13.558 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:14.564 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:15.602 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320495958 06:48:15.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320495958 === 06:48:16.602 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:17.603 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:18.604 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:19.611 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:20.617 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320500958 06:48:20.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320500958 === 06:48:21.627 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:22.630 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:23.634 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:24.649 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:25.681 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:25.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320505966 06:48:25.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320505966 === 06:48:26.690 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:27.697 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:28.710 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:29.716 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:30.743 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320510959 06:48:30.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320510959 === 06:48:31.752 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:32.753 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:33.757 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:34.758 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:35.762 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320515958 06:48:35.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320515958 === 06:48:36.764 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:37.776 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:38.784 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:39.801 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:40.802 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:40.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320520961 06:48:40.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320520961 === 06:48:41.806 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:42.807 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:43.822 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:44.824 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:45.825 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320525958 06:48:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320525958 === 06:48:46.830 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:47.835 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:48.842 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:49.844 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:50.849 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320530958 06:48:50.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320530958 === 06:48:51.031 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:48:51.849 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:52.850 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:53.852 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:54.852 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:55.855 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320535958 06:48:55.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320535958 === 06:48:56.857 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:57.859 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:58.859 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:48:59.873 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:00.875 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:00.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320540959 06:49:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320540959 === 06:49:01.877 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:02.879 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:03.584 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:49:03.585 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:49:03.881 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:04.886 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:05.892 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:05.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320545961 06:49:05.968 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320545961 === 06:49:06.897 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:07.907 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:08.917 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:09.918 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:10.922 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:10.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320550959 06:49:10.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320550959 === 06:49:11.923 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:12.924 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:13.929 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:14.932 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:15.933 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320555958 06:49:15.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320555958 === 06:49:16.940 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:17.941 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:18.942 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:19.950 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:20.951 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:20.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320560962 06:49:20.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320560962 === 06:49:21.954 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:22.957 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:23.957 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:24.958 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320565958 06:49:25.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320565958 === 06:49:25.960 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:26.981 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:27.998 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:29.000 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:30.005 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320570962 06:49:30.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320570962 === 06:49:31.006 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:32.009 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:33.013 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:34.014 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:35.018 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320575958 06:49:35.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320575958 === 06:49:36.022 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:37.023 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:38.026 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:39.027 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:40.028 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320580958 06:49:40.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320580958 === 06:49:41.030 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:42.037 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:43.037 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:44.044 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:45.045 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320585958 06:49:45.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320585958 === 06:49:46.047 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:47.055 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:48.061 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:49.062 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:50.074 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:50.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320590962 06:49:50.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320590962 === 06:49:51.106 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:52.114 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:53.115 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:54.117 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:55.118 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320595958 06:49:55.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320595958 === 06:49:56.121 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:57.122 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:58.124 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:49:59.126 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:00.128 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320600958 06:50:00.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320600958 === 06:50:01.161 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:02.163 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:03.170 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:03.581 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:50:03.582 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:50:04.174 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:05.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:05.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320605959 06:50:05.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320605959 === 06:50:06.181 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:07.188 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:08.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:09.199 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:10.201 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:10.974 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320610974 06:50:10.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320610974 === 06:50:11.206 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:12.208 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:13.221 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:14.222 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:15.227 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320615958 06:50:15.968 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320615958 === 06:50:16.230 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:17.232 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:18.235 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:19.241 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:20.246 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320620958 06:50:20.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320620958 === 06:50:21.247 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:22.248 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:23.250 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:24.254 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:25.261 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320625958 06:50:25.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320625958 === 06:50:26.263 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:27.274 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:28.276 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:29.279 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:30.283 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320630958 06:50:30.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320630958 === 06:50:31.285 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:32.305 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:33.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:34.308 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:35.309 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:35.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320635966 06:50:35.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320635966 === 06:50:36.310 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:37.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:38.313 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:39.318 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:40.321 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320640958 06:50:40.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320640958 === 06:50:41.327 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:42.328 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:43.328 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:44.329 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:45.331 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320645958 06:50:45.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320645958 === 06:50:46.336 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:47.337 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:48.340 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:49.341 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:50.341 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320650958 06:50:50.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320650958 === 06:50:51.034 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:50:51.342 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:52.343 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:53.343 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:54.344 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:55.347 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320655958 06:50:55.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320655958 === 06:50:56.357 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:57.358 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:58.359 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:50:59.364 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:00.365 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320660958 06:51:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320660958 === 06:51:01.366 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:02.367 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:03.368 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:03.601 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:51:03.602 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:51:04.375 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:05.396 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:05.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320665960 06:51:05.972 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320665960 === 06:51:06.400 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:07.401 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:08.402 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:09.412 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:10.412 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:10.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320670961 06:51:10.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320670961 === 06:51:11.413 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:12.414 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:13.415 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:14.416 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:15.417 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:15.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320675961 06:51:15.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320675961 === 06:51:16.420 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:17.428 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:18.428 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:19.429 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:20.434 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320680958 06:51:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320680958 === 06:51:21.446 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:22.449 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:23.451 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:24.453 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:25.480 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:25.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320685959 06:51:25.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320685959 === 06:51:26.480 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:27.489 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:28.494 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:29.498 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:30.499 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:30.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320690963 06:51:30.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320690963 === 06:51:31.501 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:32.502 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:33.504 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:34.504 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:35.505 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:35.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320695964 06:51:35.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320695964 === 06:51:36.509 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:37.511 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:38.513 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:39.514 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:40.515 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320700958 06:51:40.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320700958 === 06:51:41.516 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:42.517 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:43.517 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:44.518 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:45.519 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320705958 06:51:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320705958 === 06:51:46.519 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:47.520 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:48.521 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:49.522 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:50.522 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320710958 06:51:50.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320710958 === 06:51:51.542 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:52.542 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:53.546 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:54.547 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:55.548 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:55.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320715961 06:51:55.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320715961 === 06:51:56.548 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:57.551 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:58.554 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:51:59.556 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:00.559 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:00.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320720960 06:52:00.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320720960 === 06:52:01.566 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:02.569 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:03.570 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:03.592 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:52:03.592 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:52:04.573 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:05.577 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320725958 06:52:05.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320725958 === 06:52:06.578 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:07.579 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:08.579 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:09.580 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:10.581 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320730958 06:52:10.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320730958 === 06:52:11.583 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:12.584 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:13.585 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:14.586 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:15.588 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:15.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320735963 06:52:15.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320735963 === 06:52:16.589 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:17.593 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:18.596 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:19.597 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:20.598 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320740958 06:52:20.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320740958 === 06:52:21.598 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:22.599 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:23.599 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:24.600 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:25.601 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320745958 06:52:25.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320745958 === 06:52:26.606 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:27.613 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:28.613 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:29.618 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:30.620 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320750959 06:52:30.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320750959 === 06:52:31.638 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:32.638 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:33.639 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:34.640 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:35.642 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:35.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320755961 06:52:35.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320755961 === 06:52:36.644 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:37.646 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:38.648 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:39.651 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:40.656 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:40.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320760959 06:52:40.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320760959 === 06:52:41.657 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:42.659 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:43.671 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:44.672 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:45.674 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:45.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320765960 06:52:45.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320765960 === 06:52:46.676 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:47.678 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:48.678 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:49.681 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:50.687 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320770958 06:52:50.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320770958 === 06:52:51.042 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:52:51.689 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:52.693 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:53.695 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:54.701 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:55.717 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320775959 06:52:55.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320775959 === 06:52:56.720 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:57.722 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:58.723 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:52:59.725 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:00.730 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320780958 06:53:00.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320780958 === 06:53:01.731 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:02.733 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:03.615 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:53:03.616 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:53:03.739 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:04.741 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:05.745 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320785958 06:53:05.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320785958 === 06:53:06.746 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:07.758 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:08.761 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:09.769 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:10.775 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:10.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320790959 06:53:10.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320790959 === 06:53:11.775 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:12.787 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:13.788 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:14.788 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:15.789 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:15.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320795961 06:53:15.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320795961 === 06:53:16.790 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:17.794 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:18.795 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:19.795 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:20.796 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:20.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320800962 06:53:20.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320800962 === 06:53:21.797 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:22.810 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:23.814 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:24.816 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:25.828 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320805958 06:53:25.976 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320805958 === 06:53:26.829 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:27.832 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:28.836 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:29.837 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:30.841 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320810958 06:53:30.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320810958 === 06:53:31.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:32.855 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:33.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:34.872 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:35.873 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320815959 06:53:35.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320815959 === 06:53:36.875 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:37.877 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:38.880 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:39.882 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:40.883 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:40.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320820965 06:53:40.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320820965 === 06:53:41.891 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:42.891 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:43.902 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:44.902 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:45.905 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320825958 06:53:45.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320825958 === 06:53:46.909 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:47.912 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:48.915 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:49.917 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:50.921 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:50.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320830962 06:53:50.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320830962 === 06:53:51.930 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:52.934 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:53.939 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:54.949 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:55.953 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:55.968 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320835968 06:53:55.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320835968 === 06:53:56.954 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:57.956 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:58.966 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:53:59.967 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:00.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320840959 06:54:00.969 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:00.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320840959 === 06:54:01.997 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:03.001 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:03.593 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:54:03.593 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:54:04.005 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:05.009 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:05.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320845960 06:54:05.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320845960 === 06:54:06.014 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:07.038 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:08.046 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:09.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:10.052 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320850958 06:54:10.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320850958 === 06:54:11.052 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:12.055 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:13.059 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:14.068 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:15.069 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:15.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320855960 06:54:15.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320855960 === 06:54:16.071 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:17.072 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:18.073 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:19.074 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:20.075 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320860959 06:54:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320860959 === 06:54:21.078 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:22.082 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:23.084 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:24.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:25.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:25.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320865959 06:54:25.971 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320865959 === 06:54:26.098 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:27.101 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:28.103 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:29.103 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:30.106 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:30.974 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320870974 06:54:30.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320870974 === 06:54:31.110 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:32.112 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:33.113 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:34.123 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:35.139 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320875958 06:54:35.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320875958 === 06:54:36.142 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:37.144 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:38.146 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:39.154 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:40.159 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:40.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320880962 06:54:40.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320880962 === 06:54:41.162 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:42.166 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:43.167 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:44.169 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:45.169 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320885959 06:54:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320885959 === 06:54:46.170 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:47.171 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:48.171 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:49.182 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:50.184 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320890958 06:54:50.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320890958 === 06:54:51.053 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:54:51.185 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:52.186 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:53.188 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:54.189 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:55.205 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320895959 06:54:55.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320895959 === 06:54:56.206 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:57.210 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:58.215 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:54:59.226 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:00.226 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320900958 06:55:00.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320900958 === 06:55:01.232 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:02.238 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:03.241 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:03.688 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:55:03.688 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:55:04.242 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:05.245 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:05.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320905959 06:55:05.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320905959 === 06:55:06.249 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:07.251 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:08.253 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:09.253 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:10.256 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:10.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320910959 06:55:10.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320910959 === 06:55:11.257 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:12.257 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:13.258 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:14.258 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:15.259 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320915958 06:55:15.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320915958 === 06:55:16.260 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:17.261 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:18.261 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:19.262 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:20.262 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320920958 06:55:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320920958 === 06:55:21.269 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:22.270 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:23.274 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:24.275 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:25.281 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:25.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320925960 06:55:25.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320925960 === 06:55:26.282 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:27.282 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:28.283 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:29.284 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:30.284 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320930958 06:55:30.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320930958 === 06:55:31.285 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:32.285 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:33.286 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:34.287 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:35.288 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:35.971 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320935971 06:55:35.994 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320935971 === 06:55:36.291 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:37.293 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:38.303 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:39.303 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:40.305 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320940958 06:55:40.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320940958 === 06:55:41.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:42.306 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:43.307 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:44.308 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:45.308 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320945958 06:55:45.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320945958 === 06:55:46.309 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:47.310 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:48.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:49.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:50.312 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320950958 06:55:50.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320950958 === 06:55:51.313 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:52.313 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:53.314 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:54.314 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:55.315 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320955958 06:55:55.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320955958 === 06:55:56.315 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:57.317 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:58.321 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:55:59.325 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:00.326 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:00.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320960962 06:56:00.969 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320960962 === 06:56:01.327 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:02.328 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:03.328 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:03.578 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:56:03.578 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:56:04.329 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:05.331 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320965958 06:56:05.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320965958 === 06:56:06.332 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:07.334 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:08.345 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:09.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:10.349 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320970958 06:56:10.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320970958 === 06:56:11.350 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:12.352 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:13.353 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:14.353 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:15.354 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:15.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320975959 06:56:15.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320975959 === 06:56:16.354 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:17.362 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:18.365 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:19.365 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:20.366 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320980958 06:56:20.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320980958 === 06:56:21.367 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:22.367 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:23.368 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:24.369 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:25.389 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320985958 06:56:25.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320985958 === 06:56:26.391 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:27.392 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:28.393 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:29.394 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:30.396 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320990958 06:56:30.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320990958 === 06:56:31.402 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:32.402 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:33.405 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:34.411 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:35.411 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675320995959 06:56:35.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675320995959 === 06:56:36.422 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:37.423 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:38.425 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:39.425 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:40.434 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321000958 06:56:40.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321000958 === 06:56:41.436 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:42.436 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:43.437 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:44.439 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:45.439 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321005959 06:56:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321005959 === 06:56:46.441 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:47.445 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:48.446 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:49.449 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:50.452 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321010958 06:56:50.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321010958 === 06:56:51.054 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:56:51.453 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:52.455 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:53.456 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:54.458 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:55.459 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321015958 06:56:55.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321015958 === 06:56:56.460 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:57.462 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:58.463 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:56:59.463 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:00.464 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:00.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321020959 06:57:00.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321020959 === 06:57:01.465 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:02.468 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:03.469 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:03.580 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:57:03.580 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:57:04.481 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:05.485 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:05.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321025959 06:57:05.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321025959 === 06:57:06.494 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:07.494 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:08.496 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:09.497 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:10.500 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:10.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321030959 06:57:10.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321030959 === 06:57:11.500 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:12.501 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:13.502 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:14.510 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:15.513 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:15.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321035964 06:57:15.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321035964 === 06:57:16.517 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:17.522 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:18.523 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:19.526 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:20.529 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321040959 06:57:20.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321040959 === 06:57:21.532 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:22.533 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:23.535 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:24.537 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:25.538 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321045962 06:57:25.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321045962 === 06:57:26.548 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:27.550 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:28.556 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:29.582 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:30.586 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321050959 06:57:30.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321050959 === 06:57:31.590 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:32.596 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:33.606 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:34.609 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:35.614 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:35.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321055961 06:57:35.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321055961 === 06:57:36.617 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:37.621 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:38.622 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:39.639 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:40.641 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321060958 06:57:40.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321060958 === 06:57:41.642 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:42.643 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:43.644 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:44.644 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:45.646 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:45.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321065962 06:57:45.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321065962 === 06:57:46.646 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:47.648 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:48.650 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:49.654 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:50.660 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321070959 06:57:50.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321070959 === 06:57:51.660 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:52.661 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:53.664 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:54.665 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:55.672 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:55.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321075961 06:57:55.971 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321075961 === 06:57:56.703 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:57.712 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:58.732 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:57:59.739 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:00.742 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:00.983 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321080983 06:58:00.985 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321080983 === 06:58:01.744 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:02.745 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:03.581 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:58:03.582 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:58:03.746 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:04.747 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:05.755 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321085958 06:58:05.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321085958 === 06:58:06.762 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:07.762 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:08.764 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:09.766 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:10.769 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:10.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321090961 06:58:10.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321090961 === 06:58:11.770 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:12.771 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:13.772 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:14.773 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:15.773 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321095958 06:58:15.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321095958 === 06:58:16.774 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:17.775 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:18.775 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:19.776 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:20.776 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321100958 06:58:20.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321100958 === 06:58:21.778 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:22.779 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:23.779 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:24.780 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:25.781 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321105958 06:58:25.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321105958 === 06:58:26.782 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:27.786 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:28.787 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:29.787 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:30.788 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321110962 06:58:30.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321110962 === 06:58:31.789 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:32.789 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:33.796 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:34.802 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:35.803 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321115958 06:58:35.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321115958 === 06:58:36.804 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:37.804 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:38.805 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:39.814 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:40.814 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321120958 06:58:40.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321120958 === 06:58:41.815 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:42.816 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:43.817 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:44.818 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:45.820 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321125959 06:58:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321125959 === 06:58:46.822 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:47.823 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:48.829 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:49.830 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:50.830 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:50.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321130963 06:58:50.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321130963 === 06:58:51.057 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 06:58:51.831 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:52.832 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:53.832 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:54.833 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:55.833 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321135958 06:58:55.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321135958 === 06:58:56.833 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:57.834 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:58.834 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:58:59.835 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:00.836 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321140958 06:59:00.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321140958 === 06:59:01.837 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:02.843 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:03.583 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 06:59:03.584 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 06:59:03.844 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:04.844 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:05.860 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321145958 06:59:05.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321145958 === 06:59:06.861 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:07.862 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:08.863 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:09.866 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:10.871 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321150958 06:59:10.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321150958 === 06:59:11.872 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:12.873 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:13.873 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:14.877 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:15.877 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321155958 06:59:15.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321155958 === 06:59:16.879 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:17.880 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:18.884 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:19.886 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:20.887 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321160958 06:59:20.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321160958 === 06:59:21.890 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:22.891 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:23.893 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:24.893 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:25.894 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:25.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321165961 06:59:25.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321165961 === 06:59:26.895 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:27.897 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:28.900 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:29.902 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:30.910 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321170958 06:59:30.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321170958 === 06:59:31.912 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:32.913 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:33.914 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:34.915 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:35.917 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:35.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321175961 06:59:35.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321175961 === 06:59:36.918 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:37.920 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:38.921 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:39.936 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:40.938 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:40.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321180964 06:59:40.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321180964 === 06:59:41.938 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:42.939 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:43.941 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:44.941 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:45.943 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321185958 06:59:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321185958 === 06:59:46.943 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:47.949 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:48.951 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:49.952 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:50.954 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321190958 06:59:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321190958 === 06:59:51.956 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:52.957 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:53.958 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:54.959 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:55.960 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321195959 06:59:55.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321195959 === 06:59:56.961 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:57.963 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:58.964 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 06:59:59.964 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:00.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321200958 07:00:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321200958 === 07:00:00.972 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:01.972 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:02.973 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:03.595 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:00:03.595 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:00:03.976 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:04.978 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321205958 07:00:05.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321205958 === 07:00:05.986 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:06.989 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:08.000 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:09.001 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:10.002 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321210958 07:00:10.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321210958 === 07:00:11.005 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:12.007 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:13.018 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:14.019 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:15.020 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:15.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321215962 07:00:15.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321215962 === 07:00:16.022 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:17.023 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:18.027 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:19.028 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:20.028 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321220958 07:00:20.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321220958 === 07:00:21.029 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:22.029 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:23.030 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:24.030 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:25.033 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:25.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321225961 07:00:25.995 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321225961 === 07:00:26.034 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:27.039 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:28.063 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:29.066 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:30.068 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321230958 07:00:30.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321230958 === 07:00:31.078 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:32.081 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:33.081 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:34.085 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:35.089 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321235958 07:00:35.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321235958 === 07:00:36.103 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:37.106 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:38.115 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:39.116 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:40.116 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:40.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321240959 07:00:40.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321240959 === 07:00:41.128 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:42.129 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:43.131 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:44.134 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:45.137 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:45.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321245963 07:00:45.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321245963 === 07:00:46.139 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:47.151 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:48.153 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:49.155 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:50.158 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:50.978 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321250978 07:00:50.981 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321250978 === 07:00:51.060 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 07:00:51.162 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:52.163 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:53.173 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:54.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:55.180 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:55.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321255967 07:00:55.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321255967 === 07:00:56.185 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:57.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:58.195 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:00:59.197 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:00.202 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321260958 07:01:00.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321260958 === 07:01:01.207 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:02.214 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:03.218 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:03.641 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:01:03.645 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:01:04.224 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:05.229 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321265962 07:01:05.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321265962 === 07:01:06.232 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:07.234 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:08.238 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:09.238 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:10.239 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:10.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321270962 07:01:10.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321270962 === 07:01:11.249 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:12.258 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:13.259 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:14.266 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:15.269 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321275958 07:01:15.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321275958 === 07:01:16.298 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:17.326 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:18.326 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:19.333 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:20.334 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:20.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321280962 07:01:20.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321280962 === 07:01:21.335 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:22.337 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:23.341 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:24.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:25.350 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321285958 07:01:25.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321285958 === 07:01:26.356 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:27.361 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:28.362 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:29.378 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:30.394 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321290958 07:01:30.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321290958 === 07:01:31.411 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:32.413 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:33.421 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:34.422 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:35.425 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321295958 07:01:35.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321295958 === 07:01:36.429 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:37.431 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:38.434 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:39.438 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:40.442 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:40.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321300964 07:01:40.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321300964 === 07:01:41.445 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:42.446 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:43.459 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:44.477 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:45.478 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321305959 07:01:45.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321305959 === 07:01:46.481 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:47.487 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:48.488 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:49.490 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:50.493 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:50.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321310962 07:01:50.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321310962 === 07:01:51.494 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:52.503 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:53.506 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:54.510 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:55.514 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321315959 07:01:55.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321315959 === 07:01:56.517 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:57.528 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:58.541 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:01:59.564 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:00.567 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:00.966 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321320966 07:02:00.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321320966 === 07:02:01.569 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:02.570 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:03.574 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:03.595 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:02:03.596 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:02:04.578 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:05.586 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321325962 07:02:05.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321325962 === 07:02:06.611 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:07.613 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:08.614 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:09.622 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:10.626 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321330958 07:02:10.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321330958 === 07:02:11.630 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:12.636 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:13.637 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:14.641 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:15.642 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:15.976 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321335976 07:02:15.977 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321335976 === 07:02:16.642 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:17.644 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:18.656 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:19.657 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:20.662 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:20.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321340960 07:02:20.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321340960 === 07:02:21.665 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:22.666 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:23.667 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:24.673 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:25.674 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:25.982 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321345982 07:02:25.984 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321345982 === 07:02:26.674 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:27.675 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:28.677 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:29.678 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:30.690 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:30.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321350962 07:02:30.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321350962 === 07:02:31.692 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:32.702 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:33.703 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:34.706 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:35.729 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321355958 07:02:35.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321355958 === 07:02:36.732 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:37.741 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:38.742 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:39.746 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:40.748 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321360958 07:02:40.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321360958 === 07:02:41.764 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:42.768 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:43.770 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:44.774 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:45.783 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321365958 07:02:45.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321365958 === 07:02:46.790 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:47.793 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:48.793 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:49.798 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:50.798 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321370958 07:02:50.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321370958 === 07:02:51.061 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 07:02:51.800 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:52.801 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:53.802 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:54.806 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:55.810 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:55.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321375962 07:02:55.990 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321375962 === 07:02:56.812 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:57.814 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:58.819 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:02:59.822 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:00.826 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321380958 07:03:00.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321380958 === 07:03:01.828 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:02.830 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:03.665 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:03:03.665 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:03:03.831 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:04.834 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:05.853 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:05.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321385962 07:03:05.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321385962 === 07:03:06.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:07.857 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:08.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:09.862 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:10.865 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321390958 07:03:10.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321390958 === 07:03:11.870 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:12.917 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:13.921 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:14.925 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:15.940 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321395958 07:03:15.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321395958 === 07:03:16.941 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:17.942 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:18.942 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:19.946 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:20.947 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321400959 07:03:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321400959 === 07:03:21.947 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:22.950 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:23.950 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:24.952 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:25.953 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:25.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321405961 07:03:25.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321405961 === 07:03:26.954 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:27.957 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:28.966 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:29.971 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321410958 07:03:30.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321410958 === 07:03:30.978 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:31.981 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:32.984 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:33.986 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:34.988 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:35.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321415960 07:03:35.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321415960 === 07:03:35.992 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:36.993 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:38.000 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:39.003 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:40.008 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:40.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321420959 07:03:40.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321420959 === 07:03:41.010 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:42.013 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:43.014 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:44.021 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:45.022 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:45.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321425961 07:03:45.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321425961 === 07:03:46.032 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:47.036 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:48.041 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:49.041 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:50.042 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321430959 07:03:50.968 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321430959 === 07:03:51.042 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:52.044 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:53.045 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:54.046 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:55.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321435959 07:03:55.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321435959 === 07:03:56.056 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:57.057 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:58.063 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:03:59.078 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:00.081 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321440958 07:04:00.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321440958 === 07:04:01.084 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:02.091 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:03.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:03.661 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:04:03.666 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:04:04.095 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:05.098 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:05.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321445960 07:04:05.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321445960 === 07:04:06.100 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:07.108 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:08.109 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:09.117 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:10.121 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:10.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321450959 07:04:10.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321450959 === 07:04:11.125 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:12.130 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:13.133 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:14.136 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:15.165 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:15.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321455958 07:04:15.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321455958 === 07:04:16.165 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:17.170 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:18.171 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:19.173 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:20.174 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:20.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321460964 07:04:20.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321460964 === 07:04:21.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:22.181 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:23.183 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:24.184 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:25.188 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321465958 07:04:25.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321465958 === 07:04:26.212 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:27.218 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:28.219 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:29.221 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:30.222 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321470958 07:04:30.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321470958 === 07:04:31.223 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:32.226 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:33.228 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:34.229 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:35.234 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:35.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321475967 07:04:35.972 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321475967 === 07:04:36.236 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:37.237 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:38.239 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:39.239 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:40.241 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:40.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321480962 07:04:40.969 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321480962 === 07:04:41.242 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:42.244 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:43.254 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:44.258 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:45.262 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321485959 07:04:45.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321485959 === 07:04:46.265 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:47.270 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:48.271 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:49.273 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:50.275 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:50.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321490959 07:04:50.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321490959 === 07:04:51.090 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 07:04:51.277 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:52.280 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:53.290 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:54.295 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:55.296 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:55.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321495959 07:04:55.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321495959 === 07:04:56.297 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:57.300 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:58.304 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:04:59.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:00.316 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:00.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321500967 07:05:00.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321500967 === 07:05:01.317 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:02.317 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:03.318 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:03.680 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:05:03.680 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:05:04.330 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:05.332 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321505958 07:05:05.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321505958 === 07:05:06.338 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:07.341 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:08.345 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:09.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:10.349 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321510958 07:05:10.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321510958 === 07:05:11.354 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:12.357 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:13.359 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:14.365 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:15.367 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:15.969 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321515969 07:05:15.973 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321515969 === 07:05:16.368 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:17.375 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:18.376 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:19.379 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:20.382 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:20.975 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321520975 07:05:20.976 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321520975 === 07:05:21.384 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:22.395 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:23.398 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:24.401 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:25.406 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:25.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321525962 07:05:25.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321525962 === 07:05:26.411 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:27.413 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:28.414 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:29.415 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:30.419 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:30.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321530958 07:05:30.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321530958 === 07:05:31.421 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:32.421 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:33.422 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:34.423 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:35.426 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321535959 07:05:35.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321535959 === 07:05:36.430 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:37.431 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:38.432 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:39.434 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:40.438 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:40.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321540960 07:05:40.971 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321540960 === 07:05:41.440 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:42.447 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:43.448 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:44.450 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:45.455 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321545959 07:05:45.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321545959 === 07:05:46.455 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:47.462 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:48.463 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:49.475 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:50.475 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:50.970 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321550970 07:05:50.974 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321550970 === 07:05:51.502 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:52.506 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:53.507 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:54.508 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:55.512 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321555958 07:05:55.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321555958 === 07:05:56.514 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:57.548 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:58.550 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:05:59.553 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:00.554 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321560958 07:06:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321560958 === 07:06:01.555 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:02.556 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:03.559 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:03.592 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:06:03.593 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:06:04.561 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:05.564 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:05.970 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321565970 07:06:05.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321565970 === 07:06:06.570 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:07.585 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:08.586 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:09.587 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:10.600 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:10.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321570959 07:06:10.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321570959 === 07:06:11.610 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:12.611 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:13.612 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:14.614 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:15.619 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:15.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321575961 07:06:15.982 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321575961 === 07:06:16.627 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:17.629 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:18.634 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:19.634 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:20.637 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:20.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321580960 07:06:20.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321580960 === 07:06:21.642 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:22.653 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:23.662 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:24.666 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:25.678 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321585958 07:06:25.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321585958 === 07:06:26.679 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:27.705 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:28.723 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:29.725 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:30.730 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:30.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321590967 07:06:30.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321590967 === 07:06:31.731 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:32.732 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:33.733 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:34.738 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:35.740 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321595959 07:06:35.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321595959 === 07:06:36.741 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:37.742 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:38.744 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:39.746 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:40.750 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321600958 07:06:40.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321600958 === 07:06:41.750 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:42.750 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:43.751 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:44.752 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:45.753 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:45.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321605962 07:06:45.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321605962 === 07:06:46.754 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:47.755 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:48.757 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:49.758 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:50.765 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321610958 07:06:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321610958 === 07:06:51.102 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 07:06:51.766 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:52.767 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:53.767 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:54.768 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:55.770 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321615958 07:06:55.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321615958 === 07:06:56.774 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:57.777 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:58.781 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:06:59.782 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:00.784 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:00.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321620961 07:07:00.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321620961 === 07:07:01.817 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:02.821 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:03.593 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:07:03.594 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:07:03.822 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:04.823 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:05.824 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321625958 07:07:05.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321625958 === 07:07:06.825 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:07.831 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:08.833 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:09.838 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:10.841 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321630958 07:07:10.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321630958 === 07:07:11.842 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:12.843 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:13.846 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:14.847 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:15.848 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321635958 07:07:15.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321635958 === 07:07:16.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:17.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:18.858 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:19.859 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:20.866 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:20.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321640959 07:07:20.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321640959 === 07:07:21.869 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:22.871 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:23.874 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:24.894 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:25.898 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321645958 07:07:25.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321645958 === 07:07:26.901 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:27.902 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:28.903 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:29.911 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:30.913 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:30.987 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321650987 07:07:30.987 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321650987 === 07:07:31.919 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:32.920 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:33.924 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:34.926 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:35.928 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321655958 07:07:35.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321655958 === 07:07:36.929 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:37.930 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:38.933 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:39.933 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:40.934 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:40.967 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321660967 07:07:40.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321660967 === 07:07:41.935 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:42.939 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:43.939 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:44.943 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:45.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321665965 07:07:45.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321665965 === 07:07:45.984 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:46.985 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:47.988 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:48.989 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:49.993 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:50.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321670961 07:07:50.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321670961 === 07:07:51.010 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:52.014 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:53.018 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:54.022 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:55.022 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321675958 07:07:55.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321675958 === 07:07:56.024 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:57.028 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:58.030 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:07:59.050 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:00.057 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:00.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321680962 07:08:00.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321680962 === 07:08:01.061 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:02.062 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:03.063 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:03.615 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:08:03.616 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:08:04.077 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:05.082 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:05.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321685959 07:08:05.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321685959 === 07:08:06.082 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:07.086 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:08.089 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:09.094 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:10.097 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:10.963 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321690963 07:08:10.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321690963 === 07:08:11.107 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:12.109 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:13.113 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:14.113 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:15.117 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321695958 07:08:15.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321695958 === 07:08:16.122 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:17.132 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:18.133 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:19.135 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:20.137 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:20.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321700961 07:08:20.965 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321700961 === 07:08:21.142 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:22.146 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:23.147 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:24.150 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:25.154 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:25.974 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321705974 07:08:25.975 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321705974 === 07:08:26.161 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:27.167 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:28.167 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:29.178 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:30.182 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:30.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321710965 07:08:30.977 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321710965 === 07:08:31.183 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:32.185 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:33.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:34.190 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:35.194 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:35.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321715959 07:08:35.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321715959 === 07:08:36.197 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:37.202 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:38.206 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:39.207 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:40.215 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:40.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321720961 07:08:40.964 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321720961 === 07:08:41.215 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:42.237 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:43.242 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:44.247 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:45.255 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:45.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321725959 07:08:45.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321725959 === 07:08:46.255 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:47.256 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:48.266 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:49.269 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:50.273 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:50.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321730960 07:08:50.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321730960 === 07:08:51.143 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 07:08:51.282 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:52.309 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:53.311 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:54.314 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:55.315 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321735958 07:08:55.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321735958 === 07:08:56.322 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:57.334 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:58.342 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:08:59.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:00.346 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:00.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321740960 07:09:00.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321740960 === 07:09:01.347 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:02.353 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:03.356 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:03.639 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:09:03.641 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:09:04.356 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:05.356 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321745958 07:09:05.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321745958 === 07:09:06.358 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:07.359 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:08.360 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:09.362 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:10.366 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321750958 07:09:10.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321750958 === 07:09:11.375 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:12.393 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:13.394 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:14.398 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:15.401 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:15.971 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321755961 07:09:15.982 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321755961 === 07:09:16.402 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:17.403 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:18.416 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:19.417 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:20.421 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321760958 07:09:20.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321760958 === 07:09:21.427 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:22.428 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:23.430 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:24.438 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:25.442 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:25.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321765959 07:09:25.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321765959 === 07:09:26.454 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:27.457 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:28.458 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:29.459 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:30.462 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:30.965 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321770965 07:09:30.966 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321770965 === 07:09:31.466 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:32.469 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:33.473 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:34.475 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:35.475 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321775958 07:09:35.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321775958 === 07:09:36.476 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:37.484 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:38.485 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:39.485 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:40.486 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:40.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321780961 07:09:40.970 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321780961 === 07:09:41.490 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:42.493 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:43.495 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:44.498 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:45.500 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321785958 07:09:45.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321785958 === 07:09:46.502 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:47.506 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:48.519 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:49.532 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:50.535 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321790958 07:09:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321790958 === 07:09:51.536 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:52.559 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:53.561 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:54.562 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:55.563 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:55.962 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321795962 07:09:55.963 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321795962 === 07:09:56.573 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:57.578 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:58.580 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:09:59.580 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:00.581 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321800958 07:10:00.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321800958 === 07:10:01.582 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:02.584 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:03.597 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:03.602 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:10:03.602 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:10:04.601 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:05.603 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321805958 07:10:05.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321805958 === 07:10:06.604 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:07.605 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:08.606 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:09.608 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:10.608 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321810958 07:10:10.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321810958 === 07:10:11.609 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:12.610 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:13.613 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:14.615 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:15.621 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:15.964 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321815964 07:10:15.967 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321815964 === 07:10:16.622 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:17.623 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:18.625 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:19.626 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:20.629 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321820958 07:10:20.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321820958 === 07:10:21.630 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:22.630 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:23.630 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:24.639 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:25.640 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321825958 07:10:25.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321825958 === 07:10:26.641 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:27.644 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:28.645 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:29.649 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:30.651 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:30.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321830958 07:10:30.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321830958 === 07:10:31.654 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:32.656 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:33.657 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:34.688 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:35.694 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:35.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321835958 07:10:35.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321835958 === 07:10:36.697 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:37.704 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:38.704 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:39.712 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:40.715 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:40.959 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321840959 07:10:40.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321840959 === 07:10:41.719 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:42.720 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:43.720 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:44.720 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:45.721 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:45.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321845958 07:10:45.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321845958 === 07:10:46.741 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:47.745 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:48.745 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:49.746 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:50.750 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321850958 07:10:50.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321850958 === 07:10:51.145 [Thread-24] INFO o.o.s.a.ms.service.ConsumerThread:73 - Starting Consumer Thread 07:10:51.754 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:52.758 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:53.760 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:54.761 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:55.762 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321855958 07:10:55.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321855958 === 07:10:56.765 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:57.766 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:58.770 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:10:59.772 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:00.775 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321860958 07:11:00.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321860958 === 07:11:01.775 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:02.777 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:03.579 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:11:03.580 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:11:03.780 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:04.780 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:05.781 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:05.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321865958 07:11:05.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321865958 === 07:11:06.782 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:07.785 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:08.786 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:09.787 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:10.787 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321870958 07:11:10.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321870958 === 07:11:11.789 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:12.793 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:13.795 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:14.797 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:15.797 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:15.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321875958 07:11:15.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321875958 === 07:11:16.798 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:17.801 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:18.803 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:19.804 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:20.805 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321880958 07:11:20.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321880958 === 07:11:21.806 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:22.807 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:23.808 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:24.808 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:25.809 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321885958 07:11:25.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321885958 === 07:11:26.810 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:27.810 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:28.811 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:29.814 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:30.816 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:30.978 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321890978 07:11:30.979 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321890978 === 07:11:31.817 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:32.818 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:33.819 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:34.820 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:35.823 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:35.985 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321895985 07:11:35.985 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321895985 === 07:11:36.823 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:37.824 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:38.824 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:39.834 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:40.835 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:40.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321900958 07:11:40.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321900958 === 07:11:41.837 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:42.837 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:43.839 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:44.840 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:45.843 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:45.961 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321905961 07:11:45.962 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321905961 === 07:11:46.844 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:47.848 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:48.852 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:49.853 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:50.854 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:50.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321910958 07:11:50.958 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321910958 === 07:11:51.855 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:52.856 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:53.859 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:54.861 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:55.862 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:55.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321915958 07:11:55.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321915958 === 07:11:56.863 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:57.864 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:58.864 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:11:59.865 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:00.865 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:00.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321920958 07:12:00.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321920958 === 07:12:01.872 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:02.874 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:03.577 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:118 - PolicySync file does not exist 07:12:03.577 [parallel-1] INFO o.o.d.s.s.r.s.c.c.i.CbsClientConfigMap:88 - Got successful output from ConfigMap file 07:12:03.876 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:04.876 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:05.877 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:05.979 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321925979 07:12:05.980 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321925979 === 07:12:06.878 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:07.879 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:08.882 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:09.883 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:10.886 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:10.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321930958 07:12:10.961 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321930958 === 07:12:11.888 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:12.889 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:13.890 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:14.890 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:15.891 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:15.960 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321935960 07:12:15.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321935960 === 07:12:16.892 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:17.897 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:18.898 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:19.901 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:20.906 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:20.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321940958 07:12:20.960 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321940958 === 07:12:21.910 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:22.912 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:23.913 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:24.915 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:25.917 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:25.958 [pool-3-thread-1] INFO o.o.s.a.m.s.ccvpn.BandwidthEvaluator:130 - A new event triggered, type: PERIODIC_CHECK, subject: 1, at time: 1675321945958 07:12:25.959 [pool-4-thread-1] INFO o.o.s.a.m.s.c.FlexibleThresholdStrategy:87 - === Processing new periodic check request: 1675321945958 === 07:12:26.918 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:27.920 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12:28.920 [Thread-26] ERROR o.o.s.a.ms.service.ConfigThread:66 - Config policy is empty, nothing to update. 07:12