Results

By type

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

2023-03-13 02:10:28,331 - INFO  [background-preinit  ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
2023-03-13 02:10:28,607 - INFO  [main                ] org.onap.cps.temporal.Application - Starting Application using Java 11.0.9.1 on onap-cps-temporal-5c8d9bb5bf-mlvvl with PID 1 (/app/classes started by ? in /app)
2023-03-13 02:10:28,624 - INFO  [main                ] org.onap.cps.temporal.Application - The following 1 profile is active: "helm"
2023-03-13 02:10:35,846 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-03-13 02:10:36,035 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 164 ms. Found 1 JPA repository interfaces.
2023-03-13 02:10:37,627 - INFO  [main                ] o.s.cloud.context.scope.GenericScope - BeanFactory id=4630c962-e918-31ed-9745-9034b895ad1f
2023-03-13 02:10:41,088 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2023-03-13 02:10:41,162 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2023-03-13 02:10:41,181 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2023-03-13 02:10:41,182 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.64]
2023-03-13 02:10:41,845 - INFO  [main                ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2023-03-13 02:10:41,846 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 11526 ms
2023-03-13 02:10:46,507 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2023-03-13 02:10:47,337 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2023-03-13 02:10:47,971 - INFO  [main                ] liquibase.database - Set default schema name to cpstemporaldb
2023-03-13 02:10:48,921 - INFO  [main                ] liquibase.lockservice - Successfully acquired change log lock
2023-03-13 02:10:53,443 - INFO  [main                ] liquibase.changelog - Reading from cpstemporaldb.databasechangelog
2023-03-13 02:10:53,992 - INFO  [main                ] liquibase.lockservice - Successfully released change log lock
2023-03-13 02:10:54,960 - INFO  [main                ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2023-03-13 02:10:55,123 - INFO  [main                ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.9.Final
2023-03-13 02:10:55,609 - INFO  [main                ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-13 02:10:55,930 - INFO  [main                ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2023-03-13 02:10:56,366 - WARN  [main                ] Hibernate Types - You should use Hypersistence Optimizer to speed up your Hibernate application!
2023-03-13 02:10:56,367 - WARN  [main                ] Hibernate Types - For more details, go to https://vladmihalcea.com/hypersistence-optimizer/
2023-03-13 02:10:56,368 - INFO  [main                ] Hibernate Types - 
 _    _                           _     _
| |  | |                         (_)   | |
| |__| |_   _ _ __   ___ _ __ ___ _ ___| |_ ___ _ __   ___ ___
|  __  | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \
| |  | | |_| | |_) |  __/ |  \__ \ \__ \ ||  __/ | | | (_|  __/
|_|  |_|\__, | .__/ \___|_|  |___/_|___/\__\___|_| |_|\___\___|
         __/ | |
        |___/|_|

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

2023-03-13 02:10:56,370 - 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-03-13 02:10:57,828 - INFO  [main                ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-13 02:10:57,858 - INFO  [main                ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-03-13 02:11:10,440 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@36af93ca, org.springframework.security.web.context.SecurityContextPersistenceFilter@20961f8b, org.springframework.security.web.header.HeaderWriterFilter@2b24fcba, org.springframework.security.web.authentication.logout.LogoutFilter@6eaf016e, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2fb3c642, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4758f533, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7241872c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5d7807b0, org.springframework.security.web.session.SessionManagementFilter@73b6fbd1, org.springframework.security.web.access.ExceptionTranslationFilter@716cb4c0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@52f9a620]
2023-03-13 02:11:12,069 - 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-03-13 02:11:12,751 - INFO  [main                ] o.a.k.c.s.a.AbstractLogin - Successfully logged in.
2023-03-13 02:11:13,044 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka version: 3.0.1
2023-03-13 02:11:13,045 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka commitId: 8e30984f43e64d8b
2023-03-13 02:11:13,045 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka startTimeMs: 1678673473038
2023-03-13 02:11:13,154 - 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-03-13 02:11:13,226 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
2023-03-13 02:11:13,347 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2023-03-13 02:11:14,006 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
2023-03-13 02:11:14,008 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"]
2023-03-13 02:11:14,009 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2023-03-13 02:11:14,009 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.64]
2023-03-13 02:11:14,300 - INFO  [main                ] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2023-03-13 02:11:14,300 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 896 ms
2023-03-13 02:11:14,533 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
2023-03-13 02:11:16,806 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"]
2023-03-13 02:11:16,826 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
2023-03-13 02:11:16,942 - INFO  [main                ] org.onap.cps.temporal.Application - Started Application in 51.57 seconds (JVM running for 53.825)
2023-03-13 02:11:17,173 - 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 OGqo5YdgQtqlWj3Rl0saKg
2023-03-13 02:11:17,174 - 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 OGqo5YdgQtqlWj3Rl0saKg
2023-03-13 02:11:17,174 - 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 OGqo5YdgQtqlWj3Rl0saKg
2023-03-13 02:11:17,174 - 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 OGqo5YdgQtqlWj3Rl0saKg
2023-03-13 02:11:17,174 - 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 OGqo5YdgQtqlWj3Rl0saKg
2023-03-13 02:11:17,175 - 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 OGqo5YdgQtqlWj3Rl0saKg
2023-03-13 02:11:17,182 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Cluster ID: hC801O7GT9u6_gfhguIbRw
2023-03-13 02:11:17,187 - 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-03-13 02:11:17,207 - 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-03-13 02:11:17,441 - 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-03-13 02:11:17,442 - 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-03-13 02:11:18,653 - INFO  [http-nio-8081-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-13 02:11:18,655 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2023-03-13 02:11:18,657 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
2023-03-13 02:11:20,461 - 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=13, memberId='consumer-cps-temporal-group-1-d8b05c16-b244-4b8a-a183-5332232b7dd0', protocol='range'}
2023-03-13 02:11:20,467 - 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 13: {consumer-cps-temporal-group-1-d8b05c16-b244-4b8a-a183-5332232b7dd0=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])}
2023-03-13 02:11:20,488 - 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=13, memberId='consumer-cps-temporal-group-1-d8b05c16-b244-4b8a-a183-5332232b7dd0', protocol='range'}
2023-03-13 02:11:20,489 - 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])
2023-03-13 02:11:20,494 - 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-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-03-13 02:11:20,531 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-5 to the committed offset 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-03-13 02:11:20,532 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-4 to the committed offset 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-03-13 02:11:20,532 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-3 to the committed offset 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-03-13 02:11:20,532 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-2 to the committed offset 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-03-13 02:11:20,533 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-1 to the committed offset 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-03-13 02:11:20,533 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Setting offset for partition cps.data-updated-events-0 to the committed offset FetchPosition{offset=22, 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-03-13 02:11:20,536 - INFO  [intContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer - cps-temporal-group: partitions assigned: [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]

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

2023-03-13 02:09:27,992 - INFO  [background-preinit  ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.3.Final
2023-03-13 02:09:28,222 - INFO  [main                ] org.onap.cps.temporal.Application - Starting Application using Java 11.0.9.1 on onap-cps-temporal-5c8d9bb5bf-mlvvl with PID 1 (/app/classes started by ? in /app)
2023-03-13 02:09:28,227 - INFO  [main                ] org.onap.cps.temporal.Application - The following 1 profile is active: "helm"
2023-03-13 02:09:37,870 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-03-13 02:09:38,087 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 171 ms. Found 1 JPA repository interfaces.
2023-03-13 02:09:39,913 - INFO  [main                ] o.s.cloud.context.scope.GenericScope - BeanFactory id=4630c962-e918-31ed-9745-9034b895ad1f
2023-03-13 02:09:43,855 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2023-03-13 02:09:43,931 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2023-03-13 02:09:43,933 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2023-03-13 02:09:43,934 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.64]
2023-03-13 02:09:44,642 - INFO  [main                ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2023-03-13 02:09:44,643 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 14323 ms
2023-03-13 02:09:49,629 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2023-03-13 02:09:50,712 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2023-03-13 02:09:52,005 - INFO  [main                ] liquibase.database - Set default schema name to cpstemporaldb
2023-03-13 02:09:53,102 - INFO  [main                ] liquibase.lockservice - Successfully acquired change log lock
2023-03-13 02:09:56,844 - INFO  [main                ] liquibase.changelog - Reading from cpstemporaldb.databasechangelog
2023-03-13 02:09:57,565 - INFO  [main                ] liquibase.lockservice - Successfully released change log lock
2023-03-13 02:09:58,344 - INFO  [main                ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2023-03-13 02:09:58,484 - INFO  [main                ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.9.Final
2023-03-13 02:09:58,886 - INFO  [main                ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-13 02:09:59,241 - INFO  [main                ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2023-03-13 02:09:59,758 - WARN  [main                ] Hibernate Types - You should use Hypersistence Optimizer to speed up your Hibernate application!
2023-03-13 02:09:59,758 - WARN  [main                ] Hibernate Types - For more details, go to https://vladmihalcea.com/hypersistence-optimizer/
2023-03-13 02:09:59,759 - INFO  [main                ] Hibernate Types - 
 _    _                           _     _
| |  | |                         (_)   | |
| |__| |_   _ _ __   ___ _ __ ___ _ ___| |_ ___ _ __   ___ ___
|  __  | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \
| |  | | |_| | |_) |  __/ |  \__ \ \__ \ ||  __/ | | | (_|  __/
|_|  |_|\__, | .__/ \___|_|  |___/_|___/\__\___|_| |_|\___\___|
         __/ | |
        |___/|_|

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

2023-03-13 02:09:59,759 - 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-03-13 02:10:01,318 - INFO  [main                ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-13 02:10:01,350 - INFO  [main                ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-03-13 02:10:14,206 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@42675041, org.springframework.security.web.context.SecurityContextPersistenceFilter@ab2d814, org.springframework.security.web.header.HeaderWriterFilter@3f774d60, org.springframework.security.web.authentication.logout.LogoutFilter@c7485d2, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@35645453, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@636e6791, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5e7d994c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@81cba04, org.springframework.security.web.session.SessionManagementFilter@4c39eac6, org.springframework.security.web.access.ExceptionTranslationFilter@759c0c14, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7cc7769d]
2023-03-13 02:10:16,058 - 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-03-13 02:10:16,668 - INFO  [main                ] o.a.k.c.s.a.AbstractLogin - Successfully logged in.
2023-03-13 02:10:16,938 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka version: 3.0.1
2023-03-13 02:10:16,938 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka commitId: 8e30984f43e64d8b
2023-03-13 02:10:16,939 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka startTimeMs: 1678673416928
2023-03-13 02:10:17,122 - 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-03-13 02:10:17,344 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2023-03-13 02:10:17,794 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
2023-03-13 02:10:17,922 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 565 ms
2023-03-13 02:10:18,095 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
2023-03-13 02:10:20,237 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
2023-03-13 02:10:20,394 - INFO  [main                ] org.onap.cps.temporal.Application - Started Application in 55.95 seconds (JVM running for 58.666)
2023-03-13 02:10:20,646 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting generation due to: consumer pro-actively leaving the group
2023-03-13 02:10:20,647 - 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: consumer pro-actively leaving the group
2023-03-13 02:10:20,647 - INFO  [intContainer#0-0-C-1] o.a.k.clients.consumer.KafkaConsumer - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Unsubscribed all topics or patterns and assigned partitions
2023-03-13 02:10:20,659 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.ConsumerCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Resetting generation due to: consumer pro-actively leaving the group
2023-03-13 02:10:20,659 - 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: consumer pro-actively leaving the group
2023-03-13 02:10:20,689 - INFO  [intContainer#0-0-C-1] o.a.kafka.common.metrics.Metrics - Metrics scheduler closed
2023-03-13 02:10:20,690 - INFO  [intContainer#0-0-C-1] o.a.kafka.common.metrics.Metrics - Closing reporter org.apache.kafka.common.metrics.JmxReporter
2023-03-13 02:10:20,692 - INFO  [intContainer#0-0-C-1] o.a.kafka.common.metrics.Metrics - Metrics reporters closed
2023-03-13 02:10:20,715 - INFO  [intContainer#0-0-C-1] o.a.kafka.common.utils.AppInfoParser - App info kafka.consumer for consumer-cps-temporal-group-1 unregistered
2023-03-13 02:10:20,720 - INFO  [intContainer#0-0-C-1] o.s.k.l.KafkaMessageListenerContainer - cps-temporal-group: Consumer stopped
2023-03-13 02:10:20,745 - INFO  [licationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
2023-03-13 02:10:20,754 - INFO  [licationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2023-03-13 02:10:20,827 - INFO  [licationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.