Results

By type

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

2023-02-11 05:37:00,656 - INFO  [main                ] org.onap.cps.temporal.Application - Starting Application using Java 11.0.9.1 on onap-cps-temporal-6bbcc56b54-wksl6 with PID 1 (/app/classes started by ? in /app)
2023-02-11 05:37:00,663 - INFO  [main                ] org.onap.cps.temporal.Application - The following 1 profile is active: "helm"
2023-02-11 05:37:09,809 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-02-11 05:37:10,158 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 234 ms. Found 1 JPA repository interfaces.
2023-02-11 05:37:12,921 - INFO  [main                ] o.s.cloud.context.scope.GenericScope - BeanFactory id=4630c962-e918-31ed-9745-9034b895ad1f
2023-02-11 05:37:16,581 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2023-02-11 05:37:16,608 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2023-02-11 05:37:16,609 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2023-02-11 05:37:16,609 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.64]
2023-02-11 05:37:17,086 - INFO  [main                ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2023-02-11 05:37:17,087 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 15220 ms
2023-02-11 05:37:22,219 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2023-02-11 05:37:23,355 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2023-02-11 05:37:24,056 - INFO  [main                ] liquibase.database - Set default schema name to cpstemporaldb
2023-02-11 05:37:24,734 - INFO  [main                ] liquibase.lockservice - Successfully acquired change log lock
2023-02-11 05:37:26,959 - INFO  [main                ] liquibase.changelog - Reading from cpstemporaldb.databasechangelog
2023-02-11 05:37:27,936 - INFO  [main                ] liquibase.lockservice - Successfully released change log lock
2023-02-11 05:37:29,810 - INFO  [main                ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2023-02-11 05:37:29,991 - INFO  [main                ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.9.Final
2023-02-11 05:37:30,925 - INFO  [main                ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-11 05:37:31,472 - INFO  [main                ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2023-02-11 05:37:32,158 - WARN  [main                ] Hibernate Types - You should use Hypersistence Optimizer to speed up your Hibernate application!
2023-02-11 05:37:32,159 - WARN  [main                ] Hibernate Types - For more details, go to https://vladmihalcea.com/hypersistence-optimizer/
2023-02-11 05:37:32,161 - INFO  [main                ] Hibernate Types - 
 _    _                           _     _
| |  | |                         (_)   | |
| |__| |_   _ _ __   ___ _ __ ___ _ ___| |_ ___ _ __   ___ ___
|  __  | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \
| |  | | |_| | |_) |  __/ |  \__ \ \__ \ ||  __/ | | | (_|  __/
|_|  |_|\__, | .__/ \___|_|  |___/_|___/\__\___|_| |_|\___\___|
         __/ | |
        |___/|_|

           ____        _   _           _
          / __ \      | | (_)         (_)
         | |  | |_ __ | |_ _ _ __ ___  _ _______ _ __
         | |  | | '_ \| __| | '_ ` _ \| |_  / _ \ '__|
         | |__| | |_) | |_| | | | | | | |/ /  __/ |
          \____/| .__/ \__|_|_| |_| |_|_/___\___|_|
                | |
                |_|

2023-02-11 05:37:32,161 - INFO  [main                ] Hibernate Types - Check out the README page for more info about the Hypersistence Optimizer banner https://github.com/vladmihalcea/hibernate-types#how-to-remove-the-hypersistence-optimizer-banner-from-the-log
2023-02-11 05:37:33,101 - INFO  [main                ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
2023-02-11 05:37:35,595 - INFO  [main                ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-11 05:37:35,629 - INFO  [main                ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-02-11 05:37:53,063 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4ba62429, org.springframework.security.web.context.SecurityContextPersistenceFilter@55c7ba5, org.springframework.security.web.header.HeaderWriterFilter@1c696163, org.springframework.security.web.authentication.logout.LogoutFilter@c2a7ded, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2ac42ce6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4aedac7f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@e68c09d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5a3e2035, org.springframework.security.web.session.SessionManagementFilter@189d8bef, org.springframework.security.web.access.ExceptionTranslationFilter@7c63146c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@30a1e459]
2023-02-11 05:37:55,663 - INFO  [main                ] o.a.k.c.consumer.ConsumerConfig - ConsumerConfig values: 
	allow.auto.create.topics = true
	auto.commit.interval.ms = 5000
	auto.offset.reset = latest
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	check.crcs = true
	client.dns.lookup = use_all_dns_ips
	client.id = consumer-cps-temporal-group-1
	client.rack = 
	connections.max.idle.ms = 540000
	default.api.timeout.ms = 60000
	enable.auto.commit = false
	exclude.internal.topics = true
	fetch.max.bytes = 52428800
	fetch.max.wait.ms = 500
	fetch.min.bytes = 1
	group.id = cps-temporal-group
	group.instance.id = null
	heartbeat.interval.ms = 3000
	interceptor.classes = []
	internal.leave.group.on.close = true
	internal.throw.on.fetch.stable.offset.unsupported = false
	isolation.level = read_uncommitted
	key.deserializer = class org.springframework.kafka.support.serializer.ErrorHandlingDeserializer
	max.partition.fetch.bytes = 1048576
	max.poll.interval.ms = 300000
	max.poll.records = 500
	metadata.max.age.ms = 300000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor]
	receive.buffer.bytes = 65536
	reconnect.backoff.max.ms = 1000
	reconnect.backoff.ms = 50
	request.timeout.ms = 30000
	retry.backoff.ms = 100
	sasl.client.callback.handler.class = null
	sasl.jaas.config = [hidden]
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.service.name = null
	sasl.kerberos.ticket.renew.jitter = 0.05
	sasl.kerberos.ticket.renew.window.factor = 0.8
	sasl.login.callback.handler.class = null
	sasl.login.class = null
	sasl.login.refresh.buffer.seconds = 300
	sasl.login.refresh.min.period.seconds = 60
	sasl.login.refresh.window.factor = 0.8
	sasl.login.refresh.window.jitter = 0.05
	sasl.mechanism = SCRAM-SHA-512
	security.protocol = SASL_PLAINTEXT
	security.providers = null
	send.buffer.bytes = 131072
	session.timeout.ms = 45000
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	ssl.cipher.suites = null
	ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
	ssl.endpoint.identification.algorithm = https
	ssl.engine.factory.class = null
	ssl.key.password = null
	ssl.keymanager.algorithm = SunX509
	ssl.keystore.certificate.chain = null
	ssl.keystore.key = null
	ssl.keystore.location = null
	ssl.keystore.password = null
	ssl.keystore.type = JKS
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = null
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	value.deserializer = class org.springframework.kafka.support.serializer.ErrorHandlingDeserializer

2023-02-11 05:37:56,390 - INFO  [main                ] o.a.k.c.s.a.AbstractLogin - Successfully logged in.
2023-02-11 05:37:56,603 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka version: 3.0.1
2023-02-11 05:37:56,603 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka commitId: 8e30984f43e64d8b
2023-02-11 05:37:56,603 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka startTimeMs: 1676093876600
2023-02-11 05:37:56,731 - INFO  [main                ] o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Subscribed to topic(s): cps.data-updated-events
2023-02-11 05:37:56,822 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
2023-02-11 05:37:57,091 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2023-02-11 05:37:58,214 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
2023-02-11 05:37:58,218 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"]
2023-02-11 05:37:58,221 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2023-02-11 05:37:58,222 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.64]
2023-02-11 05:37:59,031 - INFO  [main                ] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2023-02-11 05:37:59,032 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1900 ms
2023-02-11 05:37:59,235 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
2023-02-11 05:38:00,794 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-0 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,820 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-5 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,820 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-2 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,821 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-8 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,821 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-9 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,821 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-1 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,821 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-4 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,821 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-6 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,822 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-7 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,822 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting the last seen epoch of partition cps.data-updated-events-3 to 0 since the associated topicId changed from null to vhLDByBjTpGQN4rBbpk9qQ
2023-02-11 05:38:00,831 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Cluster ID: u1T2zFbEQeuVigUAPkyVfA
2023-02-11 05:38:00,837 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-02-11 05:38:00,956 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] (Re-)joining group
2023-02-11 05:38:01,815 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Request joining group due to: need to re-join with the given member-id
2023-02-11 05:38:01,816 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] (Re-)joining group
2023-02-11 05:38:01,867 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"]
2023-02-11 05:38:01,898 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
2023-02-11 05:38:01,963 - INFO  [main                ] org.onap.cps.temporal.Application - Started Application in 65.169 seconds (JVM running for 67.739)
2023-02-11 05:38:04,833 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Successfully joined group with generation Generation{generationId=1, memberId='consumer-cps-temporal-group-1-1e9941e9-74dd-40f0-961e-e4568c406fc3', protocol='range'}
2023-02-11 05:38:04,839 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Finished assignment for group at generation 1: {consumer-cps-temporal-group-1-1e9941e9-74dd-40f0-961e-e4568c406fc3=Assignment(partitions=[cps.data-updated-events-0, cps.data-updated-events-1, cps.data-updated-events-2, cps.data-updated-events-3, cps.data-updated-events-4, cps.data-updated-events-5, cps.data-updated-events-6, cps.data-updated-events-7, cps.data-updated-events-8, cps.data-updated-events-9])}
2023-02-11 05:38:04,958 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Successfully synced group in generation Generation{generationId=1, memberId='consumer-cps-temporal-group-1-1e9941e9-74dd-40f0-961e-e4568c406fc3', protocol='range'}
2023-02-11 05:38:04,961 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Notifying assignor about the new Assignment(partitions=[cps.data-updated-events-0, cps.data-updated-events-1, cps.data-updated-events-2, cps.data-updated-events-3, cps.data-updated-events-4, cps.data-updated-events-5, cps.data-updated-events-6, cps.data-updated-events-7, cps.data-updated-events-8, cps.data-updated-events-9])
2023-02-11 05:38:04,968 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Adding newly assigned partitions: cps.data-updated-events-9, cps.data-updated-events-8, cps.data-updated-events-7, cps.data-updated-events-6, cps.data-updated-events-5, cps.data-updated-events-4, cps.data-updated-events-3, cps.data-updated-events-2, cps.data-updated-events-1, cps.data-updated-events-0
2023-02-11 05:38:05,006 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-9
2023-02-11 05:38:05,007 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-8
2023-02-11 05:38:05,007 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-7
2023-02-11 05:38:05,007 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-6
2023-02-11 05:38:05,007 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-5
2023-02-11 05:38:05,007 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-4
2023-02-11 05:38:05,007 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-3
2023-02-11 05:38:05,007 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-2
2023-02-11 05:38:05,008 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-1
2023-02-11 05:38:05,008 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-0
2023-02-11 05:38:05,057 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-9
2023-02-11 05:38:05,057 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-8
2023-02-11 05:38:05,057 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-7
2023-02-11 05:38:05,058 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-6
2023-02-11 05:38:05,058 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-5
2023-02-11 05:38:05,058 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-4
2023-02-11 05:38:05,058 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-3
2023-02-11 05:38:05,058 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-2
2023-02-11 05:38:05,058 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-1
2023-02-11 05:38:05,058 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Found no committed offset for partition cps.data-updated-events-0
2023-02-11 05:38:07,292 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-8 to position FetchPosition{offset=1, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11 05:38:07,294 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11 05:38:07,479 - INFO  [| cps-temporal-group] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-7 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11 05:38:07,480 - INFO  [| cps-temporal-group] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11 05:38:07,480 - INFO  [| cps-temporal-group] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-11 05:38:07,489 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-11 05:38:07,537 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-9 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11 05:38:07,538 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-6 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11 05:38:07,538 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11 05:38:07,538 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.SubscriptionState - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting offset for partition cps.data-updated-events-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-11 05:38:07,619 - INFO  [intContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer - cps-temporal-group: partitions assigned: [cps.data-updated-events-9, cps.data-updated-events-8, cps.data-updated-events-7, cps.data-updated-events-6, cps.data-updated-events-5, cps.data-updated-events-4, cps.data-updated-events-3, cps.data-updated-events-2, cps.data-updated-events-1, cps.data-updated-events-0]
2023-02-11 05:38:07,694 - INFO  [http-nio-8081-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-11 05:38:07,695 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2023-02-11 05:38:07,696 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms