Results

By type

          STRIMZI_BROKER_ID=2
Preparing truststore for replication listener
Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/kafka/cluster.truststore.p12 with alias ca
Certificate was added to keystore
Preparing truststore for replication listener is complete
Looking for the right CA
Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt
Preparing keystore for replication and clienttls listener
Preparing keystore for replication and clienttls listener is complete
Preparing truststore for client authentication
Adding /opt/kafka/client-ca-certs/ca.crt to truststore /tmp/kafka/clients.truststore.p12 with alias ca
Certificate was added to keystore
Preparing truststore for client authentication is complete
Starting Kafka with configuration:
##############################
##############################
# This file is automatically generated by the Strimzi Cluster Operator
# Any changes to this file will be ignored and overwritten!
##############################
##############################

##########
# Broker ID
##########
broker.id=2
node.id=2

##########
# Zookeeper
##########
zookeeper.connect=onap-strimzi-zookeeper-client:2181
zookeeper.clientCnxnSocket=org.apache.zookeeper.ClientCnxnSocketNetty
zookeeper.ssl.client.enable=true
zookeeper.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
zookeeper.ssl.keystore.password=[hidden]
zookeeper.ssl.keystore.type=PKCS12
zookeeper.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12
zookeeper.ssl.truststore.password=[hidden]
zookeeper.ssl.truststore.type=PKCS12

##########
# Kafka message logs configuration
##########
log.dirs=/var/lib/kafka/data-0/kafka-log2

##########
# Control Plane listener
##########
listener.name.controlplane-9090.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
listener.name.controlplane-9090.ssl.keystore.password=[hidden]
listener.name.controlplane-9090.ssl.keystore.type=PKCS12
listener.name.controlplane-9090.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12
listener.name.controlplane-9090.ssl.truststore.password=[hidden]
listener.name.controlplane-9090.ssl.truststore.type=PKCS12
listener.name.controlplane-9090.ssl.client.auth=required

##########
# Replication listener
##########
listener.name.replication-9091.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
listener.name.replication-9091.ssl.keystore.password=[hidden]
listener.name.replication-9091.ssl.keystore.type=PKCS12
listener.name.replication-9091.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12
listener.name.replication-9091.ssl.truststore.password=[hidden]
listener.name.replication-9091.ssl.truststore.type=PKCS12
listener.name.replication-9091.ssl.client.auth=required

##########
# Listener configuration: PLAIN-9092
##########
listener.name.plain-9092.scram-sha-512.sasl.jaas.config=[hidden]
listener.name.plain-9092.sasl.enabled.mechanisms=SCRAM-SHA-512


##########
# Listener configuration: TLS-9093
##########
listener.name.tls-9093.ssl.client.auth=required
listener.name.tls-9093.ssl.truststore.location=/tmp/kafka/clients.truststore.p12
listener.name.tls-9093.ssl.truststore.password=[hidden]
listener.name.tls-9093.ssl.truststore.type=PKCS12

listener.name.tls-9093.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
listener.name.tls-9093.ssl.keystore.password=[hidden]
listener.name.tls-9093.ssl.keystore.type=PKCS12


##########
# Listener configuration: EXTERNAL-9094
##########
listener.name.external-9094.ssl.client.auth=required
listener.name.external-9094.ssl.truststore.location=/tmp/kafka/clients.truststore.p12
listener.name.external-9094.ssl.truststore.password=[hidden]
listener.name.external-9094.ssl.truststore.type=PKCS12

listener.name.external-9094.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12
listener.name.external-9094.ssl.keystore.password=[hidden]
listener.name.external-9094.ssl.keystore.type=PKCS12


##########
# Common listener configuration
##########
listeners=CONTROLPLANE-9090://0.0.0.0:9090,REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093,EXTERNAL-9094://0.0.0.0:9094
advertised.listeners=CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.240.77:31376
listener.security.protocol.map=CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SSL
control.plane.listener.name=CONTROLPLANE-9090
inter.broker.listener.name=REPLICATION-9091
sasl.enabled.mechanisms=
ssl.secure.random.implementation=SHA1PRNG
ssl.endpoint.identification.algorithm=HTTPS

##########
# Authorization
##########
authorizer.class.name=kafka.security.authorizer.AclAuthorizer
super.users=User:CN=onap-strimzi-kafka,O=io.strimzi;User:CN=onap-strimzi-entity-topic-operator,O=io.strimzi;User:CN=onap-strimzi-entity-user-operator,O=io.strimzi;User:CN=onap-strimzi-kafka-exporter,O=io.strimzi;User:CN=onap-strimzi-cruise-control,O=io.strimzi;User:CN=cluster-operator,O=io.strimzi;User:strimzi-kafka-admin

##########
# User provided configuration
##########
default.replication.factor=3
inter.broker.protocol.version=3.0
log.message.format.version=3.0
min.insync.replicas=3
offsets.topic.replication.factor=3
transaction.state.log.min.isr=3
transaction.state.log.replication.factor=3
+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/kafka-server-start.sh /tmp/strimzi.properties
2022-07-08 10:26:52,361 INFO Starting KafkaAgent with brokerReadyFile=/var/opt/kafka/kafka-ready and sessionConnectedFile=/var/opt/kafka/zk-connected (io.strimzi.kafka.agent.KafkaAgent) [main]
2022-07-08 10:26:52,364 INFO Starting metrics registry (io.strimzi.kafka.agent.KafkaAgent) [main]
2022-07-08 10:26:53,876 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main]
2022-07-08 10:26:55,476 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-07-08 10:26:55,965 INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [main]
2022-07-08 10:26:56,030 INFO starting (kafka.server.KafkaServer) [main]
2022-07-08 10:26:56,043 INFO Connecting to zookeeper on onap-strimzi-zookeeper-client:2181 (kafka.server.KafkaServer) [main]
2022-07-08 10:26:56,205 INFO [ZooKeeperClient Kafka server] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-08 10:26:56,268 INFO Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,268 INFO Client environment:host.name=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,268 INFO Client environment:java.version=11.0.14 (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,268 INFO Client environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,268 INFO Client environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.14.0.9-2.el8_5.x86_64 (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,268 INFO Client environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.7.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/annotations-13.0.jar:/opt/kafka/bin/../libs/aopalliance-repackaged-2.6.1.jar:/opt/kafka/bin/../libs/argparse4j-0.7.0.jar:/opt/kafka/bin/../libs/audience-annotations-0.5.0.jar:/opt/kafka/bin/../libs/automaton-1.11-8.jar:/opt/kafka/bin/../libs/checker-qual-3.5.0.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/connect-api-3.0.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.0.0.jar:/opt/kafka/bin/../libs/connect-file-3.0.0.jar:/opt/kafka/bin/../libs/connect-json-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.0.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.0.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.0.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.0.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.82.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.3.4.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/generex-1.0.2.jar:/opt/kafka/bin/../libs/gson-2.8.6.jar:/opt/kafka/bin/../libs/guava-30.1-jre.jar:/opt/kafka/bin/../libs/hk2-api-2.6.1.jar:/opt/kafka/bin/../libs/hk2-locator-2.6.1.jar:/opt/kafka/bin/../libs/hk2-utils-2.6.1.jar:/opt/kafka/bin/../libs/j2objc-annotations-1.3.jar:/opt/kafka/bin/../libs/jackson-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-core-2.12.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.12.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.12.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.12.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.12.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.12.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-core-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.6.0.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.6.0.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.1.jar:/opt/kafka/bin/../libs/jakarta.annotation-api-1.3.5.jar:/opt/kafka/bin/../libs/jakarta.inject-2.6.1.jar:/opt/kafka/bin/../libs/jakarta.validation-api-2.0.2.jar:/opt/kafka/bin/../libs/jakarta.ws.rs-api-2.1.6.jar:/opt/kafka/bin/../libs/jakarta.xml.bind-api-2.3.2.jar:/opt/kafka/bin/../libs/javassist-3.27.0-GA.jar:/opt/kafka/bin/../libs/javax.servlet-api-3.1.0.jar:/opt/kafka/bin/../libs/javax.ws.rs-api-2.1.1.jar:/opt/kafka/bin/../libs/jaxb-api-2.3.0.jar:/opt/kafka/bin/../libs/jersey-client-2.34.jar:/opt/kafka/bin/../libs/jersey-common-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.34.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.34.jar:/opt/kafka/bin/../libs/jersey-hk2-2.34.jar:/opt/kafka/bin/../libs/jersey-server-2.34.jar:/opt/kafka/bin/../libs/jetty-client-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-http-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-io-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-security-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-server-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.43.v20210629.jar:/opt/kafka/bin/../libs/jline-3.12.1.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.16.1.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/json-path-2.6.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.7.jar:/opt/kafka/bin/../libs/jsonevent-layout-1.7.jar:/opt/kafka/bin/../libs/jsr305-3.0.2.jar:/opt/kafka/bin/../libs/kafka-agent-0.28.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.0.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.0.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.0.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.10.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.10.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.0.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.0.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.0.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.0.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.0.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.0.0.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.4.10.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.4.0.jar:/opt/kafka/bin/../libs/kubernetes-client-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-5.12.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-5.12.0.jar:/opt/kafka/bin/../libs/libthrift-0.14.1.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/log4j-1.2.17.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.7.1.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.1.jar:/opt/kafka/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka/bin/../libs/metrics-core-4.1.12.1.jar:/opt/kafka/bin/../libs/mirror-maker-2-extensions-1.2.0.jar:/opt/kafka/bin/../libs/mirror-maker-agent-0.28.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.62.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.62.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.9.0.jar:/opt/kafka/bin/../libs/okio-2.8.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.4.0.jar:/opt/kafka/bin/../libs/opentracing-api-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-kafka-client-0.1.15.jar:/opt/kafka/bin/../libs/opentracing-noop-0.33.0.jar:/opt/kafka/bin/../libs/opentracing-tracerresolver-0.1.8.jar:/opt/kafka/bin/../libs/opentracing-util-0.33.0.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/plexus-utils-3.2.1.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/rocksdbjni-6.19.3.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.4.4.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.0.jar:/opt/kafka/bin/../libs/scala-library-2.13.6.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.3.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.6.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-log4j12-1.7.30.jar:/opt/kafka/bin/../libs/snakeyaml-1.27.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.1.jar:/opt/kafka/bin/../libs/tracing-agent-0.28.0.jar:/opt/kafka/bin/../libs/trogdor-3.0.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.6.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.6.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.0-2.jar (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,269 INFO Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,272 INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,274 INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,275 INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,275 INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,278 INFO Client environment:os.version=5.4.0-96-generic (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,284 INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,284 INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,284 INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,285 INFO Client environment:os.memory.free=190MB (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,285 INFO Client environment:os.memory.max=7966MB (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,286 INFO Client environment:os.memory.total=203MB (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,317 INFO Initiating client connection, connectString=onap-strimzi-zookeeper-client:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@39d9314d (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:26:56,920 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main]
2022-07-08 10:26:56,959 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main]
2022-07-08 10:26:56,965 INFO Starting poller (io.strimzi.kafka.agent.KafkaAgent) [main]
2022-07-08 10:26:56,982 INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-08 10:26:57,205 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.54.80:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2022-07-08 10:26:57,235 INFO SASL config status: Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2022-07-08 10:27:00,533 INFO SSL handler added for channel: [id: 0x89b7fc98] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1]
2022-07-08 10:27:00,610 INFO Socket connection established, initiating session, client: /10.233.72.4:38336, server: onap-strimzi-zookeeper-client/10.233.54.80:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1]
2022-07-08 10:27:00,620 INFO channel is connected: [id: 0x89b7fc98, L:/10.233.72.4:38336 - R:onap-strimzi-zookeeper-client/10.233.54.80:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1]
2022-07-08 10:27:02,416 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.54.80:2181, session id = 0x1000149812c0011, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1]
2022-07-08 10:27:02,465 INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-08 10:27:03,531 INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [feature-zk-node-event-process-thread]
2022-07-08 10:27:04,358 INFO Updated cache from existing  to latest FinalizedFeaturesAndEpoch(features=Features{}, epoch=0). (kafka.server.FinalizedFeatureCache) [feature-zk-node-event-process-thread]
2022-07-08 10:27:04,399 INFO Cluster ID = 9foDEuvURVaoEKgSp9YhDg (kafka.server.KafkaServer) [main]
2022-07-08 10:27:04,875 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.240.77:31376
	alter.config.policy.class.name = null
	alter.log.dirs.replication.quota.window.num = 11
	alter.log.dirs.replication.quota.window.size.seconds = 1
	authorizer.class.name = kafka.security.authorizer.AclAuthorizer
	auto.create.topics.enable = true
	auto.leader.rebalance.enable = true
	background.threads = 10
	broker.heartbeat.interval.ms = 2000
	broker.id = 2
	broker.id.generation.enable = true
	broker.rack = null
	broker.session.timeout.ms = 9000
	client.quota.callback.class = null
	compression.type = producer
	connection.failed.authentication.delay.ms = 100
	connections.max.idle.ms = 600000
	connections.max.reauth.ms = 0
	control.plane.listener.name = CONTROLPLANE-9090
	controlled.shutdown.enable = true
	controlled.shutdown.max.retries = 3
	controlled.shutdown.retry.backoff.ms = 5000
	controller.listener.names = null
	controller.quorum.append.linger.ms = 25
	controller.quorum.election.backoff.max.ms = 1000
	controller.quorum.election.timeout.ms = 1000
	controller.quorum.fetch.timeout.ms = 2000
	controller.quorum.request.timeout.ms = 2000
	controller.quorum.retry.backoff.ms = 20
	controller.quorum.voters = []
	controller.quota.window.num = 11
	controller.quota.window.size.seconds = 1
	controller.socket.timeout.ms = 30000
	create.topic.policy.class.name = null
	default.replication.factor = 3
	delegation.token.expiry.check.interval.ms = 3600000
	delegation.token.expiry.time.ms = 86400000
	delegation.token.master.key = null
	delegation.token.max.lifetime.ms = 604800000
	delegation.token.secret.key = null
	delete.records.purgatory.purge.interval.requests = 1
	delete.topic.enable = true
	fetch.max.bytes = 57671680
	fetch.purgatory.purge.interval.requests = 1000
	group.initial.rebalance.delay.ms = 3000
	group.max.session.timeout.ms = 1800000
	group.max.size = 2147483647
	group.min.session.timeout.ms = 6000
	initial.broker.registration.timeout.ms = 60000
	inter.broker.listener.name = REPLICATION-9091
	inter.broker.protocol.version = 3.0
	kafka.metrics.polling.interval.secs = 10
	kafka.metrics.reporters = []
	leader.imbalance.check.interval.seconds = 300
	leader.imbalance.per.broker.percentage = 10
	listener.security.protocol.map = CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SSL
	listeners = CONTROLPLANE-9090://0.0.0.0:9090,REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093,EXTERNAL-9094://0.0.0.0:9094
	log.cleaner.backoff.ms = 15000
	log.cleaner.dedupe.buffer.size = 134217728
	log.cleaner.delete.retention.ms = 86400000
	log.cleaner.enable = true
	log.cleaner.io.buffer.load.factor = 0.9
	log.cleaner.io.buffer.size = 524288
	log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308
	log.cleaner.max.compaction.lag.ms = 9223372036854775807
	log.cleaner.min.cleanable.ratio = 0.5
	log.cleaner.min.compaction.lag.ms = 0
	log.cleaner.threads = 1
	log.cleanup.policy = [delete]
	log.dir = /tmp/kafka-logs
	log.dirs = /var/lib/kafka/data-0/kafka-log2
	log.flush.interval.messages = 9223372036854775807
	log.flush.interval.ms = null
	log.flush.offset.checkpoint.interval.ms = 60000
	log.flush.scheduler.interval.ms = 9223372036854775807
	log.flush.start.offset.checkpoint.interval.ms = 60000
	log.index.interval.bytes = 4096
	log.index.size.max.bytes = 10485760
	log.message.downconversion.enable = true
	log.message.format.version = 3.0
	log.message.timestamp.difference.max.ms = 9223372036854775807
	log.message.timestamp.type = CreateTime
	log.preallocate = false
	log.retention.bytes = -1
	log.retention.check.interval.ms = 300000
	log.retention.hours = 168
	log.retention.minutes = null
	log.retention.ms = null
	log.roll.hours = 168
	log.roll.jitter.hours = 0
	log.roll.jitter.ms = null
	log.roll.ms = null
	log.segment.bytes = 1073741824
	log.segment.delete.delay.ms = 60000
	max.connection.creation.rate = 2147483647
	max.connections = 2147483647
	max.connections.per.ip = 2147483647
	max.connections.per.ip.overrides = 
	max.incremental.fetch.session.cache.slots = 1000
	message.max.bytes = 1048588
	metadata.log.dir = null
	metadata.log.max.record.bytes.between.snapshots = 20971520
	metadata.log.segment.bytes = 1073741824
	metadata.log.segment.min.bytes = 8388608
	metadata.log.segment.ms = 604800000
	metadata.max.retention.bytes = -1
	metadata.max.retention.ms = 604800000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	min.insync.replicas = 3
	node.id = 2
	num.io.threads = 8
	num.network.threads = 3
	num.partitions = 1
	num.recovery.threads.per.data.dir = 1
	num.replica.alter.log.dirs.threads = null
	num.replica.fetchers = 1
	offset.metadata.max.bytes = 4096
	offsets.commit.required.acks = -1
	offsets.commit.timeout.ms = 5000
	offsets.load.buffer.size = 5242880
	offsets.retention.check.interval.ms = 600000
	offsets.retention.minutes = 10080
	offsets.topic.compression.codec = 0
	offsets.topic.num.partitions = 50
	offsets.topic.replication.factor = 3
	offsets.topic.segment.bytes = 104857600
	password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding
	password.encoder.iterations = 4096
	password.encoder.key.length = 128
	password.encoder.keyfactory.algorithm = null
	password.encoder.old.secret = null
	password.encoder.secret = null
	principal.builder.class = class org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder
	process.roles = []
	producer.purgatory.purge.interval.requests = 1000
	queued.max.request.bytes = -1
	queued.max.requests = 500
	quota.window.num = 11
	quota.window.size.seconds = 1
	remote.log.index.file.cache.total.size.bytes = 1073741824
	remote.log.manager.task.interval.ms = 30000
	remote.log.manager.task.retry.backoff.max.ms = 30000
	remote.log.manager.task.retry.backoff.ms = 500
	remote.log.manager.task.retry.jitter = 0.2
	remote.log.manager.thread.pool.size = 10
	remote.log.metadata.manager.class.name = null
	remote.log.metadata.manager.class.path = null
	remote.log.metadata.manager.impl.prefix = null
	remote.log.metadata.manager.listener.name = null
	remote.log.reader.max.pending.tasks = 100
	remote.log.reader.threads = 10
	remote.log.storage.manager.class.name = null
	remote.log.storage.manager.class.path = null
	remote.log.storage.manager.impl.prefix = null
	remote.log.storage.system.enable = false
	replica.fetch.backoff.ms = 1000
	replica.fetch.max.bytes = 1048576
	replica.fetch.min.bytes = 1
	replica.fetch.response.max.bytes = 10485760
	replica.fetch.wait.max.ms = 500
	replica.high.watermark.checkpoint.interval.ms = 5000
	replica.lag.time.max.ms = 30000
	replica.selector.class = null
	replica.socket.receive.buffer.bytes = 65536
	replica.socket.timeout.ms = 30000
	replication.quota.window.num = 11
	replication.quota.window.size.seconds = 1
	request.timeout.ms = 30000
	reserved.broker.max.id = 1000
	sasl.client.callback.handler.class = null
	sasl.enabled.mechanisms = []
	sasl.jaas.config = null
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.principal.to.local.rules = [DEFAULT]
	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.controller.protocol = GSSAPI
	sasl.mechanism.inter.broker.protocol = GSSAPI
	sasl.server.callback.handler.class = null
	security.inter.broker.protocol = PLAINTEXT
	security.providers = null
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	socket.receive.buffer.bytes = 102400
	socket.request.max.bytes = 104857600
	socket.send.buffer.bytes = 102400
	ssl.cipher.suites = []
	ssl.client.auth = none
	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.principal.mapping.rules = DEFAULT
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = SHA1PRNG
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000
	transaction.max.timeout.ms = 900000
	transaction.remove.expired.transaction.cleanup.interval.ms = 3600000
	transaction.state.log.load.buffer.size = 5242880
	transaction.state.log.min.isr = 3
	transaction.state.log.num.partitions = 50
	transaction.state.log.replication.factor = 3
	transaction.state.log.segment.bytes = 104857600
	transactional.id.expiration.ms = 604800000
	unclean.leader.election.enable = false
	zookeeper.clientCnxnSocket = org.apache.zookeeper.ClientCnxnSocketNetty
	zookeeper.connect = onap-strimzi-zookeeper-client:2181
	zookeeper.connection.timeout.ms = null
	zookeeper.max.in.flight.requests = 10
	zookeeper.session.timeout.ms = 18000
	zookeeper.set.acl = false
	zookeeper.ssl.cipher.suites = null
	zookeeper.ssl.client.enable = true
	zookeeper.ssl.crl.enable = false
	zookeeper.ssl.enabled.protocols = null
	zookeeper.ssl.endpoint.identification.algorithm = HTTPS
	zookeeper.ssl.keystore.location = /tmp/kafka/cluster.keystore.p12
	zookeeper.ssl.keystore.password = [hidden]
	zookeeper.ssl.keystore.type = PKCS12
	zookeeper.ssl.ocsp.enable = false
	zookeeper.ssl.protocol = TLSv1.2
	zookeeper.ssl.truststore.location = /tmp/kafka/cluster.truststore.p12
	zookeeper.ssl.truststore.password = [hidden]
	zookeeper.ssl.truststore.type = PKCS12
	zookeeper.sync.time.ms = 2000
 (kafka.server.KafkaConfig) [main]
2022-07-08 10:27:05,018 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.240.77:31376
	alter.config.policy.class.name = null
	alter.log.dirs.replication.quota.window.num = 11
	alter.log.dirs.replication.quota.window.size.seconds = 1
	authorizer.class.name = kafka.security.authorizer.AclAuthorizer
	auto.create.topics.enable = true
	auto.leader.rebalance.enable = true
	background.threads = 10
	broker.heartbeat.interval.ms = 2000
	broker.id = 2
	broker.id.generation.enable = true
	broker.rack = null
	broker.session.timeout.ms = 9000
	client.quota.callback.class = null
	compression.type = producer
	connection.failed.authentication.delay.ms = 100
	connections.max.idle.ms = 600000
	connections.max.reauth.ms = 0
	control.plane.listener.name = CONTROLPLANE-9090
	controlled.shutdown.enable = true
	controlled.shutdown.max.retries = 3
	controlled.shutdown.retry.backoff.ms = 5000
	controller.listener.names = null
	controller.quorum.append.linger.ms = 25
	controller.quorum.election.backoff.max.ms = 1000
	controller.quorum.election.timeout.ms = 1000
	controller.quorum.fetch.timeout.ms = 2000
	controller.quorum.request.timeout.ms = 2000
	controller.quorum.retry.backoff.ms = 20
	controller.quorum.voters = []
	controller.quota.window.num = 11
	controller.quota.window.size.seconds = 1
	controller.socket.timeout.ms = 30000
	create.topic.policy.class.name = null
	default.replication.factor = 3
	delegation.token.expiry.check.interval.ms = 3600000
	delegation.token.expiry.time.ms = 86400000
	delegation.token.master.key = null
	delegation.token.max.lifetime.ms = 604800000
	delegation.token.secret.key = null
	delete.records.purgatory.purge.interval.requests = 1
	delete.topic.enable = true
	fetch.max.bytes = 57671680
	fetch.purgatory.purge.interval.requests = 1000
	group.initial.rebalance.delay.ms = 3000
	group.max.session.timeout.ms = 1800000
	group.max.size = 2147483647
	group.min.session.timeout.ms = 6000
	initial.broker.registration.timeout.ms = 60000
	inter.broker.listener.name = REPLICATION-9091
	inter.broker.protocol.version = 3.0
	kafka.metrics.polling.interval.secs = 10
	kafka.metrics.reporters = []
	leader.imbalance.check.interval.seconds = 300
	leader.imbalance.per.broker.percentage = 10
	listener.security.protocol.map = CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SSL
	listeners = CONTROLPLANE-9090://0.0.0.0:9090,REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093,EXTERNAL-9094://0.0.0.0:9094
	log.cleaner.backoff.ms = 15000
	log.cleaner.dedupe.buffer.size = 134217728
	log.cleaner.delete.retention.ms = 86400000
	log.cleaner.enable = true
	log.cleaner.io.buffer.load.factor = 0.9
	log.cleaner.io.buffer.size = 524288
	log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308
	log.cleaner.max.compaction.lag.ms = 9223372036854775807
	log.cleaner.min.cleanable.ratio = 0.5
	log.cleaner.min.compaction.lag.ms = 0
	log.cleaner.threads = 1
	log.cleanup.policy = [delete]
	log.dir = /tmp/kafka-logs
	log.dirs = /var/lib/kafka/data-0/kafka-log2
	log.flush.interval.messages = 9223372036854775807
	log.flush.interval.ms = null
	log.flush.offset.checkpoint.interval.ms = 60000
	log.flush.scheduler.interval.ms = 9223372036854775807
	log.flush.start.offset.checkpoint.interval.ms = 60000
	log.index.interval.bytes = 4096
	log.index.size.max.bytes = 10485760
	log.message.downconversion.enable = true
	log.message.format.version = 3.0
	log.message.timestamp.difference.max.ms = 9223372036854775807
	log.message.timestamp.type = CreateTime
	log.preallocate = false
	log.retention.bytes = -1
	log.retention.check.interval.ms = 300000
	log.retention.hours = 168
	log.retention.minutes = null
	log.retention.ms = null
	log.roll.hours = 168
	log.roll.jitter.hours = 0
	log.roll.jitter.ms = null
	log.roll.ms = null
	log.segment.bytes = 1073741824
	log.segment.delete.delay.ms = 60000
	max.connection.creation.rate = 2147483647
	max.connections = 2147483647
	max.connections.per.ip = 2147483647
	max.connections.per.ip.overrides = 
	max.incremental.fetch.session.cache.slots = 1000
	message.max.bytes = 1048588
	metadata.log.dir = null
	metadata.log.max.record.bytes.between.snapshots = 20971520
	metadata.log.segment.bytes = 1073741824
	metadata.log.segment.min.bytes = 8388608
	metadata.log.segment.ms = 604800000
	metadata.max.retention.bytes = -1
	metadata.max.retention.ms = 604800000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	min.insync.replicas = 3
	node.id = 2
	num.io.threads = 8
	num.network.threads = 3
	num.partitions = 1
	num.recovery.threads.per.data.dir = 1
	num.replica.alter.log.dirs.threads = null
	num.replica.fetchers = 1
	offset.metadata.max.bytes = 4096
	offsets.commit.required.acks = -1
	offsets.commit.timeout.ms = 5000
	offsets.load.buffer.size = 5242880
	offsets.retention.check.interval.ms = 600000
	offsets.retention.minutes = 10080
	offsets.topic.compression.codec = 0
	offsets.topic.num.partitions = 50
	offsets.topic.replication.factor = 3
	offsets.topic.segment.bytes = 104857600
	password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding
	password.encoder.iterations = 4096
	password.encoder.key.length = 128
	password.encoder.keyfactory.algorithm = null
	password.encoder.old.secret = null
	password.encoder.secret = null
	principal.builder.class = class org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder
	process.roles = []
	producer.purgatory.purge.interval.requests = 1000
	queued.max.request.bytes = -1
	queued.max.requests = 500
	quota.window.num = 11
	quota.window.size.seconds = 1
	remote.log.index.file.cache.total.size.bytes = 1073741824
	remote.log.manager.task.interval.ms = 30000
	remote.log.manager.task.retry.backoff.max.ms = 30000
	remote.log.manager.task.retry.backoff.ms = 500
	remote.log.manager.task.retry.jitter = 0.2
	remote.log.manager.thread.pool.size = 10
	remote.log.metadata.manager.class.name = null
	remote.log.metadata.manager.class.path = null
	remote.log.metadata.manager.impl.prefix = null
	remote.log.metadata.manager.listener.name = null
	remote.log.reader.max.pending.tasks = 100
	remote.log.reader.threads = 10
	remote.log.storage.manager.class.name = null
	remote.log.storage.manager.class.path = null
	remote.log.storage.manager.impl.prefix = null
	remote.log.storage.system.enable = false
	replica.fetch.backoff.ms = 1000
	replica.fetch.max.bytes = 1048576
	replica.fetch.min.bytes = 1
	replica.fetch.response.max.bytes = 10485760
	replica.fetch.wait.max.ms = 500
	replica.high.watermark.checkpoint.interval.ms = 5000
	replica.lag.time.max.ms = 30000
	replica.selector.class = null
	replica.socket.receive.buffer.bytes = 65536
	replica.socket.timeout.ms = 30000
	replication.quota.window.num = 11
	replication.quota.window.size.seconds = 1
	request.timeout.ms = 30000
	reserved.broker.max.id = 1000
	sasl.client.callback.handler.class = null
	sasl.enabled.mechanisms = []
	sasl.jaas.config = null
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.principal.to.local.rules = [DEFAULT]
	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.controller.protocol = GSSAPI
	sasl.mechanism.inter.broker.protocol = GSSAPI
	sasl.server.callback.handler.class = null
	security.inter.broker.protocol = PLAINTEXT
	security.providers = null
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	socket.receive.buffer.bytes = 102400
	socket.request.max.bytes = 104857600
	socket.send.buffer.bytes = 102400
	ssl.cipher.suites = []
	ssl.client.auth = none
	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.principal.mapping.rules = DEFAULT
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = SHA1PRNG
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000
	transaction.max.timeout.ms = 900000
	transaction.remove.expired.transaction.cleanup.interval.ms = 3600000
	transaction.state.log.load.buffer.size = 5242880
	transaction.state.log.min.isr = 3
	transaction.state.log.num.partitions = 50
	transaction.state.log.replication.factor = 3
	transaction.state.log.segment.bytes = 104857600
	transactional.id.expiration.ms = 604800000
	unclean.leader.election.enable = false
	zookeeper.clientCnxnSocket = org.apache.zookeeper.ClientCnxnSocketNetty
	zookeeper.connect = onap-strimzi-zookeeper-client:2181
	zookeeper.connection.timeout.ms = null
	zookeeper.max.in.flight.requests = 10
	zookeeper.session.timeout.ms = 18000
	zookeeper.set.acl = false
	zookeeper.ssl.cipher.suites = null
	zookeeper.ssl.client.enable = true
	zookeeper.ssl.crl.enable = false
	zookeeper.ssl.enabled.protocols = null
	zookeeper.ssl.endpoint.identification.algorithm = HTTPS
	zookeeper.ssl.keystore.location = /tmp/kafka/cluster.keystore.p12
	zookeeper.ssl.keystore.password = [hidden]
	zookeeper.ssl.keystore.type = PKCS12
	zookeeper.ssl.ocsp.enable = false
	zookeeper.ssl.protocol = TLSv1.2
	zookeeper.ssl.truststore.location = /tmp/kafka/cluster.truststore.p12
	zookeeper.ssl.truststore.password = [hidden]
	zookeeper.ssl.truststore.type = PKCS12
	zookeeper.sync.time.ms = 2000
 (kafka.server.KafkaConfig) [main]
2022-07-08 10:27:05,366 INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Fetch]
2022-07-08 10:27:05,422 INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Produce]
2022-07-08 10:27:05,482 INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Request]
2022-07-08 10:27:05,489 INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-ControllerMutation]
2022-07-08 10:27:06,423 INFO Loading logs from log dirs ArraySeq(/var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [main]
2022-07-08 10:27:06,477 INFO Attempting recovery for all logs in /var/lib/kafka/data-0/kafka-log2 since no clean shutdown file was found (kafka.log.LogManager) [main]
2022-07-08 10:27:07,578 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:07,593 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:07,595 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:07,599 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 3ms for snapshot load and 1ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:07,941 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:07,941 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:07,942 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:08,154 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-0, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 1425ms (1/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:08,261 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:08,287 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:08,288 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:08,289 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:08,811 INFO [ProducerStateManager partition=__strimzi_store_topic-0] Wrote producer snapshot at offset 24 with 0 producer ids in 16 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:08,943 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 24 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:08,943 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 24 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:08,946 INFO [ProducerStateManager partition=__strimzi_store_topic-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__strimzi_store_topic-0/00000000000000000024.snapshot,24)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:08,965 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 21ms for snapshot load and 0ms for segment recovery from offset 24 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:08,975 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__strimzi_store_topic-0, topicId=Hzg1PcYqTz6Ovi--o9zX6A, topic=__strimzi_store_topic, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=24) with 1 segments in 811ms (2/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:09,071 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:09,084 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,084 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,085 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,317 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,318 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,318 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,350 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-3, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 375ms (3/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:09,549 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:09,570 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,572 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,573 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,750 INFO [ProducerStateManager partition=__consumer_offsets-18] Wrote producer snapshot at offset 13 with 0 producer ids in 26 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:09,849 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 13 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,849 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 13 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,849 INFO [ProducerStateManager partition=__consumer_offsets-18] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-18/00000000000000000013.snapshot,13)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:09,860 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 11ms for snapshot load and 0ms for segment recovery from offset 13 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:09,896 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-18, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=13) with 1 segments in 544ms (4/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:10,005 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:10,010 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,010 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,010 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,092 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,092 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,092 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,107 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-39, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=39, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 211ms (5/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:10,149 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:10,150 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,150 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,150 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,312 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,312 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,313 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,356 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-9, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 248ms (6/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:10,535 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:10,545 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,547 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,547 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,775 INFO [ProducerStateManager partition=__consumer_offsets-24] Wrote producer snapshot at offset 4 with 0 producer ids in 29 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:10,911 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 4 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,911 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 4 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,911 INFO [ProducerStateManager partition=__consumer_offsets-24] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-24/00000000000000000004.snapshot,4)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:10,916 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 4ms for snapshot load and 1ms for segment recovery from offset 4 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:10,950 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-24, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=4) with 1 segments in 590ms (7/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:11,217 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:11,229 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,230 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,230 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,434 INFO [ProducerStateManager partition=__consumer_offsets-27] Wrote producer snapshot at offset 7 with 0 producer ids in 27 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:11,518 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 7 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,518 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 7 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,518 INFO [ProducerStateManager partition=__consumer_offsets-27] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-27/00000000000000000007.snapshot,7)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:11,539 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 21ms for snapshot load and 0ms for segment recovery from offset 7 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,585 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-27, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=7) with 1 segments in 634ms (8/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:11,794 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:11,807 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,808 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:11,808 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,206 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,211 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,213 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,286 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-42, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=42, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 700ms (9/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:12,361 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:12,363 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,364 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,364 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,416 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,417 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,417 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,435 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-12, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 148ms (10/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:12,506 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:12,509 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,509 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,510 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,554 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,554 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,554 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,569 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-33, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=33, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 133ms (11/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:12,773 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:12,808 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,808 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:12,808 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,027 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,030 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,030 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,062 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-48, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=48, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 493ms (12/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:13,181 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:13,184 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,184 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,187 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,279 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,279 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,280 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,302 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-21, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 239ms (13/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:13,361 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:13,364 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,364 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,364 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,399 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,399 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,399 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,416 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-36, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=36, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 114ms (14/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:13,457 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:13,458 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,458 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,458 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,588 INFO [ProducerStateManager partition=__consumer_offsets-6] Wrote producer snapshot at offset 71 with 0 producer ids in 35 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:13,665 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 71 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,665 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 71 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,666 INFO [ProducerStateManager partition=__consumer_offsets-6] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-6/00000000000000000071.snapshot,71)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:13,668 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 3ms for snapshot load and 0ms for segment recovery from offset 71 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,681 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-6, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=71) with 1 segments in 265ms (15/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:13,831 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:13,834 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,834 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,835 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,911 INFO [ProducerStateManager partition=__consumer_offsets-45] Wrote producer snapshot at offset 4 with 0 producer ids in 9 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:13,959 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 4 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,960 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 4 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,960 INFO [ProducerStateManager partition=__consumer_offsets-45] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-45/00000000000000000004.snapshot,4)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:13,963 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 3ms for snapshot load and 0ms for segment recovery from offset 4 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:13,990 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-45, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=45, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=4) with 1 segments in 309ms (16/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:14,043 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:14,047 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,047 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,048 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,116 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,117 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,117 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,129 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-15, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 137ms (17/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:14,252 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:14,254 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,254 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,254 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,422 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,422 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,423 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,448 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-30, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=30, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 319ms (18/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:14,693 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:14,782 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,782 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,782 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:14,967 INFO [ProducerStateManager partition=__consumer_offsets-0] Wrote producer snapshot at offset 8 with 0 producer ids in 58 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:15,072 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 8 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,073 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 8 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,074 INFO [ProducerStateManager partition=__consumer_offsets-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-0/00000000000000000008.snapshot,8)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:15,086 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 13ms for snapshot load and 0ms for segment recovery from offset 8 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,136 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-0, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=8) with 1 segments in 685ms (19/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:15,277 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:15,286 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,286 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,287 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,495 INFO [ProducerStateManager partition=__consumer_offsets-37] Wrote producer snapshot at offset 236 with 0 producer ids in 3 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:15,537 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 236 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,537 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 236 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,537 INFO [ProducerStateManager partition=__consumer_offsets-37] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-37/00000000000000000236.snapshot,236)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:15,542 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 5ms for snapshot load and 0ms for segment recovery from offset 236 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,558 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-37, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=37, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=236) with 1 segments in 422ms (20/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:15,644 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:15,662 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,662 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,662 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,693 INFO [ProducerStateManager partition=__consumer_offsets-7] Wrote producer snapshot at offset 11 with 0 producer ids in 6 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:15,706 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 11 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,706 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 11 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,707 INFO [ProducerStateManager partition=__consumer_offsets-7] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-7/00000000000000000011.snapshot,11)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:15,720 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 13ms for snapshot load and 0ms for segment recovery from offset 11 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,747 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-7, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=11) with 1 segments in 188ms (21/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:15,769 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:15,770 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,770 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,772 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 1ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,793 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,794 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,794 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,809 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-22, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 61ms (22/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:15,841 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:15,845 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,845 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:15,845 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,020 INFO [ProducerStateManager partition=__consumer_offsets-41] Wrote producer snapshot at offset 206 with 0 producer ids in 14 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:16,181 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 206 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,183 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 206 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,187 INFO [ProducerStateManager partition=__consumer_offsets-41] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-41/00000000000000000206.snapshot,206)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:16,225 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 42ms for snapshot load and 0ms for segment recovery from offset 206 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,329 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-41, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=41, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=206) with 1 segments in 515ms (23/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:16,435 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:16,441 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,441 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,441 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,511 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,511 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,511 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,542 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-10, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 207ms (24/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:16,577 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:16,585 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,585 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,586 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,611 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,611 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,611 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,626 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-29, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 83ms (25/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:16,704 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:16,705 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,705 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,705 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,844 INFO [ProducerStateManager partition=__consumer_offsets-44] Wrote producer snapshot at offset 149 with 0 producer ids in 20 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:16,878 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 149 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,878 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 149 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,878 INFO [ProducerStateManager partition=__consumer_offsets-44] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-44/00000000000000000149.snapshot,149)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:16,893 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 15ms for snapshot load and 0ms for segment recovery from offset 149 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:16,922 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-44, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=44, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=149) with 1 segments in 296ms (26/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:16,995 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:17,001 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,002 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,004 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,112 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,112 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,112 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,131 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-14, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 209ms (27/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:17,168 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:17,170 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,170 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,170 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,283 INFO [ProducerStateManager partition=__consumer_offsets-19] Wrote producer snapshot at offset 216 with 0 producer ids in 16 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:17,367 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 216 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,369 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 216 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,372 INFO [ProducerStateManager partition=__consumer_offsets-19] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-19/00000000000000000216.snapshot,216)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:17,390 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 20ms for snapshot load and 0ms for segment recovery from offset 216 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,419 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-19, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=216) with 1 segments in 288ms (28/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:17,453 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:17,457 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,458 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,458 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,526 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,526 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,526 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,576 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-34, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=34, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 156ms (29/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:17,668 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:17,671 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,671 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,671 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,836 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,838 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,842 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,885 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-4, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 308ms (30/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:17,925 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:17,928 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,928 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,928 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,985 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,985 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:17,985 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,012 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-23, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 124ms (31/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,065 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,085 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,085 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,085 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,168 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,168 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,168 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,175 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-38, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=38, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 161ms (32/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,206 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,209 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,209 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,209 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,231 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,231 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,232 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,253 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-8, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 77ms (33/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,310 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,311 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,312 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,312 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,377 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,378 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,378 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,411 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-11, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 156ms (34/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,482 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,492 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,492 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,492 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,572 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,572 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,572 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,618 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-26, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 196ms (35/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,663 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,665 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,665 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,665 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,678 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,678 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,678 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,693 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-49, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=49, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 75ms (36/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,714 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,716 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,717 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,732 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,771 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,771 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,771 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,786 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-35, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=35, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 92ms (37/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,801 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,803 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,804 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,804 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,819 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,819 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,819 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,842 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-5, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 54ms (38/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:18,958 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:18,970 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,970 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:18,973 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 3ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,094 INFO [ProducerStateManager partition=__consumer_offsets-20] Wrote producer snapshot at offset 4 with 0 producer ids in 7 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,118 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 4 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,118 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 4 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,119 INFO [ProducerStateManager partition=__consumer_offsets-20] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-20/00000000000000000004.snapshot,4)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,143 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 25ms for snapshot load and 0ms for segment recovery from offset 4 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,167 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-20, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=4) with 1 segments in 324ms (39/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:19,211 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:19,213 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,213 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,213 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,295 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,295 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,295 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,334 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-31, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=31, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 166ms (40/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:19,449 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:19,455 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,455 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,456 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,491 INFO [ProducerStateManager partition=__consumer_offsets-46] Wrote producer snapshot at offset 10 with 0 producer ids in 4 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,528 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 10 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,528 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 10 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,554 INFO [ProducerStateManager partition=__consumer_offsets-46] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-46/00000000000000000010.snapshot,10)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,557 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 29ms for snapshot load and 0ms for segment recovery from offset 10 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,564 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-46, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=46, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=10) with 1 segments in 229ms (41/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:19,599 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:19,601 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,601 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,601 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,634 INFO [ProducerStateManager partition=__consumer_offsets-1] Wrote producer snapshot at offset 7 with 0 producer ids in 4 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,650 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 7 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,650 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 7 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,650 INFO [ProducerStateManager partition=__consumer_offsets-1] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-1/00000000000000000007.snapshot,7)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,652 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 2ms for snapshot load and 0ms for segment recovery from offset 7 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,660 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-1, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=7) with 1 segments in 96ms (42/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:19,678 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:19,681 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,682 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,683 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,778 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,780 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,782 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,799 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-16, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 138ms (43/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:19,834 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:19,835 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,836 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,836 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,910 INFO [ProducerStateManager partition=__consumer_offsets-2] Wrote producer snapshot at offset 239 with 0 producer ids in 3 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,927 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 239 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,927 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 239 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,927 INFO [ProducerStateManager partition=__consumer_offsets-2] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-2/00000000000000000239.snapshot,239)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:19,935 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 8ms for snapshot load and 0ms for segment recovery from offset 239 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:19,967 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-2, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=239) with 1 segments in 167ms (44/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:20,004 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:20,007 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,009 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,009 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,080 INFO [ProducerStateManager partition=__consumer_offsets-25] Wrote producer snapshot at offset 22 with 0 producer ids in 4 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:20,120 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 22 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,120 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 22 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,121 INFO [ProducerStateManager partition=__consumer_offsets-25] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-25/00000000000000000022.snapshot,22)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:20,124 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 4ms for snapshot load and 0ms for segment recovery from offset 22 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,138 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-25, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=22) with 1 segments in 171ms (45/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:20,175 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:20,178 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,178 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,178 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,291 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,291 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,292 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 1ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,301 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-40, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=40, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 163ms (46/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:20,331 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:20,352 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,352 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,352 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,378 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,378 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,378 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,411 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-43, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=43, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 109ms (47/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:20,468 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:20,469 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,469 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,470 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,617 INFO [ProducerStateManager partition=__consumer_offsets-13] Wrote producer snapshot at offset 239 with 0 producer ids in 24 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:20,745 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 239 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,745 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 239 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,746 INFO [ProducerStateManager partition=__consumer_offsets-13] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-13/00000000000000000239.snapshot,239)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:20,752 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 7ms for snapshot load and 0ms for segment recovery from offset 239 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,760 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-13, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=239) with 1 segments in 349ms (48/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:20,808 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:20,813 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,814 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,814 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,905 INFO [ProducerStateManager partition=__consumer_offsets-28] Wrote producer snapshot at offset 30 with 0 producer ids in 5 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:20,917 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 30 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,917 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 30 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,918 INFO [ProducerStateManager partition=__consumer_offsets-28] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-28/00000000000000000030.snapshot,30)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:20,923 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 6ms for snapshot load and 0ms for segment recovery from offset 30 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:20,933 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-28, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=30) with 1 segments in 173ms (49/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:20,993 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:21,007 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,008 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,008 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,078 INFO [ProducerStateManager partition=__consumer_offsets-47] Wrote producer snapshot at offset 9 with 0 producer ids in 7 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:21,110 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 9 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,110 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 9 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,110 INFO [ProducerStateManager partition=__consumer_offsets-47] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-47/00000000000000000009.snapshot,9)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:21,112 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 2ms for snapshot load and 0ms for segment recovery from offset 9 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,118 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-47, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=47, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=9) with 1 segments in 184ms (50/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:21,142 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:21,144 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,144 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,144 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,161 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,161 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,161 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,168 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-17, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 49ms (51/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:21,184 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:21,185 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,185 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,186 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,213 INFO [ProducerStateManager partition=__consumer_offsets-32] Wrote producer snapshot at offset 6 with 0 producer ids in 5 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:21,257 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 6 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,257 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 6 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,259 INFO [ProducerStateManager partition=__consumer_offsets-32] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-32/00000000000000000006.snapshot,6)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:21,261 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 4ms for snapshot load and 0ms for segment recovery from offset 6 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,267 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__consumer_offsets-32, topicId=YQhlGBqdTwqg10LisJ7-ag, topic=__consumer_offsets, partition=32, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=6) with 1 segments in 99ms (52/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:21,287 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:21,292 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,292 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,292 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,401 INFO [ProducerStateManager partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0] Wrote producer snapshot at offset 21 with 0 producer ids in 6 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:21,443 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 21 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,460 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 21 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,473 INFO [ProducerStateManager partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/__strimzi-topic-operator-kstreams-topic-store-changelog-0/00000000000000000021.snapshot,21)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:21,477 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 14ms for snapshot load and 0ms for segment recovery from offset 21 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,526 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/__strimzi-topic-operator-kstreams-topic-store-changelog-0, topicId=We2aIQkmRoOC-dQuJtr7DQ, topic=__strimzi-topic-operator-kstreams-topic-store-changelog, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=21) with 1 segments in 258ms (53/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:21,549 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:21,552 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,552 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,552 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,607 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,607 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,607 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,649 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-3, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 123ms (54/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:21,749 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:21,753 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,753 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,753 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,948 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,948 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,948 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:21,989 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-6, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 340ms (55/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,172 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,194 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,194 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,194 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,321 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,321 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,321 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,340 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-9, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 351ms (56/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,353 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,353 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,353 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,353 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,415 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,415 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,416 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 1ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,423 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-0, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 83ms (57/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,461 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,463 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,463 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,463 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,487 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,487 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,487 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,496 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-4, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 72ms (58/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,538 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,539 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,539 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,539 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,558 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,558 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,558 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,569 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-5, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 72ms (59/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,590 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,591 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,591 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,592 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 1ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,612 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,612 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,612 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,626 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-7, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 57ms (60/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,660 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,662 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,662 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,662 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,702 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,702 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,703 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,727 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-8, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 100ms (61/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,787 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,788 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,788 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,789 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,844 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,844 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,845 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,875 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-1, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 147ms (62/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:22,902 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:22,905 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,906 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,906 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,935 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,935 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,936 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:22,955 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/cps.data-updated-events-2, topicId=CbIIiIwoQ5qBDvM8s_Vm-Q, topic=cps.data-updated-events, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 79ms (63/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,001 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,004 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,004 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,004 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,094 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,094 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,095 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,146 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 190ms (64/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,191 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,192 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,193 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,193 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,236 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,236 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,236 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,242 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 96ms (65/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,319 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,325 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,326 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,327 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,367 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,368 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,368 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,376 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 133ms (66/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,403 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,405 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,405 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,405 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,422 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,422 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,422 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,430 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 53ms (67/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,481 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,490 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,490 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,490 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,522 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,522 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,522 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,529 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 99ms (68/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,617 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,619 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,619 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,619 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,667 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,668 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,669 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,693 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 164ms (69/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,733 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,754 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,754 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,755 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,827 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,827 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,827 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,852 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 160ms (70/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:23,871 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:23,873 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,873 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:23,874 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,058 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,059 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,059 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,078 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 225ms (71/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,174 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,186 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,186 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,186 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,215 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,215 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,215 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,230 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 152ms (72/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,258 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,260 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,260 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,260 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,295 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,295 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,295 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,301 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, topicId=ETaSxPjqRiqXNBDtlS9C_Q, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 71ms (73/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,323 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,324 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,324 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,324 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,359 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,359 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,359 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,366 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 65ms (74/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,425 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,427 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,427 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,427 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,461 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,461 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,462 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,477 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 110ms (75/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,512 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,519 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,520 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,522 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 2ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,571 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,574 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,574 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,592 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 115ms (76/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,636 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,638 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,638 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,639 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,682 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,682 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,682 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,693 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 100ms (77/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,718 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,719 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,720 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,720 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,737 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,737 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,738 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,747 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 54ms (78/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,770 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,771 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,772 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,772 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,828 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,828 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,829 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,840 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 92ms (79/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,875 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,880 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,880 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,880 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,956 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,956 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,956 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,965 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 125ms (80/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:24,997 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:24,998 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,998 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:24,999 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,040 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,040 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,041 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,049 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 83ms (81/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:25,071 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:25,072 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,072 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,072 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,087 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,087 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,088 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,094 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 44ms (82/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:25,134 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:25,136 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,136 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,137 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,169 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,169 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,169 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,189 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, topicId=uv6QSE-nRSKP_40tCO6NZw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 94ms (83/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:25,316 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:25,317 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,317 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,317 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,373 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,373 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,373 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,384 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-9, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 194ms (84/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:25,412 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:25,413 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,413 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,413 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,496 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,496 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,496 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,516 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-6, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 132ms (85/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:25,632 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:25,645 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,645 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,645 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,712 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,712 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,712 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,749 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-3, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 233ms (86/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:25,808 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:25,819 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,819 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,819 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,904 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,904 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,904 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,920 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-0, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 170ms (87/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:25,939 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:25,955 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,956 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:25,956 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,007 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,007 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,007 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,052 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-8, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 132ms (88/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:26,119 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:26,123 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,123 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,123 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,240 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,241 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,241 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,263 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-7, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 210ms (89/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:26,364 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:26,366 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,367 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,367 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,641 INFO [ProducerStateManager partition=AAI-EVENT-0] Wrote producer snapshot at offset 263 with 0 producer ids in 17 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:26,671 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 263 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,671 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 263 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,674 INFO [ProducerStateManager partition=AAI-EVENT-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/AAI-EVENT-0/00000000000000000263.snapshot,263)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:26,677 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 3ms for snapshot load and 0ms for segment recovery from offset 263 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,690 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/AAI-EVENT-0, topicId=YJ15Odo-RcuLXcZlto_opw, topic=AAI-EVENT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=263) with 1 segments in 427ms (90/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:26,711 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:26,712 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,712 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,712 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,739 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,739 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,739 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,747 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-4, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 56ms (91/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:26,801 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:26,803 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,803 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,803 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,817 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,817 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,817 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,823 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-5, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 76ms (92/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:26,837 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:26,839 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,839 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,839 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,854 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,854 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,854 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,861 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-2, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 37ms (93/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:26,883 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:26,885 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,885 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,885 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,906 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,906 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,906 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,913 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_HEARTBEAT_OUTPUT-1, topicId=bsxaOJgkR6mwO5NXckUo0Q, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 51ms (94/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:26,929 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:26,931 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,931 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,931 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,962 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,962 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,962 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:26,975 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-3, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 60ms (95/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:27,015 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:27,016 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,016 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,016 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,123 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,124 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,125 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,140 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-6, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 163ms (96/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:27,189 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:27,190 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,191 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,191 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,287 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,287 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,288 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 1ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,310 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-9, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 170ms (97/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:27,333 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:27,337 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,338 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,339 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,392 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,393 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,393 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,420 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-1, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 109ms (98/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:27,461 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:27,468 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,469 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,469 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,517 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,517 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,518 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,546 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-2, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 125ms (99/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:27,610 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:27,620 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,621 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,622 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 1ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,661 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,661 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,661 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,701 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-5, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 155ms (100/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:27,725 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:27,727 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,727 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,727 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,785 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,785 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,785 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,799 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-4, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 97ms (101/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:27,814 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:27,816 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,816 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,816 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,862 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,862 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,862 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:27,945 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-7, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 145ms (102/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:28,014 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:28,023 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,023 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,023 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,134 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,134 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,134 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,149 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/HV_VES_PERF3GPP-8, topicId=yKlYFIeoSSWVlvZ01FKqhg, topic=HV_VES_PERF3GPP, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 203ms (103/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:28,193 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:28,194 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,195 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,195 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,240 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,240 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,240 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,257 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-2, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 107ms (104/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:28,352 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:28,355 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,355 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,355 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,507 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,507 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,507 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,553 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-5, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 295ms (105/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:28,596 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:28,604 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,605 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,605 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,640 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,640 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,640 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,646 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-8, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 93ms (106/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:28,667 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:28,668 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,668 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,668 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,702 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,702 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,703 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 1ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,721 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-0, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 74ms (107/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:28,770 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:28,779 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,779 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,779 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,859 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,859 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,859 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,899 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-1, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 178ms (108/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:28,925 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:28,927 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,927 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,927 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,958 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,958 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,958 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:28,973 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-4, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 74ms (109/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:29,022 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:29,025 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,025 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,026 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,073 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,074 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,074 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,081 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-3, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 107ms (110/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:29,098 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:29,101 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,101 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,101 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,176 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,176 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,176 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,191 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-6, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 110ms (111/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:29,244 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:29,248 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,248 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,249 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,375 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,376 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,384 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 8ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,423 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-7, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 232ms (112/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:29,598 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:29,616 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,616 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,616 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,756 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,756 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,756 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,800 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/SEC_3GPP_PROVISIONING_OUTPUT-9, topicId=63fpdAJyQRWECaHLuUHPoQ, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 376ms (113/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:29,845 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:29,846 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,846 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,846 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,937 INFO [ProducerStateManager partition=POLICY-ACRUNTIME-PARTICIPANT-0] Wrote producer snapshot at offset 24 with 0 producer ids in 38 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:29,964 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 24 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,964 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 24 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,964 INFO [ProducerStateManager partition=POLICY-ACRUNTIME-PARTICIPANT-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/POLICY-ACRUNTIME-PARTICIPANT-0/00000000000000000024.snapshot,24)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:29,966 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 2ms for snapshot load and 0ms for segment recovery from offset 24 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:29,972 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/POLICY-ACRUNTIME-PARTICIPANT-0, topicId=Lw-PGucYTvSGRYSW74trUw, topic=POLICY-ACRUNTIME-PARTICIPANT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=24) with 1 segments in 171ms (114/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:30,127 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:30,138 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,138 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,139 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,319 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,349 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,349 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_READY-1, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,397 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/org.onap.dmaap.mr.PNF_READY-1, topicId=jEfrE8sJSOGsipTV8iFPHA, topic=org.onap.dmaap.mr.PNF_READY, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 425ms (115/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:30,530 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_REGISTRATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:30,534 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_REGISTRATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,535 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_REGISTRATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,535 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_REGISTRATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,675 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_REGISTRATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,676 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_REGISTRATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,676 INFO [LogLoader partition=org.onap.dmaap.mr.PNF_REGISTRATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,703 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/org.onap.dmaap.mr.PNF_REGISTRATION-0, topicId=n1haPsg5R0a6xkXvmGgIog, topic=org.onap.dmaap.mr.PNF_REGISTRATION, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 306ms (116/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:30,739 INFO [LogLoader partition=org.onap.dmaap.mr.mirrormakeragent-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:30,740 INFO [LogLoader partition=org.onap.dmaap.mr.mirrormakeragent-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,740 INFO [LogLoader partition=org.onap.dmaap.mr.mirrormakeragent-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,740 INFO [LogLoader partition=org.onap.dmaap.mr.mirrormakeragent-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,781 INFO [LogLoader partition=org.onap.dmaap.mr.mirrormakeragent-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,782 INFO [LogLoader partition=org.onap.dmaap.mr.mirrormakeragent-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,782 INFO [LogLoader partition=org.onap.dmaap.mr.mirrormakeragent-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,790 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/org.onap.dmaap.mr.mirrormakeragent-0, topicId=sy5-Pj0MR02K4Kjxh3ujDw, topic=org.onap.dmaap.mr.mirrormakeragent, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 86ms (117/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:30,834 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:30,859 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,860 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:30,862 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 2ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,166 INFO [ProducerStateManager partition=POLICY-PDP-PAP-0] Wrote producer snapshot at offset 186 with 0 producer ids in 28 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:31,259 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 186 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,260 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 186 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,260 INFO [ProducerStateManager partition=POLICY-PDP-PAP-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/POLICY-PDP-PAP-0/00000000000000000186.snapshot,186)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:31,301 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 41ms for snapshot load and 0ms for segment recovery from offset 186 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,315 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/POLICY-PDP-PAP-0, topicId=JARQCd5oTkW_kOPjnuYv4A, topic=POLICY-PDP-PAP, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=186) with 1 segments in 524ms (118/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:31,415 INFO [LogLoader partition=POLICY-NOTIFICATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-08 10:27:31,421 INFO [LogLoader partition=POLICY-NOTIFICATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,422 INFO [LogLoader partition=POLICY-NOTIFICATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,422 INFO [LogLoader partition=POLICY-NOTIFICATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 0ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,499 INFO [ProducerStateManager partition=POLICY-NOTIFICATION-0] Wrote producer snapshot at offset 1 with 0 producer ids in 30 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:31,546 INFO [LogLoader partition=POLICY-NOTIFICATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 1 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,547 INFO [LogLoader partition=POLICY-NOTIFICATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Reloading from producer snapshot and rebuilding producer state from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,547 INFO [ProducerStateManager partition=POLICY-NOTIFICATION-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log2/POLICY-NOTIFICATION-0/00000000000000000001.snapshot,1)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-08 10:27:31,579 INFO [LogLoader partition=POLICY-NOTIFICATION-0, dir=/var/lib/kafka/data-0/kafka-log2] Producer state recovery took 32ms for snapshot load and 0ms for segment recovery from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-08 10:27:31,628 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log2/POLICY-NOTIFICATION-0, topicId=ZAyZbzH0QrSDw_CvOq8KMg, topic=POLICY-NOTIFICATION, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=1) with 1 segments in 313ms (119/119 loaded in /var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-08 10:27:31,637 INFO Loaded 119 logs in 25213ms. (kafka.log.LogManager) [main]
2022-07-08 10:27:31,638 INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [main]
2022-07-08 10:27:31,640 INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [main]
2022-07-08 10:27:31,770 INFO Starting the log cleaner (kafka.log.LogCleaner) [main]
2022-07-08 10:27:32,812 INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner) [kafka-log-cleaner-thread-0]
2022-07-08 10:27:34,436 INFO [BrokerToControllerChannelManager broker=2 name=forwarding]: Starting (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=2 name=forwarding]
2022-07-08 10:27:35,289 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-08 10:27:35,306 INFO Awaiting socket connections on 0.0.0.0:9090. (kafka.network.Acceptor) [main]
2022-07-08 10:27:35,522 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created control-plane acceptor and processor for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main]
2022-07-08 10:27:35,531 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-08 10:27:35,531 INFO Awaiting socket connections on 0.0.0.0:9091. (kafka.network.Acceptor) [main]
2022-07-08 10:27:38,407 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main]
2022-07-08 10:27:38,408 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-08 10:27:38,409 INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.Acceptor) [main]
2022-07-08 10:27:38,580 INFO Successfully logged in. (org.apache.kafka.common.security.authenticator.AbstractLogin) [main]
2022-07-08 10:27:38,644 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main]
2022-07-08 10:27:38,645 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-08 10:27:38,645 INFO Awaiting socket connections on 0.0.0.0:9093. (kafka.network.Acceptor) [main]
2022-07-08 10:27:39,547 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main]
2022-07-08 10:27:39,553 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-08 10:27:39,556 INFO Awaiting socket connections on 0.0.0.0:9094. (kafka.network.Acceptor) [main]
2022-07-08 10:27:40,313 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main]
2022-07-08 10:27:40,614 INFO [BrokerToControllerChannelManager broker=2 name=alterIsr]: Starting (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=2 name=alterIsr]
2022-07-08 10:27:40,820 INFO [ExpirationReaper-2-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Produce]
2022-07-08 10:27:40,853 INFO [ExpirationReaper-2-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Fetch]
2022-07-08 10:27:40,835 INFO [ExpirationReaper-2-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-DeleteRecords]
2022-07-08 10:27:40,855 INFO [ExpirationReaper-2-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-ElectLeader]
2022-07-08 10:27:41,027 INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [LogDirFailureHandler]
2022-07-08 10:27:41,550 INFO Creating /brokers/ids/2 (is it secure? false) (kafka.zk.KafkaZkClient) [main]
2022-07-08 10:27:41,785 INFO Stat of the created znode at /brokers/ids/2 is: 4294968929,4294968929,1657276062844,1657276062844,1,0,0,72059009249312785,616,0,4294968929
 (kafka.zk.KafkaZkClient) [main]
2022-07-08 10:27:41,787 INFO Registered broker 2 at path /brokers/ids/2 with addresses: CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.240.77:31376, czxid (broker epoch): 4294968929 (kafka.zk.KafkaZkClient) [main]
2022-07-08 10:27:42,352 INFO [ControllerEventThread controllerId=2] Starting (kafka.controller.ControllerEventManager$ControllerEventThread) [controller-event-thread]
2022-07-08 10:27:42,455 INFO [ExpirationReaper-2-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-topic]
2022-07-08 10:27:42,467 INFO [ExpirationReaper-2-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Heartbeat]
2022-07-08 10:27:42,472 INFO [ExpirationReaper-2-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Rebalance]
2022-07-08 10:27:42,537 DEBUG [Controller id=2] Broker 0 has been elected as the controller, so stopping the election process. (kafka.controller.KafkaController) [controller-event-thread]
2022-07-08 10:27:42,632 INFO [GroupCoordinator 2]: Starting up. (kafka.coordinator.group.GroupCoordinator) [main]
2022-07-08 10:27:42,708 INFO [GroupCoordinator 2]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [main]
2022-07-08 10:27:42,930 INFO [TransactionCoordinator id=2] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [main]
2022-07-08 10:27:42,968 INFO [TransactionCoordinator id=2] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [main]
2022-07-08 10:27:42,998 INFO [Transaction Marker Channel Manager 2]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [TxnMarkerSenderThread-2]
2022-07-08 10:27:43,153 INFO [ZooKeeperClient ACL authorizer] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-08 10:27:43,155 INFO Initiating client connection, connectString=onap-strimzi-zookeeper-client:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@31da3d60 (org.apache.zookeeper.ZooKeeper) [main]
2022-07-08 10:27:43,166 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main]
2022-07-08 10:27:43,168 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main]
2022-07-08 10:27:43,188 INFO [ZooKeeperClient ACL authorizer] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-08 10:27:43,226 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.54.80:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2022-07-08 10:27:43,227 INFO SASL config status: Will not attempt to authenticate using SASL (unknown error) (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2022-07-08 10:27:43,565 INFO SSL handler added for channel: [id: 0x9d4306c2] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1]
2022-07-08 10:27:43,581 INFO Socket connection established, initiating session, client: /10.233.72.4:38922, server: onap-strimzi-zookeeper-client/10.233.54.80:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1]
2022-07-08 10:27:43,582 INFO channel is connected: [id: 0x9d4306c2, L:/10.233.72.4:38922 - R:onap-strimzi-zookeeper-client/10.233.54.80:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1]
2022-07-08 10:27:44,109 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.54.80:2181, session id = 0x1000149812c0012, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1]
2022-07-08 10:27:44,116 INFO [ZooKeeperClient ACL authorizer] Connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-08 10:27:44,673 INFO [/kafka-acl-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:44,680 INFO [/kafka-acl-extended-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-extended-changes-event-process-thread]
2022-07-08 10:27:44,732 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:44,933 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=onap-group, patternType=LITERAL), versionedAcls : Set(User:strimzi-kafka-admin has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:44,969 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=cps-temporal-group, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:45,012 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cps.data-updated-events, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: WRITE from hosts: *, User:onap-cps-kafka-user has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:45,028 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=SEC_3GPP_PROVISIONING_OUTPUT, patternType=LITERAL), versionedAcls : Set(User:onap-dcae-hv-ves-kafka-user has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:45,046 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, patternType=LITERAL), versionedAcls : Set(User:onap-dcae-hv-ves-kafka-user has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:45,062 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=HV_VES_PERF3GPP, patternType=LITERAL), versionedAcls : Set(User:onap-dcae-hv-ves-kafka-user has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:45,092 INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-AlterAcls]
2022-07-08 10:27:45,098 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=SEC_3GPP_HEARTBEAT_OUTPUT, patternType=LITERAL), versionedAcls : Set(User:onap-dcae-hv-ves-kafka-user has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:45,113 INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-AlterAcls]
2022-07-08 10:27:45,145 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=SEC_3GPP_FAULTSUPERVISION_OUTPUT, patternType=LITERAL), versionedAcls : Set(User:onap-dcae-hv-ves-kafka-user has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2022-07-08 10:27:45,189 INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/config/changes-event-process-thread]
2022-07-08 10:27:45,208 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2022-07-08 10:27:45,285 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,339 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,345 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,345 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,346 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,412 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,412 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,412 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,413 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,413 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,481 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,482 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,482 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,482 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,482 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,560 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,560 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,561 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,561 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,561 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,590 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,590 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,591 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,591 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,591 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,603 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,603 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,604 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,604 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,604 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,624 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,627 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,627 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,629 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,629 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,722 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,727 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,728 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,729 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,730 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,774 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,775 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,777 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,778 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,783 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,778 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-08 10:27:45,786 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-08 10:27:45,786 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [main]
2022-07-08 10:27:45,787 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [main]
2022-07-08 10:27:45,788 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-08 10:27:45,788 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-08 10:27:45,788 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [main]
2022-07-08 10:27:45,788 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [main]
2022-07-08 10:27:45,789 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [main]
2022-07-08 10:27:45,789 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [main]
2022-07-08 10:27:45,789 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [main]
2022-07-08 10:27:45,789 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [main]
2022-07-08 10:27:45,825 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,826 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,827 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,827 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,828 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,900 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,901 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,901 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,901 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,901 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,936 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,936 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,936 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,936 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:45,937 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,001 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,001 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,001 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,001 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,002 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,046 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.240.77:31376
	alter.config.policy.class.name = null
	alter.log.dirs.replication.quota.window.num = 11
	alter.log.dirs.replication.quota.window.size.seconds = 1
	authorizer.class.name = kafka.security.authorizer.AclAuthorizer
	auto.create.topics.enable = true
	auto.leader.rebalance.enable = true
	background.threads = 10
	broker.heartbeat.interval.ms = 2000
	broker.id = 2
	broker.id.generation.enable = true
	broker.rack = null
	broker.session.timeout.ms = 9000
	client.quota.callback.class = null
	compression.type = producer
	connection.failed.authentication.delay.ms = 100
	connections.max.idle.ms = 600000
	connections.max.reauth.ms = 0
	control.plane.listener.name = CONTROLPLANE-9090
	controlled.shutdown.enable = true
	controlled.shutdown.max.retries = 3
	controlled.shutdown.retry.backoff.ms = 5000
	controller.listener.names = null
	controller.quorum.append.linger.ms = 25
	controller.quorum.election.backoff.max.ms = 1000
	controller.quorum.election.timeout.ms = 1000
	controller.quorum.fetch.timeout.ms = 2000
	controller.quorum.request.timeout.ms = 2000
	controller.quorum.retry.backoff.ms = 20
	controller.quorum.voters = []
	controller.quota.window.num = 11
	controller.quota.window.size.seconds = 1
	controller.socket.timeout.ms = 30000
	create.topic.policy.class.name = null
	default.replication.factor = 3
	delegation.token.expiry.check.interval.ms = 3600000
	delegation.token.expiry.time.ms = 86400000
	delegation.token.master.key = null
	delegation.token.max.lifetime.ms = 604800000
	delegation.token.secret.key = null
	delete.records.purgatory.purge.interval.requests = 1
	delete.topic.enable = true
	fetch.max.bytes = 57671680
	fetch.purgatory.purge.interval.requests = 1000
	group.initial.rebalance.delay.ms = 3000
	group.max.session.timeout.ms = 1800000
	group.max.size = 2147483647
	group.min.session.timeout.ms = 6000
	initial.broker.registration.timeout.ms = 60000
	inter.broker.listener.name = REPLICATION-9091
	inter.broker.protocol.version = 3.0
	kafka.metrics.polling.interval.secs = 10
	kafka.metrics.reporters = []
	leader.imbalance.check.interval.seconds = 300
	leader.imbalance.per.broker.percentage = 10
	listener.security.protocol.map = CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SSL
	listeners = CONTROLPLANE-9090://0.0.0.0:9090,REPLICATION-9091://0.0.0.0:9091,PLAIN-9092://0.0.0.0:9092,TLS-9093://0.0.0.0:9093,EXTERNAL-9094://0.0.0.0:9094
	log.cleaner.backoff.ms = 15000
	log.cleaner.dedupe.buffer.size = 134217728
	log.cleaner.delete.retention.ms = 86400000
	log.cleaner.enable = true
	log.cleaner.io.buffer.load.factor = 0.9
	log.cleaner.io.buffer.size = 524288
	log.cleaner.io.max.bytes.per.second = 1.7976931348623157E308
	log.cleaner.max.compaction.lag.ms = 9223372036854775807
	log.cleaner.min.cleanable.ratio = 0.5
	log.cleaner.min.compaction.lag.ms = 0
	log.cleaner.threads = 1
	log.cleanup.policy = [delete]
	log.dir = /tmp/kafka-logs
	log.dirs = /var/lib/kafka/data-0/kafka-log2
	log.flush.interval.messages = 9223372036854775807
	log.flush.interval.ms = null
	log.flush.offset.checkpoint.interval.ms = 60000
	log.flush.scheduler.interval.ms = 9223372036854775807
	log.flush.start.offset.checkpoint.interval.ms = 60000
	log.index.interval.bytes = 4096
	log.index.size.max.bytes = 10485760
	log.message.downconversion.enable = true
	log.message.format.version = 3.0
	log.message.timestamp.difference.max.ms = 9223372036854775807
	log.message.timestamp.type = CreateTime
	log.preallocate = false
	log.retention.bytes = -1
	log.retention.check.interval.ms = 300000
	log.retention.hours = 168
	log.retention.minutes = null
	log.retention.ms = null
	log.roll.hours = 168
	log.roll.jitter.hours = 0
	log.roll.jitter.ms = null
	log.roll.ms = null
	log.segment.bytes = 1073741824
	log.segment.delete.delay.ms = 60000
	max.connection.creation.rate = 2147483647
	max.connections = 2147483647
	max.connections.per.ip = 2147483647
	max.connections.per.ip.overrides = 
	max.incremental.fetch.session.cache.slots = 1000
	message.max.bytes = 1048588
	metadata.log.dir = null
	metadata.log.max.record.bytes.between.snapshots = 20971520
	metadata.log.segment.bytes = 1073741824
	metadata.log.segment.min.bytes = 8388608
	metadata.log.segment.ms = 604800000
	metadata.max.retention.bytes = -1
	metadata.max.retention.ms = 604800000
	metric.reporters = []
	metrics.num.samples = 2
	metrics.recording.level = INFO
	metrics.sample.window.ms = 30000
	min.insync.replicas = 3
	node.id = 2
	num.io.threads = 8
	num.network.threads = 3
	num.partitions = 1
	num.recovery.threads.per.data.dir = 1
	num.replica.alter.log.dirs.threads = null
	num.replica.fetchers = 1
	offset.metadata.max.bytes = 4096
	offsets.commit.required.acks = -1
	offsets.commit.timeout.ms = 5000
	offsets.load.buffer.size = 5242880
	offsets.retention.check.interval.ms = 600000
	offsets.retention.minutes = 10080
	offsets.topic.compression.codec = 0
	offsets.topic.num.partitions = 50
	offsets.topic.replication.factor = 3
	offsets.topic.segment.bytes = 104857600
	password.encoder.cipher.algorithm = AES/CBC/PKCS5Padding
	password.encoder.iterations = 4096
	password.encoder.key.length = 128
	password.encoder.keyfactory.algorithm = null
	password.encoder.old.secret = null
	password.encoder.secret = null
	principal.builder.class = class org.apache.kafka.common.security.authenticator.DefaultKafkaPrincipalBuilder
	process.roles = []
	producer.purgatory.purge.interval.requests = 1000
	queued.max.request.bytes = -1
	queued.max.requests = 500
	quota.window.num = 11
	quota.window.size.seconds = 1
	remote.log.index.file.cache.total.size.bytes = 1073741824
	remote.log.manager.task.interval.ms = 30000
	remote.log.manager.task.retry.backoff.max.ms = 30000
	remote.log.manager.task.retry.backoff.ms = 500
	remote.log.manager.task.retry.jitter = 0.2
	remote.log.manager.thread.pool.size = 10
	remote.log.metadata.manager.class.name = null
	remote.log.metadata.manager.class.path = null
	remote.log.metadata.manager.impl.prefix = null
	remote.log.metadata.manager.listener.name = null
	remote.log.reader.max.pending.tasks = 100
	remote.log.reader.threads = 10
	remote.log.storage.manager.class.name = null
	remote.log.storage.manager.class.path = null
	remote.log.storage.manager.impl.prefix = null
	remote.log.storage.system.enable = false
	replica.fetch.backoff.ms = 1000
	replica.fetch.max.bytes = 1048576
	replica.fetch.min.bytes = 1
	replica.fetch.response.max.bytes = 10485760
	replica.fetch.wait.max.ms = 500
	replica.high.watermark.checkpoint.interval.ms = 5000
	replica.lag.time.max.ms = 30000
	replica.selector.class = null
	replica.socket.receive.buffer.bytes = 65536
	replica.socket.timeout.ms = 30000
	replication.quota.window.num = 11
	replication.quota.window.size.seconds = 1
	request.timeout.ms = 30000
	reserved.broker.max.id = 1000
	sasl.client.callback.handler.class = null
	sasl.enabled.mechanisms = []
	sasl.jaas.config = null
	sasl.kerberos.kinit.cmd = /usr/bin/kinit
	sasl.kerberos.min.time.before.relogin = 60000
	sasl.kerberos.principal.to.local.rules = [DEFAULT]
	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.controller.protocol = GSSAPI
	sasl.mechanism.inter.broker.protocol = GSSAPI
	sasl.server.callback.handler.class = null
	security.inter.broker.protocol = PLAINTEXT
	security.providers = null
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	socket.receive.buffer.bytes = 102400
	socket.request.max.bytes = 104857600
	socket.send.buffer.bytes = 102400
	ssl.cipher.suites = []
	ssl.client.auth = none
	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.principal.mapping.rules = DEFAULT
	ssl.protocol = TLSv1.3
	ssl.provider = null
	ssl.secure.random.implementation = SHA1PRNG
	ssl.trustmanager.algorithm = PKIX
	ssl.truststore.certificates = null
	ssl.truststore.location = null
	ssl.truststore.password = null
	ssl.truststore.type = JKS
	transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000
	transaction.max.timeout.ms = 900000
	transaction.remove.expired.transaction.cleanup.interval.ms = 3600000
	transaction.state.log.load.buffer.size = 5242880
	transaction.state.log.min.isr = 3
	transaction.state.log.num.partitions = 50
	transaction.state.log.replication.factor = 3
	transaction.state.log.segment.bytes = 104857600
	transactional.id.expiration.ms = 604800000
	unclean.leader.election.enable = false
	zookeeper.clientCnxnSocket = org.apache.zookeeper.ClientCnxnSocketNetty
	zookeeper.connect = onap-strimzi-zookeeper-client:2181
	zookeeper.connection.timeout.ms = null
	zookeeper.max.in.flight.requests = 10
	zookeeper.session.timeout.ms = 18000
	zookeeper.set.acl = false
	zookeeper.ssl.cipher.suites = null
	zookeeper.ssl.client.enable = true
	zookeeper.ssl.crl.enable = false
	zookeeper.ssl.enabled.protocols = null
	zookeeper.ssl.endpoint.identification.algorithm = HTTPS
	zookeeper.ssl.keystore.location = /tmp/kafka/cluster.keystore.p12
	zookeeper.ssl.keystore.password = [hidden]
	zookeeper.ssl.keystore.type = PKCS12
	zookeeper.ssl.ocsp.enable = false
	zookeeper.ssl.protocol = TLSv1.2
	zookeeper.ssl.truststore.location = /tmp/kafka/cluster.truststore.p12
	zookeeper.ssl.truststore.password = [hidden]
	zookeeper.ssl.truststore.type = PKCS12
	zookeeper.sync.time.ms = 2000
 (kafka.server.KafkaConfig) [main]
2022-07-08 10:27:46,057 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Starting socket server acceptors and processors (kafka.network.SocketServer) [main]
2022-07-08 10:27:46,064 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,071 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,071 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,071 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,071 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,097 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Started control-plane acceptor and processor(s) for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main]
2022-07-08 10:27:46,117 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,117 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,118 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,118 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,118 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,229 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Started data-plane acceptor and processor(s) for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main]
2022-07-08 10:27:46,267 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,267 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,267 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,267 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,267 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,292 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Started data-plane acceptor and processor(s) for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main]
2022-07-08 10:27:46,310 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,310 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,310 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,310 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,310 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,326 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Started data-plane acceptor and processor(s) for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main]
2022-07-08 10:27:46,349 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,349 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,351 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,352 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,352 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,361 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Started data-plane acceptor and processor(s) for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main]
2022-07-08 10:27:46,404 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,404 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,404 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,408 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,408 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,412 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Started socket server acceptors and processors (kafka.network.SocketServer) [main]
2022-07-08 10:27:46,571 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,571 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,571 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,572 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,572 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,606 INFO Kafka version: 3.0.0 (org.apache.kafka.common.utils.AppInfoParser) [main]
2022-07-08 10:27:46,607 INFO Kafka commitId: 8cb0a5e9d3441962 (org.apache.kafka.common.utils.AppInfoParser) [main]
2022-07-08 10:27:46,607 INFO Kafka startTimeMs: 1657276066412 (org.apache.kafka.common.utils.AppInfoParser) [main]
2022-07-08 10:27:46,648 INFO [KafkaServer id=2] started (kafka.server.KafkaServer) [main]
2022-07-08 10:27:46,664 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,664 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,664 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,664 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,664 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,870 INFO Processing override for entityPath: users/onap-dcae-hv-ves-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,870 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,870 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,870 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,870 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,996 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,997 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,997 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,997 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:46,997 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:47,252 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-08 10:27:47,252 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:47,253 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:47,280 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition HV_VES_PERF3GPP-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,281 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,281 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition HV_VES_PERF3GPP-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,281 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,281 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,282 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,282 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition HV_VES_PERF3GPP-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,282 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition HV_VES_PERF3GPP-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,282 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition HV_VES_PERF3GPP-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,282 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition HV_VES_PERF3GPP-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,283 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_REGISTRATION', partitionIndex=0, controllerEpoch=1, leader=-1, leaderEpoch=1, isr=[2], zkVersion=1, replicas=[2], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_REGISTRATION-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,283 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_REGISTRATION', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1], zkVersion=0, replicas=[1], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_REGISTRATION-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,283 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='POLICY-ACRUNTIME-PARTICIPANT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition POLICY-ACRUNTIME-PARTICIPANT-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,284 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__strimzi_store_topic', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __strimzi_store_topic-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,284 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='AAI-EVENT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition AAI-EVENT-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,284 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SDC-DISTR-STATUS-TOPIC-AUTO', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1], zkVersion=0, replicas=[1], offlineReplicas=[]) for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,284 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SDC-DISTR-NOTIF-TOPIC-AUTO', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0], zkVersion=0, replicas=[0], offlineReplicas=[]) for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,284 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_READY', partitionIndex=1, controllerEpoch=1, leader=-1, leaderEpoch=1, isr=[2], zkVersion=1, replicas=[2], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_READY-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,285 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_READY', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0], zkVersion=0, replicas=[0], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_READY-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,285 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,285 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,285 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,286 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,286 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,286 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,287 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,287 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,287 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,288 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,288 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='POLICY-PDP-PAP', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition POLICY-PDP-PAP-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,288 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='POLICY-NOTIFICATION', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition POLICY-NOTIFICATION-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,289 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__strimzi-topic-operator-kstreams-topic-store-changelog', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,289 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,289 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,289 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,290 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,290 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,290 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,292 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,292 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,292 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,293 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,293 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,293 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,293 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,294 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,294 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,294 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,294 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,294 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,295 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,296 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,296 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.mirrormakeragent', partitionIndex=0, controllerEpoch=1, leader=-1, leaderEpoch=1, isr=[2], zkVersion=1, replicas=[2], offlineReplicas=[]) for partition org.onap.dmaap.mr.mirrormakeragent-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,296 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition cps.data-updated-events-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,297 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition cps.data-updated-events-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,297 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition cps.data-updated-events-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,297 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition cps.data-updated-events-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,298 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition cps.data-updated-events-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,298 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition cps.data-updated-events-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,298 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition cps.data-updated-events-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,298 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition cps.data-updated-events-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,298 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition cps.data-updated-events-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,299 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition cps.data-updated-events-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,299 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=13, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-13 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=46, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-46 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=21, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-21 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=30, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-30 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=38, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-38 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=45, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-45 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=12, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-12 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=20, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-20 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=29, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-29 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=37, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-37 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=15, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-15 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=48, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-48 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,300 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=23, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-23 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=32, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-32 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=40, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-40 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=47, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=3, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-47 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=14, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-14 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=22, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-22 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=31, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-31 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=39, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-39 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=42, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-42 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=17, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-17 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,301 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=26, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-26 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=34, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-34 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=16, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-16 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=41, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-41 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=24, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-24 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=49, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-49 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=25, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-25 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,302 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=33, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-33 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=11, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-11 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=44, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-44 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=19, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-19 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=28, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-28 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=36, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-36 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=43, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-43 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,303 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=10, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-10 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=18, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-18 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=27, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-27 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=35, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-35 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=3, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,304 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,305 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,305 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,305 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,305 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,306 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:47,306 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-08 10:27:47,308 INFO [Broker id=2] Add 123 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,349 INFO [BrokerToControllerChannelManager broker=2 name=alterIsr]: Recorded new controller, from now on will use broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=2 name=alterIsr]
2022-07-08 10:27:47,353 INFO [BrokerToControllerChannelManager broker=2 name=forwarding]: Recorded new controller, from now on will use broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=2 name=forwarding]
2022-07-08 10:27:47,856 INFO [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 for 119 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,861 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,861 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,861 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,861 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,862 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,862 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,862 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,862 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,862 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,862 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,863 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='org.onap.dmaap.mr.PNF_REGISTRATION', partitionIndex=0, controllerEpoch=1, leader=-1, leaderEpoch=1, isr=[2], zkVersion=1, replicas=[2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,863 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='POLICY-ACRUNTIME-PARTICIPANT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,865 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__strimzi_store_topic', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,865 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='AAI-EVENT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,866 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='org.onap.dmaap.mr.PNF_READY', partitionIndex=1, controllerEpoch=1, leader=-1, leaderEpoch=1, isr=[2], zkVersion=1, replicas=[2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,866 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,866 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,866 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,866 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,867 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,871 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,871 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,872 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,872 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,872 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,872 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='POLICY-PDP-PAP', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,872 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='POLICY-NOTIFICATION', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,872 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__strimzi-topic-operator-kstreams-topic-store-changelog', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,873 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,873 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,873 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,873 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,873 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,873 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,874 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,886 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,886 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,887 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,887 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,890 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,897 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,897 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,897 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,898 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,898 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,899 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,899 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,900 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,900 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='org.onap.dmaap.mr.mirrormakeragent', partitionIndex=0, controllerEpoch=1, leader=-1, leaderEpoch=1, isr=[2], zkVersion=1, replicas=[2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,900 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,901 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,901 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,901 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,902 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,902 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,903 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=9, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=13, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=46, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=21, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=30, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=38, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=45, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,911 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=12, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,912 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=20, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=29, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=37, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=15, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=48, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=23, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=32, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=40, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=47, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=3, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=14, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=22, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=31, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=39, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=42, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=17, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=26, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,914 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=34, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=16, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=41, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=24, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=49, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=25, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=33, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=11, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=44, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=19, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=28, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,917 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,917 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=36, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,917 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=43, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,927 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=10, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,928 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=18, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,928 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=27, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=35, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=3, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=1, isr=[1, 0], zkVersion=1, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:47,929 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=0, leaderEpoch=1, isr=[0, 1], zkVersion=1, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,141 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,142 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-18 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,142 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition AAI-EVENT-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,143 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-8 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,143 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-33 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,144 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-48 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,144 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,144 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-19 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,145 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-34 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,145 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,145 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition org.onap.dmaap.mr.PNF_READY-1 with leader -1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,145 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,146 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-7 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,151 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-49 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,152 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-9 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,152 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-6 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,152 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-31 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,152 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-46 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,161 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,161 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,163 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-16 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,166 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,168 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,168 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,169 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-47 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,169 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-17 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,170 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-32 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,171 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,171 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,171 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-37 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,171 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,171 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-7 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,171 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-22 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition POLICY-PDP-PAP-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,172 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-23 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-38 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-8 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-35 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition POLICY-ACRUNTIME-PARTICIPANT-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-3 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-20 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition org.onap.dmaap.mr.PNF_REGISTRATION-0 with leader -1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,173 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-21 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-36 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-6 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-9 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,174 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-41 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-7 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-10 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-6 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-11 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-26 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-39 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-7 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,176 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-9 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-24 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-6 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-25 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-40 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition POLICY-NOTIFICATION-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition org.onap.dmaap.mr.mirrormakeragent-0 with leader -1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-9 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,177 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,178 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-29 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,178 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-44 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,178 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,178 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-14 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,178 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-8 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,178 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-8 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-3 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-45 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-15 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-30 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __strimzi_store_topic-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-2 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,180 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-9 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-6 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-27 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-42 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-12 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-8 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-7 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-43 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-13 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,181 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 1 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-28 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,698 INFO [Partition __consumer_offsets-3 broker=2] Log loaded for partition __consumer_offsets-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,701 INFO [Broker id=2] Follower __consumer_offsets-3 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,703 INFO [Partition __consumer_offsets-18 broker=2] Log loaded for partition __consumer_offsets-18 with initial high watermark 13 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,703 INFO [Broker id=2] Follower __consumer_offsets-18 starts at leader epoch 1 from offset 13 with high watermark 13. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,704 INFO [Partition AAI-EVENT-0 broker=2] Log loaded for partition AAI-EVENT-0 with initial high watermark 263 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,704 INFO [Broker id=2] Follower AAI-EVENT-0 starts at leader epoch 1 from offset 263 with high watermark 263. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,704 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-8 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-8 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,704 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-8 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,705 INFO [Partition __consumer_offsets-33 broker=2] Log loaded for partition __consumer_offsets-33 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,705 INFO [Broker id=2] Follower __consumer_offsets-33 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,706 INFO [Partition __consumer_offsets-48 broker=2] Log loaded for partition __consumer_offsets-48 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,706 INFO [Broker id=2] Follower __consumer_offsets-48 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,706 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,706 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,707 INFO [Partition __consumer_offsets-19 broker=2] Log loaded for partition __consumer_offsets-19 with initial high watermark 212 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,707 INFO [Broker id=2] Follower __consumer_offsets-19 starts at leader epoch 1 from offset 216 with high watermark 212. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,707 INFO [Partition __consumer_offsets-34 broker=2] Log loaded for partition __consumer_offsets-34 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,707 INFO [Broker id=2] Follower __consumer_offsets-34 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,708 INFO [Partition __consumer_offsets-4 broker=2] Log loaded for partition __consumer_offsets-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,709 INFO [Broker id=2] Follower __consumer_offsets-4 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,712 ERROR [Broker id=2] Received LeaderAndIsrRequest with correlation id 1 from controller 0 epoch 1 for partition org.onap.dmaap.mr.PNF_READY-1 (last update controller epoch 1) but cannot become follower since the new leader -1 is unavailable. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,712 INFO [Partition org.onap.dmaap.mr.PNF_READY-1 broker=2] Log loaded for partition org.onap.dmaap.mr.PNF_READY-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,712 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,712 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,713 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-7 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-7 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,713 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-7 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,713 INFO [Partition __consumer_offsets-49 broker=2] Log loaded for partition __consumer_offsets-49 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,713 INFO [Broker id=2] Follower __consumer_offsets-49 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,714 INFO [Partition HV_VES_PERF3GPP-9 broker=2] Log loaded for partition HV_VES_PERF3GPP-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,714 INFO [Broker id=2] Follower HV_VES_PERF3GPP-9 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,714 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-6 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-6 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,714 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-6 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,715 INFO [Partition __consumer_offsets-31 broker=2] Log loaded for partition __consumer_offsets-31 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,715 INFO [Broker id=2] Follower __consumer_offsets-31 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,716 INFO [Partition __consumer_offsets-46 broker=2] Log loaded for partition __consumer_offsets-46 with initial high watermark 8 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,716 INFO [Broker id=2] Follower __consumer_offsets-46 starts at leader epoch 1 from offset 10 with high watermark 8. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,716 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,716 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,717 INFO [Partition __consumer_offsets-1 broker=2] Log loaded for partition __consumer_offsets-1 with initial high watermark 7 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,717 INFO [Broker id=2] Follower __consumer_offsets-1 starts at leader epoch 1 from offset 7 with high watermark 7. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,717 INFO [Partition __consumer_offsets-16 broker=2] Log loaded for partition __consumer_offsets-16 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,717 INFO [Broker id=2] Follower __consumer_offsets-16 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,718 INFO [Partition __consumer_offsets-2 broker=2] Log loaded for partition __consumer_offsets-2 with initial high watermark 238 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,718 INFO [Broker id=2] Follower __consumer_offsets-2 starts at leader epoch 1 from offset 239 with high watermark 238. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,718 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,718 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,720 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,720 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-5 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,721 INFO [Partition __consumer_offsets-47 broker=2] Log loaded for partition __consumer_offsets-47 with initial high watermark 9 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,721 INFO [Broker id=2] Follower __consumer_offsets-47 starts at leader epoch 1 from offset 9 with high watermark 9. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,721 INFO [Partition __consumer_offsets-17 broker=2] Log loaded for partition __consumer_offsets-17 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,721 INFO [Broker id=2] Follower __consumer_offsets-17 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,722 INFO [Partition __consumer_offsets-32 broker=2] Log loaded for partition __consumer_offsets-32 with initial high watermark 6 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,723 INFO [Broker id=2] Follower __consumer_offsets-32 starts at leader epoch 1 from offset 6 with high watermark 6. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,724 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,724 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,724 INFO [Partition HV_VES_PERF3GPP-0 broker=2] Log loaded for partition HV_VES_PERF3GPP-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,724 INFO [Broker id=2] Follower HV_VES_PERF3GPP-0 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,725 INFO [Partition __consumer_offsets-37 broker=2] Log loaded for partition __consumer_offsets-37 with initial high watermark 234 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,725 INFO [Broker id=2] Follower __consumer_offsets-37 starts at leader epoch 1 from offset 236 with high watermark 234. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,725 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,725 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,726 INFO [Partition __consumer_offsets-7 broker=2] Log loaded for partition __consumer_offsets-7 with initial high watermark 11 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,726 INFO [Broker id=2] Follower __consumer_offsets-7 starts at leader epoch 1 from offset 11 with high watermark 11. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,726 INFO [Partition __consumer_offsets-22 broker=2] Log loaded for partition __consumer_offsets-22 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,726 INFO [Broker id=2] Follower __consumer_offsets-22 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,727 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-3 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,727 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-3 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,727 INFO [Partition cps.data-updated-events-1 broker=2] Log loaded for partition cps.data-updated-events-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,728 INFO [Broker id=2] Follower cps.data-updated-events-1 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,728 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,728 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,728 INFO [Partition HV_VES_PERF3GPP-1 broker=2] Log loaded for partition HV_VES_PERF3GPP-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,729 INFO [Broker id=2] Follower HV_VES_PERF3GPP-1 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,729 INFO [Partition POLICY-PDP-PAP-0 broker=2] Log loaded for partition POLICY-PDP-PAP-0 with initial high watermark 186 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,729 INFO [Broker id=2] Follower POLICY-PDP-PAP-0 starts at leader epoch 1 from offset 186 with high watermark 186. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,729 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,729 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,730 INFO [Partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 broker=2] Log loaded for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 with initial high watermark 21 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,730 INFO [Broker id=2] Follower __strimzi-topic-operator-kstreams-topic-store-changelog-0 starts at leader epoch 1 from offset 21 with high watermark 21. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,730 INFO [Partition __consumer_offsets-23 broker=2] Log loaded for partition __consumer_offsets-23 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,730 INFO [Broker id=2] Follower __consumer_offsets-23 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,731 INFO [Partition __consumer_offsets-38 broker=2] Log loaded for partition __consumer_offsets-38 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,731 INFO [Broker id=2] Follower __consumer_offsets-38 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,731 INFO [Partition __consumer_offsets-8 broker=2] Log loaded for partition __consumer_offsets-8 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,732 INFO [Broker id=2] Follower __consumer_offsets-8 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,732 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-2 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,732 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-2 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,732 INFO [Partition cps.data-updated-events-0 broker=2] Log loaded for partition cps.data-updated-events-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,733 INFO [Broker id=2] Follower cps.data-updated-events-0 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,733 INFO [Partition __consumer_offsets-35 broker=2] Log loaded for partition __consumer_offsets-35 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,733 INFO [Broker id=2] Follower __consumer_offsets-35 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,733 INFO [Partition POLICY-ACRUNTIME-PARTICIPANT-0 broker=2] Log loaded for partition POLICY-ACRUNTIME-PARTICIPANT-0 with initial high watermark 24 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,734 INFO [Broker id=2] Follower POLICY-ACRUNTIME-PARTICIPANT-0 starts at leader epoch 1 from offset 24 with high watermark 24. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,734 INFO [Partition cps.data-updated-events-3 broker=2] Log loaded for partition cps.data-updated-events-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,734 INFO [Broker id=2] Follower cps.data-updated-events-3 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,734 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,734 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,735 INFO [Partition __consumer_offsets-5 broker=2] Log loaded for partition __consumer_offsets-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,735 INFO [Broker id=2] Follower __consumer_offsets-5 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,736 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,736 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,736 INFO [Partition __consumer_offsets-20 broker=2] Log loaded for partition __consumer_offsets-20 with initial high watermark 4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,736 INFO [Broker id=2] Follower __consumer_offsets-20 starts at leader epoch 1 from offset 4 with high watermark 4. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,736 ERROR [Broker id=2] Received LeaderAndIsrRequest with correlation id 1 from controller 0 epoch 1 for partition org.onap.dmaap.mr.PNF_REGISTRATION-0 (last update controller epoch 1) but cannot become follower since the new leader -1 is unavailable. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,736 INFO [Partition org.onap.dmaap.mr.PNF_REGISTRATION-0 broker=2] Log loaded for partition org.onap.dmaap.mr.PNF_REGISTRATION-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,737 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-1 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,737 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-1 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,737 INFO [Partition __consumer_offsets-21 broker=2] Log loaded for partition __consumer_offsets-21 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,742 INFO [Broker id=2] Follower __consumer_offsets-21 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,769 INFO [Partition __consumer_offsets-36 broker=2] Log loaded for partition __consumer_offsets-36 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,770 INFO [Broker id=2] Follower __consumer_offsets-36 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,772 INFO [Partition __consumer_offsets-6 broker=2] Log loaded for partition __consumer_offsets-6 with initial high watermark 71 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,772 INFO [Broker id=2] Follower __consumer_offsets-6 starts at leader epoch 1 from offset 71 with high watermark 71. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,774 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,777 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,787 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-0 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,788 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-0 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,793 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 broker=2] Log loaded for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,794 INFO [Broker id=2] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,798 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-9 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,799 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-9 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,800 INFO [Partition cps.data-updated-events-2 broker=2] Log loaded for partition cps.data-updated-events-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,800 INFO [Broker id=2] Follower cps.data-updated-events-2 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,801 INFO [Partition cps.data-updated-events-5 broker=2] Log loaded for partition cps.data-updated-events-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,801 INFO [Broker id=2] Follower cps.data-updated-events-5 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,813 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-0 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,815 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-0 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,817 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,817 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,819 INFO [Partition HV_VES_PERF3GPP-4 broker=2] Log loaded for partition HV_VES_PERF3GPP-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,819 INFO [Broker id=2] Follower HV_VES_PERF3GPP-4 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,820 INFO [Partition __consumer_offsets-41 broker=2] Log loaded for partition __consumer_offsets-41 with initial high watermark 206 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,821 INFO [Broker id=2] Follower __consumer_offsets-41 starts at leader epoch 1 from offset 206 with high watermark 206. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,823 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-7 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-7 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,823 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-7 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,824 INFO [Partition __consumer_offsets-10 broker=2] Log loaded for partition __consumer_offsets-10 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,824 INFO [Broker id=2] Follower __consumer_offsets-10 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,825 INFO [Partition cps.data-updated-events-4 broker=2] Log loaded for partition cps.data-updated-events-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,825 INFO [Broker id=2] Follower cps.data-updated-events-4 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,826 INFO [Partition HV_VES_PERF3GPP-5 broker=2] Log loaded for partition HV_VES_PERF3GPP-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,826 INFO [Broker id=2] Follower HV_VES_PERF3GPP-5 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,827 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,827 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,829 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-6 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-6 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,830 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-6 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,832 INFO [Partition __consumer_offsets-11 broker=2] Log loaded for partition __consumer_offsets-11 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,832 INFO [Broker id=2] Follower __consumer_offsets-11 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,833 INFO [Partition __consumer_offsets-26 broker=2] Log loaded for partition __consumer_offsets-26 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,833 INFO [Broker id=2] Follower __consumer_offsets-26 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,834 INFO [Partition HV_VES_PERF3GPP-2 broker=2] Log loaded for partition HV_VES_PERF3GPP-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,834 INFO [Broker id=2] Follower HV_VES_PERF3GPP-2 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,836 INFO [Partition __consumer_offsets-39 broker=2] Log loaded for partition __consumer_offsets-39 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,836 INFO [Broker id=2] Follower __consumer_offsets-39 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,838 INFO [Partition cps.data-updated-events-7 broker=2] Log loaded for partition cps.data-updated-events-7 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,838 INFO [Broker id=2] Follower cps.data-updated-events-7 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,839 INFO [Partition __consumer_offsets-9 broker=2] Log loaded for partition __consumer_offsets-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,839 INFO [Broker id=2] Follower __consumer_offsets-9 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,840 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,841 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,843 INFO [Partition __consumer_offsets-24 broker=2] Log loaded for partition __consumer_offsets-24 with initial high watermark 4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,844 INFO [Broker id=2] Follower __consumer_offsets-24 starts at leader epoch 1 from offset 4 with high watermark 4. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,845 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-5 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,845 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-5 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,848 INFO [Partition HV_VES_PERF3GPP-3 broker=2] Log loaded for partition HV_VES_PERF3GPP-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,849 INFO [Broker id=2] Follower HV_VES_PERF3GPP-3 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,850 INFO [Partition cps.data-updated-events-6 broker=2] Log loaded for partition cps.data-updated-events-6 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,851 INFO [Broker id=2] Follower cps.data-updated-events-6 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,854 INFO [Partition __consumer_offsets-25 broker=2] Log loaded for partition __consumer_offsets-25 with initial high watermark 20 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,854 INFO [Broker id=2] Follower __consumer_offsets-25 starts at leader epoch 1 from offset 22 with high watermark 20. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,858 INFO [Partition __consumer_offsets-40 broker=2] Log loaded for partition __consumer_offsets-40 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,858 INFO [Broker id=2] Follower __consumer_offsets-40 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,868 INFO [Partition POLICY-NOTIFICATION-0 broker=2] Log loaded for partition POLICY-NOTIFICATION-0 with initial high watermark 1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,869 INFO [Broker id=2] Follower POLICY-NOTIFICATION-0 starts at leader epoch 1 from offset 1 with high watermark 1. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,870 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,871 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,871 ERROR [Broker id=2] Received LeaderAndIsrRequest with correlation id 1 from controller 0 epoch 1 for partition org.onap.dmaap.mr.mirrormakeragent-0 (last update controller epoch 1) but cannot become follower since the new leader -1 is unavailable. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,872 INFO [Partition org.onap.dmaap.mr.mirrormakeragent-0 broker=2] Log loaded for partition org.onap.dmaap.mr.mirrormakeragent-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,873 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,873 INFO [Broker id=2] Follower SEC_3GPP_HEARTBEAT_OUTPUT-4 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,875 INFO [Partition cps.data-updated-events-9 broker=2] Log loaded for partition cps.data-updated-events-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,875 INFO [Broker id=2] Follower cps.data-updated-events-9 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,901 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-4 broker=2] Log loaded for partition SEC_3GPP_PROVISIONING_OUTPUT-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,902 INFO [Broker id=2] Follower SEC_3GPP_PROVISIONING_OUTPUT-4 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,909 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 broker=2] Log loaded for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,909 INFO [Broker id=2] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 starts at leader epoch 1 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-08 10:27:49,929 INFO [Partition __consumer_offsets-29 broker=2] Log loaded for partition __consumer_offsets-29 with initial high watermark 0 (kafka.cluster.Partition) [control-pl