Results

By type

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

2022-07-07 03:30:37,198 - INFO  [main                ] org.onap.cps.temporal.Application - Starting Application using Java 11.0.9.1 on onap-cps-temporal-78d5bbb978-2xtsw with PID 1 (/app/classes started by ? in /app)
2022-07-07 03:30:37,202 - INFO  [main                ] org.onap.cps.temporal.Application - The following profiles are active: helm
2022-07-07 03:30:39,304 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-07 03:30:39,396 - INFO  [main                ] o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 79 ms. Found 1 JPA repository interfaces.
2022-07-07 03:30:40,503 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2022-07-07 03:30:40,519 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2022-07-07 03:30:40,520 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2022-07-07 03:30:40,520 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.55]
2022-07-07 03:30:40,690 - INFO  [main                ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2022-07-07 03:30:40,690 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2995 ms
2022-07-07 03:30:41,450 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2022-07-07 03:30:42,101 - INFO  [main                ] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2022-07-07 03:30:42,901 - INFO  [main                ] liquibase.database - Set default schema name to cpstemporaldb
2022-07-07 03:30:43,269 - INFO  [main                ] liquibase.lockservice - Successfully acquired change log lock
2022-07-07 03:30:44,607 - INFO  [main                ] liquibase.changelog - Reading from cpstemporaldb.databasechangelog
2022-07-07 03:30:44,815 - INFO  [main                ] liquibase.lockservice - Successfully released change log lock
2022-07-07 03:30:45,170 - INFO  [main                ] o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-07 03:30:45,239 - INFO  [main                ] org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.32.Final
2022-07-07 03:30:45,553 - INFO  [main                ] o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-07 03:30:45,739 - INFO  [main                ] org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2022-07-07 03:30:46,438 - WARN  [main                ] Hibernate Types - You should use Hypersistence Optimizer to speed up your Hibernate application!
2022-07-07 03:30:46,438 - WARN  [main                ] Hibernate Types - For more details, go to https://vladmihalcea.com/hypersistence-optimizer/
2022-07-07 03:30:46,438 - INFO  [main                ] Hibernate Types - 
 _    _                           _     _
| |  | |                         (_)   | |
| |__| |_   _ _ __   ___ _ __ ___ _ ___| |_ ___ _ __   ___ ___
|  __  | | | | '_ \ / _ \ '__/ __| / __| __/ _ \ '_ \ / __/ _ \
| |  | | |_| | |_) |  __/ |  \__ \ \__ \ ||  __/ | | | (_|  __/
|_|  |_|\__, | .__/ \___|_|  |___/_|___/\__\___|_| |_|\___\___|
         __/ | |
        |___/|_|

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

2022-07-07 03:30:46,438 - 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
2022-07-07 03:30:46,631 - INFO  [main                ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final
2022-07-07 03:30:47,294 - INFO  [main                ] o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-07 03:30:47,308 - INFO  [main                ] o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-07 03:30:50,329 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@342615e2, org.springframework.security.web.context.SecurityContextPersistenceFilter@788cb7b0, org.springframework.security.web.header.HeaderWriterFilter@537979aa, org.springframework.security.web.authentication.logout.LogoutFilter@5eace68f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@5cbf423b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@61bbe16d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@653e79fc, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@72548e3c, org.springframework.security.web.session.SessionManagementFilter@2fbbdca, org.springframework.security.web.access.ExceptionTranslationFilter@9d10078, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@32fcccd4]
2022-07-07 03:30:50,553 - 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]
	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 = 10000
	socket.connection.setup.timeout.max.ms = 127000
	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

2022-07-07 03:30:50,791 - INFO  [main                ] o.a.k.c.s.a.AbstractLogin - Successfully logged in.
2022-07-07 03:30:50,871 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka version: 2.7.2
2022-07-07 03:30:50,871 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka commitId: 37a1cc36bf4d76f3
2022-07-07 03:30:50,871 - INFO  [main                ] o.a.kafka.common.utils.AppInfoParser - Kafka startTimeMs: 1657164650869
2022-07-07 03:30:50,921 - 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
2022-07-07 03:30:50,933 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
2022-07-07 03:30:50,955 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2022-07-07 03:30:51,058 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
2022-07-07 03:30:51,059 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"]
2022-07-07 03:30:51,060 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2022-07-07 03:30:51,060 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.55]
2022-07-07 03:30:51,083 - INFO  [main                ] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2022-07-07 03:30:51,084 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 123 ms
2022-07-07 03:30:51,136 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
2022-07-07 03:30:51,731 - INFO  [intContainer#0-0-C-1] org.apache.kafka.clients.Metadata - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Cluster ID: nBFqF3kIQ2CMq_0Y3fisSQ
2022-07-07 03:30:51,733 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2022-07-07 03:30:51,742 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] (Re-)joining group
2022-07-07 03:30:51,750 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"]
2022-07-07 03:30:51,754 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
2022-07-07 03:30:51,778 - INFO  [main                ] org.onap.cps.temporal.Application - Started Application in 15.5 seconds (JVM running for 16.357)
2022-07-07 03:30:51,887 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] (Re-)joining group
2022-07-07 03:30:54,059 - INFO  [http-nio-8081-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-07 03:30:54,060 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2022-07-07 03:30:54,061 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
2022-07-07 03:30:54,892 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Successfully joined group with generation Generation{generationId=3, memberId='consumer-cps-temporal-group-1-cdcd4fd3-0908-4d6e-8205-6981f26f45a3', protocol='range'}
2022-07-07 03:30:54,895 - 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 3: {consumer-cps-temporal-group-1-cdcd4fd3-0908-4d6e-8205-6981f26f45a3=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])}
2022-07-07 03:30:54,910 - INFO  [intContainer#0-0-C-1] o.a.k.c.c.i.AbstractCoordinator - [Consumer clientId=consumer-cps-temporal-group-1, groupId=cps-temporal-group] Successfully synced group in generation Generation{generationId=3, memberId='consumer-cps-temporal-group-1-cdcd4fd3-0908-4d6e-8205-6981f26f45a3', protocol='range'}
2022-07-07 03:30:54,911 - 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])
2022-07-07 03:30:54,914 - 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
2022-07-07 03:30:54,928 - 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-9 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}}
2022-07-07 03:30:54,928 - 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-8 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}}
2022-07-07 03:30:54,929 - 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-7 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}}
2022-07-07 03:30:54,929 - 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-6 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}}
2022-07-07 03:30:54,929 - 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2022-07-07 03:30:54,929 - 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2022-07-07 03:30:54,929 - 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2022-07-07 03:30:54,929 - 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2022-07-07 03:30:54,929 - 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2022-07-07 03:30:54,930 - 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=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}}
2022-07-07 03:30:54,931 - 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]