Results

By type

          STRIMZI_BROKER_ID=1
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:
+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/kafka-server-start.sh /tmp/strimzi.properties
##############################
##############################
# This file is automatically generated by the Strimzi Cluster Operator
# Any changes to this file will be ignored and overwritten!
##############################
##############################

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

##########
# 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-log1

##########
# 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-1.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.243.186:30493
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
2022-07-26 01:36:43,049 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-26 01:36:43,052 INFO Starting metrics registry (io.strimzi.kafka.agent.KafkaAgent) [main]
2022-07-26 01:36:44,014 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main]
2022-07-26 01:36:45,563 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2022-07-26 01:36:46,113 INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [main]
2022-07-26 01:36:46,131 INFO starting (kafka.server.KafkaServer) [main]
2022-07-26 01:36:46,132 INFO Connecting to zookeeper on onap-strimzi-zookeeper-client:2181 (kafka.server.KafkaServer) [main]
2022-07-26 01:36:46,191 INFO [ZooKeeperClient Kafka server] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-26 01:36:46,202 INFO Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:host.name=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc.cluster.local (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:java.version=11.0.14 (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 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-26 01:36:46,202 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-26 01:36:46,202 INFO Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:os.version=5.4.0-96-generic (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,202 INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,203 INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,203 INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,203 INFO Client environment:os.memory.free=237MB (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,203 INFO Client environment:os.memory.max=7966MB (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,203 INFO Client environment:os.memory.total=254MB (org.apache.zookeeper.ZooKeeper) [main]
2022-07-26 01:36:46,224 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-26 01:36:46,609 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main]
2022-07-26 01:36:46,626 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main]
2022-07-26 01:36:46,639 INFO Starting poller (io.strimzi.kafka.agent.KafkaAgent) [main]
2022-07-26 01:36:46,682 INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-26 01:36:46,781 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.13.19:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2022-07-26 01:36:46,789 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-26 01:36:49,732 INFO SSL handler added for channel: [id: 0x2aa954eb] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1]
2022-07-26 01:36:49,799 INFO Socket connection established, initiating session, client: /10.233.72.20:37646, server: onap-strimzi-zookeeper-client/10.233.13.19:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1]
2022-07-26 01:36:49,805 INFO channel is connected: [id: 0x2aa954eb, L:/10.233.72.20:37646 - R:onap-strimzi-zookeeper-client/10.233.13.19:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1]
2022-07-26 01:36:52,432 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.13.19:2181, session id = 0x30000d8d0a60003, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1]
2022-07-26 01:36:52,466 INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-26 01:36:53,841 INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [feature-zk-node-event-process-thread]
2022-07-26 01:36:54,666 INFO Updated cache from existing  to latest FinalizedFeaturesAndEpoch(features=Features{}, epoch=0). (kafka.server.FinalizedFeatureCache) [feature-zk-node-event-process-thread]
2022-07-26 01:36:54,690 INFO Cluster ID = GsjYZ-nuRjCc-FppL2w4yA (kafka.server.KafkaServer) [main]
2022-07-26 01:36:54,834 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.243.186:30493
	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 = 1
	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-log1
	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 = 1
	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-26 01:36:54,904 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.243.186:30493
	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 = 1
	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-log1
	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 = 1
	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-26 01:36:55,091 INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Produce]
2022-07-26 01:36:55,098 INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Fetch]
2022-07-26 01:36:55,210 INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Request]
2022-07-26 01:36:55,235 INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-ControllerMutation]
2022-07-26 01:36:56,272 INFO Loading logs from log dirs ArraySeq(/var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [main]
2022-07-26 01:36:56,287 INFO Attempting recovery for all logs in /var/lib/kafka/data-0/kafka-log1 since no clean shutdown file was found (kafka.log.LogManager) [main]
2022-07-26 01:36:56,934 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:56,959 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:56,961 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:56,971 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/POLICY-PDP-PAP-0/00000000000000000037.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:56,977 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/POLICY-PDP-PAP-0/00000000000000000058.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:56,979 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 18ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:57,229 INFO [ProducerStateManager partition=POLICY-PDP-PAP-0] Wrote producer snapshot at offset 58 with 0 producer ids in 21 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:57,403 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 58 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:57,403 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 58 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:57,409 INFO [ProducerStateManager partition=POLICY-PDP-PAP-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/POLICY-PDP-PAP-0/00000000000000000058.snapshot,58)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:57,472 INFO [LogLoader partition=POLICY-PDP-PAP-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 69ms for snapshot load and 0ms for segment recovery from offset 58 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:57,565 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/POLICY-PDP-PAP-0, topicId=XmvXy64pSsKc9kDV1UZlhw, topic=POLICY-PDP-PAP, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=58) with 1 segments in 1107ms (1/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:36:57,669 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:57,687 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:57,687 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:57,700 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__strimzi_store_topic-0/00000000000000000024.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:57,711 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__strimzi_store_topic-0/00000000000000000029.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:57,712 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 24ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:57,922 INFO [ProducerStateManager partition=__strimzi_store_topic-0] Wrote producer snapshot at offset 29 with 0 producer ids in 30 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:58,000 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 29 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,001 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 29 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,002 INFO [ProducerStateManager partition=__strimzi_store_topic-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__strimzi_store_topic-0/00000000000000000029.snapshot,29)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:58,011 INFO [LogLoader partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 10ms for snapshot load and 0ms for segment recovery from offset 29 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,051 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__strimzi_store_topic-0, topicId=B1hHB1A0TPaWq57v8fA6Sw, topic=__strimzi_store_topic, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=29) with 1 segments in 480ms (2/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:36:58,142 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:58,157 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,157 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,158 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:36:58,430 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,430 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,430 INFO [LogLoader partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:36:58,472 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-3, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 421ms (3/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:36:58,603 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:58,605 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,605 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,607 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-18/00000000000000000128.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:58,609 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-18/00000000000000000131.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:58,609 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:36:58,759 INFO [ProducerStateManager partition=__consumer_offsets-18] Wrote producer snapshot at offset 131 with 0 producer ids in 4 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:58,790 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 131 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,790 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 131 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,790 INFO [ProducerStateManager partition=__consumer_offsets-18] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-18/00000000000000000131.snapshot,131)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:58,792 INFO [LogLoader partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 2ms for snapshot load and 0ms for segment recovery from offset 131 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,885 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-18, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=18, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=131) with 1 segments in 411ms (4/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:36:58,980 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:58,986 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,986 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:58,993 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-39/00000000000000000001.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:58,993 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 7ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,045 INFO [ProducerStateManager partition=__consumer_offsets-39] Wrote producer snapshot at offset 1 with 0 producer ids in 3 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:59,107 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 1 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,108 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,108 INFO [ProducerStateManager partition=__consumer_offsets-39] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-39/00000000000000000001.snapshot,1)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:36:59,111 INFO [LogLoader partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 3ms for snapshot load and 0ms for segment recovery from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,150 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-39, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=39, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=1) with 1 segments in 265ms (5/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:36:59,183 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:59,184 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,185 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,185 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:36:59,254 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,254 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,255 INFO [LogLoader partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:36:59,290 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-9, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 140ms (6/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:36:59,406 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:59,410 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,412 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,412 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:36:59,585 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,586 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,586 INFO [LogLoader partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:36:59,617 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-24, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=24, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 325ms (7/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:36:59,831 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:36:59,833 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,833 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:36:59,836 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-27/00000000000000000064.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:36:59,836 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:00,059 INFO [ProducerStateManager partition=__consumer_offsets-27] Wrote producer snapshot at offset 64 with 0 producer ids in 41 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:00,164 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 64 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,164 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 64 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,164 INFO [ProducerStateManager partition=__consumer_offsets-27] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-27/00000000000000000064.snapshot,64)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:00,171 INFO [LogLoader partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 7ms for snapshot load and 0ms for segment recovery from offset 64 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,210 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-27, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=27, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=64) with 1 segments in 591ms (8/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:00,345 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:00,350 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,350 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,350 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:00,412 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,413 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,413 INFO [LogLoader partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:00,449 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-42, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=42, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 239ms (9/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:00,487 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:00,489 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,489 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,489 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:00,530 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,530 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,530 INFO [LogLoader partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:00,561 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-12, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=12, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 110ms (10/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:00,665 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:00,671 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,671 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,671 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:00,902 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,902 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:00,902 INFO [LogLoader partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:00,953 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-33, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=33, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 392ms (11/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:01,022 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:01,031 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,033 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,034 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:01,205 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,205 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,205 INFO [LogLoader partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:01,223 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-48, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=48, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 269ms (12/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:01,410 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:01,413 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,413 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,413 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:01,511 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,511 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,512 INFO [LogLoader partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:01,531 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-21, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=21, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 308ms (13/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:01,681 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:01,690 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,690 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,690 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:01,767 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,767 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,768 INFO [LogLoader partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:01,784 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-36, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=36, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 252ms (14/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:01,938 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:01,949 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,949 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:01,951 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:02,147 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,147 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,148 INFO [LogLoader partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:02,241 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-6, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 457ms (15/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:02,359 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:02,362 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,362 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,362 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:02,652 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,653 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,673 INFO [LogLoader partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:02,701 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-45, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=45, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 459ms (16/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:02,770 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:02,772 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,772 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,772 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:02,805 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,805 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,805 INFO [LogLoader partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:02,820 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-15, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=15, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 119ms (17/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:02,899 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:02,904 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,909 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:02,910 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:03,044 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,046 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,047 INFO [LogLoader partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:03,076 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-30, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=30, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 255ms (18/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:03,170 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:03,190 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,190 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,192 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-0/00000000000000000033.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:03,192 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:03,338 INFO [ProducerStateManager partition=__consumer_offsets-0] Wrote producer snapshot at offset 33 with 0 producer ids in 8 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:03,378 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 33 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,378 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 33 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,379 INFO [ProducerStateManager partition=__consumer_offsets-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-0/00000000000000000033.snapshot,33)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:03,382 INFO [LogLoader partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 4ms for snapshot load and 0ms for segment recovery from offset 33 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,399 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-0, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=33) with 1 segments in 318ms (19/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:03,446 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:03,450 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,450 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,450 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:03,493 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,493 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,493 INFO [LogLoader partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:03,514 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-37, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=37, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 114ms (20/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:03,589 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:03,594 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,594 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,598 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-7/00000000000000000005.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:03,598 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 4ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,659 INFO [ProducerStateManager partition=__consumer_offsets-7] Wrote producer snapshot at offset 5 with 0 producer ids in 17 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:03,766 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 5 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,766 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 5 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,766 INFO [ProducerStateManager partition=__consumer_offsets-7] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-7/00000000000000000005.snapshot,5)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:03,804 INFO [LogLoader partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 38ms for snapshot load and 0ms for segment recovery from offset 5 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,852 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-7, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=5) with 1 segments in 336ms (21/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:03,896 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:03,899 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,900 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,900 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:03,971 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,972 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:03,972 INFO [LogLoader partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:04,090 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-22, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=22, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 238ms (22/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:04,321 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:04,327 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:04,327 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:04,329 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-41/00000000000000000001.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:04,330 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:04,466 INFO [ProducerStateManager partition=__consumer_offsets-41] Wrote producer snapshot at offset 1 with 0 producer ids in 18 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:04,555 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 1 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:04,556 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:04,556 INFO [ProducerStateManager partition=__consumer_offsets-41] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-41/00000000000000000001.snapshot,1)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:04,579 INFO [LogLoader partition=__consumer_offsets-41, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 23ms for snapshot load and 0ms for segment recovery from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:04,812 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-41, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=41, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=1) with 1 segments in 720ms (23/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:04,988 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:05,001 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:05,001 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:05,002 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:05,239 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:05,239 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:05,240 INFO [LogLoader partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:05,295 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-10, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=10, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 479ms (24/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:05,577 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:05,602 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:05,603 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:05,618 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-29/00000000000000000239.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:05,650 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-29/00000000000000000242.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:05,650 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 47ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:05,981 INFO [ProducerStateManager partition=__consumer_offsets-29] Wrote producer snapshot at offset 242 with 0 producer ids in 11 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:06,122 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 242 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,123 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 242 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,124 INFO [ProducerStateManager partition=__consumer_offsets-29] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-29/00000000000000000242.snapshot,242)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:06,207 INFO [LogLoader partition=__consumer_offsets-29, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 84ms for snapshot load and 0ms for segment recovery from offset 242 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,241 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-29, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=29, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=242) with 1 segments in 946ms (25/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:06,360 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:06,365 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,365 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,368 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-44/00000000000000000051.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:06,368 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:06,504 INFO [ProducerStateManager partition=__consumer_offsets-44] Wrote producer snapshot at offset 51 with 0 producer ids in 45 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:06,601 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 51 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,601 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 51 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,602 INFO [ProducerStateManager partition=__consumer_offsets-44] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-44/00000000000000000051.snapshot,51)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:06,628 INFO [LogLoader partition=__consumer_offsets-44, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 27ms for snapshot load and 0ms for segment recovery from offset 51 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,645 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-44, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=44, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=51) with 1 segments in 403ms (26/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:06,785 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:06,820 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,821 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:06,822 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:07,078 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,078 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,079 INFO [LogLoader partition=__consumer_offsets-14, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:07,102 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-14, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=14, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 456ms (27/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:07,274 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:07,289 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,289 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,289 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:07,638 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,640 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,640 INFO [LogLoader partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:07,752 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-19, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=19, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 646ms (28/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:07,955 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:07,978 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,978 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:07,979 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:08,120 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:08,122 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:08,123 INFO [LogLoader partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:08,181 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-34, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=34, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 428ms (29/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:08,338 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:08,354 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:08,354 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:08,364 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-4/00000000000000000237.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:08,366 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-4/00000000000000000248.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:08,366 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 12ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,009 INFO [ProducerStateManager partition=__consumer_offsets-4] Wrote producer snapshot at offset 248 with 0 producer ids in 87 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:09,198 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 248 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,198 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 248 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,199 INFO [ProducerStateManager partition=__consumer_offsets-4] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-4/00000000000000000248.snapshot,248)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:09,229 INFO [LogLoader partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 31ms for snapshot load and 0ms for segment recovery from offset 248 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,331 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-4, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=248) with 1 segments in 1148ms (30/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:09,396 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:09,401 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,401 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,402 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:09,523 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,524 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,525 INFO [LogLoader partition=__consumer_offsets-23, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:09,618 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-23, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=23, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 277ms (31/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:09,857 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:09,860 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,860 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:09,860 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:10,098 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,098 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,098 INFO [LogLoader partition=__consumer_offsets-38, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:10,142 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-38, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=38, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 518ms (32/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:10,262 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:10,274 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,274 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,277 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-8/00000000000000000398.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:10,302 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-8/00000000000000000400.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:10,302 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 28ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,626 INFO [ProducerStateManager partition=__consumer_offsets-8] Wrote producer snapshot at offset 400 with 0 producer ids in 34 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:10,790 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 400 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,790 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 400 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,791 INFO [ProducerStateManager partition=__consumer_offsets-8] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-8/00000000000000000400.snapshot,400)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:10,815 INFO [LogLoader partition=__consumer_offsets-8, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 23ms for snapshot load and 1ms for segment recovery from offset 400 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:10,866 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-8, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=400) with 1 segments in 723ms (33/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:11,002 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:11,007 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,008 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,022 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-11/00000000000000000004.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:11,027 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-11/00000000000000000005.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:11,027 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 19ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,205 INFO [ProducerStateManager partition=__consumer_offsets-11] Wrote producer snapshot at offset 5 with 0 producer ids in 16 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:11,242 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 5 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,243 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 5 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,244 INFO [ProducerStateManager partition=__consumer_offsets-11] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-11/00000000000000000005.snapshot,5)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:11,259 INFO [LogLoader partition=__consumer_offsets-11, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 16ms for snapshot load and 0ms for segment recovery from offset 5 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,281 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-11, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=11, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=5) with 1 segments in 414ms (34/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:11,394 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:11,398 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,399 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,399 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:11,465 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,466 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,466 INFO [LogLoader partition=__consumer_offsets-26, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:11,489 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-26, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=26, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 207ms (35/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:11,662 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:11,666 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,666 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,669 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-49/00000000000000000003.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:11,669 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:11,768 INFO [ProducerStateManager partition=__consumer_offsets-49] Wrote producer snapshot at offset 3 with 0 producer ids in 6 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:11,823 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 3 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,823 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 3 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,823 INFO [ProducerStateManager partition=__consumer_offsets-49] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-49/00000000000000000003.snapshot,3)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:11,836 INFO [LogLoader partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 12ms for snapshot load and 0ms for segment recovery from offset 3 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,862 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-49, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=49, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=3) with 1 segments in 372ms (36/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:11,919 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:11,923 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,923 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:11,923 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:12,022 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,024 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,026 INFO [LogLoader partition=__consumer_offsets-35, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:12,051 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-35, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=35, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 186ms (37/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:12,087 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:12,088 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,088 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,089 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:12,186 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,186 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,187 INFO [LogLoader partition=__consumer_offsets-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:12,209 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-5, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 158ms (38/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:12,308 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:12,310 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,310 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,313 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-20/00000000000000000212.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:12,325 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-20/00000000000000000214.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:12,326 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 16ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,486 INFO [ProducerStateManager partition=__consumer_offsets-20] Wrote producer snapshot at offset 214 with 0 producer ids in 8 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:12,622 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 214 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,623 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 214 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,623 INFO [ProducerStateManager partition=__consumer_offsets-20] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-20/00000000000000000214.snapshot,214)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:12,637 INFO [LogLoader partition=__consumer_offsets-20, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 14ms for snapshot load and 0ms for segment recovery from offset 214 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,644 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-20, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=20, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=214) with 1 segments in 434ms (39/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:12,708 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:12,709 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,710 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,710 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:12,970 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,971 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:12,972 INFO [LogLoader partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:13,046 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-31, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=31, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 403ms (40/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:13,231 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:13,240 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,240 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,247 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-46/00000000000000000001.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:13,247 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 7ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,408 INFO [ProducerStateManager partition=__consumer_offsets-46] Wrote producer snapshot at offset 1 with 0 producer ids in 21 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:13,615 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 1 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,615 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,616 INFO [ProducerStateManager partition=__consumer_offsets-46] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-46/00000000000000000001.snapshot,1)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:13,653 INFO [LogLoader partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 37ms for snapshot load and 0ms for segment recovery from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,698 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-46, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=46, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=1) with 1 segments in 651ms (41/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:13,813 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:13,826 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,827 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:13,867 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-1/00000000000000000001.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:13,868 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 41ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,051 INFO [ProducerStateManager partition=__consumer_offsets-1] Wrote producer snapshot at offset 1 with 0 producer ids in 52 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:14,271 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 1 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,271 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,272 INFO [ProducerStateManager partition=__consumer_offsets-1] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-1/00000000000000000001.snapshot,1)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:14,276 INFO [LogLoader partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 5ms for snapshot load and 0ms for segment recovery from offset 1 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,289 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-1, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=1) with 1 segments in 591ms (42/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:14,400 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:14,404 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,405 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,405 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:14,527 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,527 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,530 INFO [LogLoader partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:14,581 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-16, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=16, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 291ms (43/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:14,737 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:14,745 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,746 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,746 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:14,877 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,877 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:14,878 INFO [LogLoader partition=__consumer_offsets-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:14,919 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-2, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 337ms (44/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:15,058 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:15,060 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,061 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,066 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-25/00000000000000000050.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:15,067 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-25/00000000000000000056.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:15,067 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 6ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,314 INFO [ProducerStateManager partition=__consumer_offsets-25] Wrote producer snapshot at offset 56 with 0 producer ids in 49 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:15,528 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 56 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,528 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 56 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,529 INFO [ProducerStateManager partition=__consumer_offsets-25] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-25/00000000000000000056.snapshot,56)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:15,540 INFO [LogLoader partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 11ms for snapshot load and 0ms for segment recovery from offset 56 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,557 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-25, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=25, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=56) with 1 segments in 636ms (45/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:15,702 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:15,714 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,714 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,714 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:15,797 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,797 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,797 INFO [LogLoader partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:15,813 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-40, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=40, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 255ms (46/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:15,849 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:15,850 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,850 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,850 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:15,870 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,871 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,871 INFO [LogLoader partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:15,879 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-43, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=43, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 66ms (47/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:15,903 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:15,909 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,909 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,909 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:15,942 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,942 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,942 INFO [LogLoader partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:15,950 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-13, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=13, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 68ms (48/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:15,984 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:15,986 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,986 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:15,988 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-28/00000000000000000040.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:15,989 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-28/00000000000000000046.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:15,990 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:16,046 INFO [ProducerStateManager partition=__consumer_offsets-28] Wrote producer snapshot at offset 46 with 0 producer ids in 2 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:16,059 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 46 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,059 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 46 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,059 INFO [ProducerStateManager partition=__consumer_offsets-28] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-28/00000000000000000046.snapshot,46)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:16,061 INFO [LogLoader partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 2ms for snapshot load and 0ms for segment recovery from offset 46 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,067 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-28, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=28, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=46) with 1 segments in 115ms (49/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:16,085 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:16,087 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,087 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,088 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:16,195 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,196 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,196 INFO [LogLoader partition=__consumer_offsets-47, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:16,211 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-47, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=47, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 144ms (50/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:16,234 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:16,235 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,235 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,236 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:16,267 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,267 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,267 INFO [LogLoader partition=__consumer_offsets-17, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:16,279 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-17, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=17, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 67ms (51/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:16,324 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:16,326 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,326 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,332 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-32/00000000000000000033.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:16,334 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-32/00000000000000000034.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:16,334 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:16,490 INFO [ProducerStateManager partition=__consumer_offsets-32] Wrote producer snapshot at offset 34 with 0 producer ids in 6 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:16,658 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 34 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,658 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 34 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,659 INFO [ProducerStateManager partition=__consumer_offsets-32] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-32/00000000000000000034.snapshot,34)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:16,691 INFO [LogLoader partition=__consumer_offsets-32, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 33ms for snapshot load and 0ms for segment recovery from offset 34 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,701 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__consumer_offsets-32, topicId=ZjHOL_L5SPGAvyc0QttALw, topic=__consumer_offsets, partition=32, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=34) with 1 segments in 422ms (52/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:16,725 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:16,728 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,728 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,730 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/__strimzi-topic-operator-kstreams-topic-store-changelog-0/00000000000000000022.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:16,730 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:16,974 INFO [ProducerStateManager partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0] Wrote producer snapshot at offset 22 with 0 producer ids in 7 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:16,995 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 22 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,996 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 22 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:16,996 INFO [ProducerStateManager partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/__strimzi-topic-operator-kstreams-topic-store-changelog-0/00000000000000000022.snapshot,22)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:16,999 INFO [LogLoader partition=__strimzi-topic-operator-kstreams-topic-store-changelog-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 3ms for snapshot load and 0ms for segment recovery from offset 22 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,010 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/__strimzi-topic-operator-kstreams-topic-store-changelog-0, topicId=J58wfwxVSye_QJ6JH8Ux_w, topic=__strimzi-topic-operator-kstreams-topic-store-changelog, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=22) with 1 segments in 309ms (53/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:17,083 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:17,085 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,085 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,086 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,171 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,171 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,171 INFO [LogLoader partition=cps.data-updated-events-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,179 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-5, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 168ms (54/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:17,235 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:17,240 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,240 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,240 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,316 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,316 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,316 INFO [LogLoader partition=cps.data-updated-events-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,322 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-8, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 142ms (55/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:17,364 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:17,367 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,367 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,367 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,409 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,409 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,409 INFO [LogLoader partition=cps.data-updated-events-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,450 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-2, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 127ms (56/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:17,538 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:17,545 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,545 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,546 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,634 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,634 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,634 INFO [LogLoader partition=cps.data-updated-events-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,656 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-3, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 204ms (57/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:17,749 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:17,751 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,752 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,752 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,804 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,805 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,805 INFO [LogLoader partition=cps.data-updated-events-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,813 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-4, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 156ms (58/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:17,839 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:17,841 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,841 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,842 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,872 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,873 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,874 INFO [LogLoader partition=cps.data-updated-events-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:17,904 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-6, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 91ms (59/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:17,980 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:17,984 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,984 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:17,984 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,009 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,009 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,010 INFO [LogLoader partition=cps.data-updated-events-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,017 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-7, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 114ms (60/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:18,067 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:18,069 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,070 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,070 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,088 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,088 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,088 INFO [LogLoader partition=cps.data-updated-events-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,095 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-9, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 77ms (61/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:18,187 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:18,193 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,193 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,193 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,255 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,255 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,255 INFO [LogLoader partition=cps.data-updated-events-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,284 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-0, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 189ms (62/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:18,369 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:18,374 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,374 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,374 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,458 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,458 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,458 INFO [LogLoader partition=cps.data-updated-events-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,473 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-1, topicId=kwDwzn3URsChAgc9A1wBIg, topic=cps.data-updated-events, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 187ms (63/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:18,534 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:18,536 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,537 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,537 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,639 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,639 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,639 INFO [LogLoader partition=HV_VES_PERF3GPP-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,651 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-2, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 177ms (64/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:18,707 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:18,712 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,712 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,712 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,798 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,798 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,798 INFO [LogLoader partition=HV_VES_PERF3GPP-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,807 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-5, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 155ms (65/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:18,835 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:18,838 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,838 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,838 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,909 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,909 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:18,912 INFO [LogLoader partition=HV_VES_PERF3GPP-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:18,960 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-8, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 152ms (66/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:19,163 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:19,168 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,168 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,169 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:19,236 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,237 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,237 INFO [LogLoader partition=HV_VES_PERF3GPP-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:19,270 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-1, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 309ms (67/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:19,314 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:19,316 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,316 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,316 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:19,370 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,370 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,371 INFO [LogLoader partition=HV_VES_PERF3GPP-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:19,407 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-0, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 131ms (68/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:19,450 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:19,453 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,453 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,453 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:19,492 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,493 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,493 INFO [LogLoader partition=HV_VES_PERF3GPP-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:19,519 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-3, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 111ms (69/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:19,665 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:19,719 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,720 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,721 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:19,968 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,969 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:19,970 INFO [LogLoader partition=HV_VES_PERF3GPP-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:20,056 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-4, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 533ms (70/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:20,171 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:20,174 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,174 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,174 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:20,268 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,268 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,268 INFO [LogLoader partition=HV_VES_PERF3GPP-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:20,345 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-7, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 286ms (71/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:20,445 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:20,450 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,450 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,450 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:20,560 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,560 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,560 INFO [LogLoader partition=HV_VES_PERF3GPP-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:20,582 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-6, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 235ms (72/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:20,656 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:20,662 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,663 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,665 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:20,856 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,856 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:20,857 INFO [LogLoader partition=HV_VES_PERF3GPP-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:20,893 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/HV_VES_PERF3GPP-9, topicId=l2Kblv1ORlC6UsKwxiQvuw, topic=HV_VES_PERF3GPP, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 310ms (73/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:21,040 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:21,046 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,046 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,046 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,192 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,193 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,194 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,224 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-8, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 327ms (74/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:21,292 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:21,300 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,301 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,302 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,425 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,426 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,427 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,450 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-5, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 225ms (75/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:21,525 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:21,536 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,537 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,537 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,737 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,737 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,737 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,751 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-2, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 300ms (76/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:21,848 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:21,850 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,850 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,850 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,892 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,892 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:21,893 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:21,983 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-9, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 231ms (77/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:22,128 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:22,130 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,130 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,130 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,250 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,250 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,250 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,277 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-6, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 293ms (78/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:22,357 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:22,360 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,360 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,360 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,502 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,502 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,503 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,531 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-7, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 253ms (79/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:22,566 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:22,569 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,569 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,569 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,648 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,648 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,649 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,663 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-4, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 128ms (80/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:22,743 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:22,761 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,762 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,762 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,900 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,900 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,900 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:22,915 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-3, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 242ms (81/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:22,995 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:22,997 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,998 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:22,998 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:23,035 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,036 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,037 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:23,049 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-0, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 133ms (82/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:23,094 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:23,097 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,097 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,097 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:23,209 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,209 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,209 INFO [LogLoader partition=SEC_3GPP_HEARTBEAT_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:23,215 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_HEARTBEAT_OUTPUT-1, topicId=gSdfQNIhRDO7A_n110xguw, topic=SEC_3GPP_HEARTBEAT_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 165ms (83/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:23,283 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:23,285 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,285 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,285 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:23,499 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,499 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,500 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:23,580 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 365ms (84/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:23,718 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:23,722 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,722 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:23,722 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,086 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,088 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,089 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,123 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 542ms (85/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:24,263 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:24,274 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,274 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,274 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,409 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,409 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,410 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,423 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 289ms (86/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:24,514 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:24,518 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,519 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,519 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,645 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,645 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,645 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,659 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 235ms (87/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:24,680 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:24,681 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,681 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,681 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,712 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,712 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,712 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,735 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 77ms (88/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:24,771 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:24,774 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,774 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,774 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,830 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,830 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,830 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,837 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 102ms (89/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:24,902 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:24,904 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,905 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,905 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:24,987 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,988 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:24,988 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,011 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 173ms (90/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:25,056 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:25,058 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,058 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,058 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,090 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,090 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,090 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,099 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 87ms (91/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:25,154 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:25,162 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,162 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,162 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,184 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,184 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,184 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,190 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 90ms (92/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:25,236 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:25,238 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,238 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,238 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,258 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,259 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,259 INFO [LogLoader partition=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,264 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2, topicId=Zm0lYhcoSPyeq4z0rb8hqw, topic=SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 74ms (93/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:25,286 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:25,287 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,287 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,289 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/AAI-EVENT-0/00000000000000000263.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:25,289 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,500 INFO [ProducerStateManager partition=AAI-EVENT-0] Wrote producer snapshot at offset 263 with 0 producer ids in 11 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:25,566 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 263 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,567 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 263 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,567 INFO [ProducerStateManager partition=AAI-EVENT-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/AAI-EVENT-0/00000000000000000263.snapshot,263)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:25,571 INFO [LogLoader partition=AAI-EVENT-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 4ms for snapshot load and 0ms for segment recovery from offset 263 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,581 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/AAI-EVENT-0, topicId=UhiRvDzaTn6u1vI-iMIa1w, topic=AAI-EVENT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=263) with 1 segments in 317ms (94/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:25,675 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:25,679 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,679 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,679 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,743 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,743 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,743 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,748 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-2, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 165ms (95/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:25,826 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:25,833 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,833 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,833 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,901 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,901 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:25,901 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:25,917 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-5, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 168ms (96/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:26,030 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:26,041 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,041 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,041 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:26,193 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,194 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,195 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:26,244 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-8, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 326ms (97/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:26,305 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:26,306 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,306 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,306 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:26,339 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,339 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,339 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:26,348 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-0, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 103ms (98/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:26,523 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:26,527 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,527 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,528 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:26,600 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,600 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,600 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:26,630 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-1, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 282ms (99/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:26,715 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:26,724 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,724 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:26,724 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,013 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,013 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,013 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,037 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-4, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 407ms (100/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:27,174 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:27,186 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,186 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,186 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,264 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,264 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,264 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,338 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-3, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 300ms (101/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:27,583 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:27,589 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,589 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,590 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,710 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,710 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,711 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,747 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-6, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 410ms (102/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:27,820 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:27,827 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,827 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,827 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,945 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,946 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:27,946 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:27,971 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-7, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 224ms (103/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:28,055 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:28,056 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,056 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,056 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,247 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,247 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,247 INFO [LogLoader partition=SEC_3GPP_PROVISIONING_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,262 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_PROVISIONING_OUTPUT-9, topicId=-eCLAnNFTLaF2p7wQoomtA, topic=SEC_3GPP_PROVISIONING_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 290ms (104/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:28,311 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:28,312 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,312 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,312 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,477 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,477 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,477 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,483 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-9, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=9, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 219ms (105/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:28,515 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:28,516 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,516 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,516 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,564 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,564 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,564 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,572 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-0, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 89ms (106/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:28,619 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:28,621 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,621 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,621 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,676 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,676 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,676 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,685 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-3, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=3, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 113ms (107/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:28,702 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:28,704 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,704 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,704 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,744 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,744 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,744 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,749 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-6, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=6, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 63ms (108/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:28,782 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:28,786 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,786 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,786 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,888 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,888 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,888 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:28,895 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-8, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=8, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 147ms (109/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:28,972 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:28,976 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,976 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:28,976 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,069 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,069 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,070 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,075 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-7, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=7, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 180ms (110/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:29,152 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:29,155 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,156 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,156 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,190 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,190 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,191 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,201 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-2, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=2, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 125ms (111/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:29,233 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:29,235 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,235 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,236 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,254 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,254 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,255 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,265 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-1, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=1, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 64ms (112/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:29,288 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:29,289 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,289 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,289 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,342 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,342 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,342 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,350 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-4, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=4, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 83ms (113/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:29,414 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:29,417 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,417 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,418 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,472 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,472 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,473 INFO [LogLoader partition=SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:29,491 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/SEC_3GPP_FAULTSUPERVISION_OUTPUT-5, topicId=Msa-SJsqSRmchg927SC3Bg, topic=SEC_3GPP_FAULTSUPERVISION_OUTPUT, partition=5, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 140ms (114/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:29,544 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:29,561 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,561 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,569 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/POLICY-ACRUNTIME-PARTICIPANT-0/00000000000000000079.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:29,570 INFO Deleted producer state snapshot /var/lib/kafka/data-0/kafka-log1/POLICY-ACRUNTIME-PARTICIPANT-0/00000000000000000127.snapshot (kafka.log.SnapshotFile) [pool-4-thread-1]
2022-07-26 01:37:29,570 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 9ms for snapshot load and 0ms for segment recovery from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,758 INFO [ProducerStateManager partition=POLICY-ACRUNTIME-PARTICIPANT-0] Wrote producer snapshot at offset 127 with 0 producer ids in 46 ms. (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:29,878 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 127 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,879 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 127 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,879 INFO [ProducerStateManager partition=POLICY-ACRUNTIME-PARTICIPANT-0] Loading producer state from snapshot file 'SnapshotFile(/var/lib/kafka/data-0/kafka-log1/POLICY-ACRUNTIME-PARTICIPANT-0/00000000000000000127.snapshot,127)' (kafka.log.ProducerStateManager) [pool-4-thread-1]
2022-07-26 01:37:29,888 INFO [LogLoader partition=POLICY-ACRUNTIME-PARTICIPANT-0, dir=/var/lib/kafka/data-0/kafka-log1] Producer state recovery took 9ms for snapshot load and 0ms for segment recovery from offset 127 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,908 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/POLICY-ACRUNTIME-PARTICIPANT-0, topicId=t4RT-tnSS1-Rr88h_LDoeg, topic=POLICY-ACRUNTIME-PARTICIPANT, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=127) with 1 segments in 416ms (115/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:29,958 INFO [LogLoader partition=TEST_TOPIC-0, dir=/var/lib/kafka/data-0/kafka-log1] Recovering unflushed segment 0 (kafka.log.LogLoader$) [pool-4-thread-1]
2022-07-26 01:37:29,961 INFO [LogLoader partition=TEST_TOPIC-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,961 INFO [LogLoader partition=TEST_TOPIC-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:29,961 INFO [LogLoader partition=TEST_TOPIC-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:30,253 INFO [LogLoader partition=TEST_TOPIC-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:30,254 INFO [LogLoader partition=TEST_TOPIC-0, dir=/var/lib/kafka/data-0/kafka-log1] Reloading from producer snapshot and rebuilding producer state from offset 0 (kafka.log.Log$) [pool-4-thread-1]
2022-07-26 01:37:30,255 INFO [LogLoader partition=TEST_TOPIC-0, dir=/var/lib/kafka/data-0/kafka-log1] 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-26 01:37:30,294 INFO Completed load of Log(dir=/var/lib/kafka/data-0/kafka-log1/TEST_TOPIC-0, topicId=UGdx56ZTTuqTQHrxfnxy-g, topic=TEST_TOPIC, partition=0, highWatermark=0, lastStableOffset=0, logStartOffset=0, logEndOffset=0) with 1 segments in 385ms (116/116 loaded in /var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [pool-4-thread-1]
2022-07-26 01:37:30,330 INFO Loaded 116 logs in 34052ms. (kafka.log.LogManager) [main]
2022-07-26 01:37:30,338 INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [main]
2022-07-26 01:37:30,344 INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [main]
2022-07-26 01:37:30,469 INFO Starting the log cleaner (kafka.log.LogCleaner) [main]
2022-07-26 01:37:31,416 INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner) [kafka-log-cleaner-thread-0]
2022-07-26 01:37:33,826 INFO [BrokerToControllerChannelManager broker=1 name=forwarding]: Starting (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=forwarding]
2022-07-26 01:37:35,404 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-26 01:37:35,411 INFO Awaiting socket connections on 0.0.0.0:9090. (kafka.network.Acceptor) [main]
2022-07-26 01:37:35,683 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created control-plane acceptor and processor for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main]
2022-07-26 01:37:35,687 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-26 01:37:35,687 INFO Awaiting socket connections on 0.0.0.0:9091. (kafka.network.Acceptor) [main]
2022-07-26 01:37:38,476 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main]
2022-07-26 01:37:38,479 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-26 01:37:38,481 INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.Acceptor) [main]
2022-07-26 01:37:38,547 INFO Successfully logged in. (org.apache.kafka.common.security.authenticator.AbstractLogin) [main]
2022-07-26 01:37:38,570 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main]
2022-07-26 01:37:38,571 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-26 01:37:38,571 INFO Awaiting socket connections on 0.0.0.0:9093. (kafka.network.Acceptor) [main]
2022-07-26 01:37:39,573 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main]
2022-07-26 01:37:39,574 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2022-07-26 01:37:39,575 INFO Awaiting socket connections on 0.0.0.0:9094. (kafka.network.Acceptor) [main]
2022-07-26 01:37:40,364 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main]
2022-07-26 01:37:40,794 INFO [BrokerToControllerChannelManager broker=1 name=alterIsr]: Starting (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=alterIsr]
2022-07-26 01:37:40,895 INFO [ExpirationReaper-1-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Produce]
2022-07-26 01:37:40,895 INFO [ExpirationReaper-1-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Fetch]
2022-07-26 01:37:40,904 INFO [ExpirationReaper-1-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-DeleteRecords]
2022-07-26 01:37:40,910 INFO [ExpirationReaper-1-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-ElectLeader]
2022-07-26 01:37:41,002 INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [LogDirFailureHandler]
2022-07-26 01:37:41,704 INFO Creating /brokers/ids/1 (is it secure? false) (kafka.zk.KafkaZkClient) [main]
2022-07-26 01:37:41,955 INFO Stat of the created znode at /brokers/ids/1 is: 4294976485,4294976485,1658799462242,1658799462242,1,0,0,216173713327259651,617,0,4294976485
 (kafka.zk.KafkaZkClient) [main]
2022-07-26 01:37:41,987 INFO Registered broker 1 at path /brokers/ids/1 with addresses: CONTROLPLANE-9090://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.243.186:30493, czxid (broker epoch): 4294976485 (kafka.zk.KafkaZkClient) [main]
2022-07-26 01:37:42,471 INFO [ControllerEventThread controllerId=1] Starting (kafka.controller.ControllerEventManager$ControllerEventThread) [controller-event-thread]
2022-07-26 01:37:42,527 INFO [ExpirationReaper-1-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-topic]
2022-07-26 01:37:42,605 INFO [ExpirationReaper-1-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Heartbeat]
2022-07-26 01:37:42,665 INFO [ExpirationReaper-1-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Rebalance]
2022-07-26 01:37:42,687 DEBUG [Controller id=1] Broker 2 has been elected as the controller, so stopping the election process. (kafka.controller.KafkaController) [controller-event-thread]
2022-07-26 01:37:42,823 INFO [GroupCoordinator 1]: Starting up. (kafka.coordinator.group.GroupCoordinator) [main]
2022-07-26 01:37:42,941 INFO [GroupCoordinator 1]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [main]
2022-07-26 01:37:43,171 INFO [TransactionCoordinator id=1] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [main]
2022-07-26 01:37:43,253 INFO [TransactionCoordinator id=1] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [main]
2022-07-26 01:37:43,305 INFO [Transaction Marker Channel Manager 1]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [TxnMarkerSenderThread-1]
2022-07-26 01:37:43,453 INFO [ZooKeeperClient ACL authorizer] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-26 01:37:43,454 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-26 01:37:43,458 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main]
2022-07-26 01:37:43,459 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main]
2022-07-26 01:37:43,468 INFO [ZooKeeperClient ACL authorizer] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-26 01:37:43,526 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.13.19:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2022-07-26 01:37:43,526 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-26 01:37:43,696 INFO SSL handler added for channel: [id: 0x28bd2d2f] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1]
2022-07-26 01:37:43,715 INFO Socket connection established, initiating session, client: /10.233.72.20:55312, server: onap-strimzi-zookeeper-client/10.233.13.19:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1]
2022-07-26 01:37:43,716 INFO channel is connected: [id: 0x28bd2d2f, L:/10.233.72.20:55312 - R:onap-strimzi-zookeeper-client/10.233.13.19:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1]
2022-07-26 01:37:44,338 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.13.19:2181, session id = 0x1000055fbed001d, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1]
2022-07-26 01:37:44,355 INFO [ZooKeeperClient ACL authorizer] Connected. (kafka.zookeeper.ZooKeeperClient) [main]
2022-07-26 01:37:45,159 INFO [/kafka-acl-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-changes-event-process-thread]
2022-07-26 01:37:45,160 INFO [/kafka-acl-extended-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-extended-changes-event-process-thread]
2022-07-26 01:37:45,996 INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-AlterAcls]
2022-07-26 01:37:46,129 INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-AlterAcls]
2022-07-26 01:37:46,225 INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/config/changes-event-process-thread]
2022-07-26 01:37:46,573 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2022-07-26 01:37:46,912 INFO Processing override for entityPath: brokers/0 with config: HashMap() (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,053 INFO Processing override for entityPath: brokers/1 with config: HashMap() (kafka.server.DynamicConfigManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,095 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.243.186:30493
	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 = 1
	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-log1
	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 = 1
	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) [/config/changes-event-process-thread]
2022-07-26 01:37:47,408 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-26 01:37:47,435 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,510 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,511 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,511 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,700 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-26 01:37:47,700 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,701 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,701 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,701 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,852 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-26 01:37:47,852 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,852 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,852 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,852 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,978 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-26 01:37:47,978 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,979 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,980 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:47,980 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,092 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-26 01:37:48,093 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,093 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,093 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,093 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,138 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-26 01:37:48,139 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,139 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,139 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,139 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,269 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-26 01:37:48,269 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,269 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,270 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,270 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,367 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-26 01:37:48,368 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,368 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,368 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,368 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,491 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-26 01:37:48,492 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,492 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,494 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,494 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,553 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-26 01:37:48,554 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,554 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,554 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,554 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,560 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-26 01:37:48,583 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-26 01:37:48,585 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [main]
2022-07-26 01:37:48,593 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [main]
2022-07-26 01:37:48,612 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-26 01:37:48,614 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [main]
2022-07-26 01:37:48,615 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [main]
2022-07-26 01:37:48,616 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [main]
2022-07-26 01:37:48,617 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [main]
2022-07-26 01:37:48,618 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [main]
2022-07-26 01:37:48,619 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [main]
2022-07-26 01:37:48,620 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [main]
2022-07-26 01:37:48,687 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-26 01:37:48,688 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,698 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,699 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,700 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,809 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-26 01:37:48,810 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,812 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,817 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,817 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,914 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-26 01:37:48,915 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,916 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,927 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:48,927 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,019 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-26 01:37:49,020 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,020 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,020 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,020 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,065 INFO KafkaConfig values: 
	advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://10.32.243.186:30493
	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 = 1
	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-log1
	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 = 1
	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-26 01:37:49,157 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Starting socket server acceptors and processors (kafka.network.SocketServer) [main]
2022-07-26 01:37:49,178 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-26 01:37:49,214 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,216 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,219 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,220 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,258 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started control-plane acceptor and processor(s) for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main]
2022-07-26 01:37:49,305 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main]
2022-07-26 01:37:49,345 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-26 01:37:49,346 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,346 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,346 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,346 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,413 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main]
2022-07-26 01:37:49,489 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-26 01:37:49,490 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,490 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,490 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,490 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,490 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main]
2022-07-26 01:37:49,537 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main]
2022-07-26 01:37:49,537 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started socket server acceptors and processors (kafka.network.SocketServer) [main]
2022-07-26 01:37:49,671 INFO Kafka version: 3.0.0 (org.apache.kafka.common.utils.AppInfoParser) [main]
2022-07-26 01:37:49,671 INFO Kafka commitId: 8cb0a5e9d3441962 (org.apache.kafka.common.utils.AppInfoParser) [main]
2022-07-26 01:37:49,678 INFO Kafka startTimeMs: 1658799469537 (org.apache.kafka.common.utils.AppInfoParser) [main]
2022-07-26 01:37:49,687 INFO [KafkaServer id=1] started (kafka.server.KafkaServer) [main]
2022-07-26 01:37:49,728 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-26 01:37:49,728 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,728 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,729 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,729 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,820 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-26 01:37:49,820 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,821 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,821 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,821 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,955 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-26 01:37:49,955 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,956 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,956 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:49,957 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,070 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-26 01:37:50,071 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,072 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,073 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,076 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,161 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-26 01:37:50,161 INFO Removing PRODUCE quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,161 INFO Removing FETCH quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,161 INFO Removing REQUEST quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,161 INFO Removing CONTROLLER_MUTATION quota for user onap-dcae-hv-ves-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,238 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,238 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-9 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,238 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition HV_VES_PERF3GPP-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,238 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition HV_VES_PERF3GPP-8 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,238 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition HV_VES_PERF3GPP-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition HV_VES_PERF3GPP-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition HV_VES_PERF3GPP-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition HV_VES_PERF3GPP-7 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition HV_VES_PERF3GPP-6 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_REGISTRATION', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=6, isr=[0], zkVersion=6, replicas=[0], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_REGISTRATION-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_REGISTRATION', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2], zkVersion=0, replicas=[2], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_REGISTRATION-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='POLICY-ACRUNTIME-PARTICIPANT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition POLICY-ACRUNTIME-PARTICIPANT-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__strimzi_store_topic', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __strimzi_store_topic-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,239 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='AAI-EVENT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition AAI-EVENT-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SDC-DISTR-STATUS-TOPIC-AUTO', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=6, isr=[0], zkVersion=6, replicas=[0], offlineReplicas=[]) for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SDC-DISTR-NOTIF-TOPIC-AUTO', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2], zkVersion=0, replicas=[2], offlineReplicas=[]) for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_READY', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2], zkVersion=0, replicas=[2], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_READY-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.PNF_READY', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=6, isr=[0], zkVersion=6, replicas=[0], offlineReplicas=[]) for partition org.onap.dmaap.mr.PNF_READY-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-7 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-6 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-9 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=11, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-8 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,240 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,241 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,241 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_PROVISIONING_OUTPUT-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,241 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='POLICY-PDP-PAP', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition POLICY-PDP-PAP-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,241 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__strimzi-topic-operator-kstreams-topic-store-changelog', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,241 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,241 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,241 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=9, isr=[2, 0], zkVersion=14, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='TEST_TOPIC', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=8, replicas=[1, 0, 2], offlineReplicas=[]) for partition TEST_TOPIC-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,242 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=9, isr=[2, 0], zkVersion=14, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='org.onap.dmaap.mr.mirrormakeragent', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2], zkVersion=0, replicas=[2], offlineReplicas=[]) for partition org.onap.dmaap.mr.mirrormakeragent-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition cps.data-updated-events-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition cps.data-updated-events-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition cps.data-updated-events-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,243 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition cps.data-updated-events-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=11, replicas=[1, 2, 0], offlineReplicas=[]) for partition cps.data-updated-events-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition cps.data-updated-events-6 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition cps.data-updated-events-8 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition cps.data-updated-events-7 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition cps.data-updated-events-9 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-updated-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition cps.data-updated-events-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=13, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-13 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=46, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-46 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=21, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-21 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=30, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-30 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,244 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=38, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-38 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=45, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-45 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=12, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-12 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=20, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-20 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=29, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-29 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=37, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-37 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=15, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-15 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=48, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-48 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=23, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-23 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=32, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-32 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,245 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-7 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=40, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-40 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=47, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-47 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=14, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-14 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=22, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-22 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=31, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-31 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=39, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-39 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=6, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-6 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=9, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-9 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=42, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-42 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=17, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-17 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,246 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=26, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-26 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=34, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-34 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=16, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-16 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=41, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-41 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=24, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-24 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=49, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-49 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=25, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-25 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-8 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=33, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-33 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,247 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=11, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-11 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=44, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-44 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=19, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-19 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=28, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-28 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=36, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-36 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=43, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-43 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=10, controllerEpoch=1, leader=0, leaderEpoch=9, isr=[2, 0], zkVersion=14, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-10 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=18, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-18 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=27, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-27 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=35, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-35 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,248 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-7 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-6 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-9 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,249 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], offlineReplicas=[]) for partition SEC_3GPP_HEARTBEAT_OUTPUT-8 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,255 INFO [Broker id=1] Add 123 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,269 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-26 01:37:50,269 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,269 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,269 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,269 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,340 INFO [BrokerToControllerChannelManager broker=1 name=alterIsr]: Recorded new controller, from now on will use broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=alterIsr]
2022-07-26 01:37:50,341 INFO [BrokerToControllerChannelManager broker=1 name=forwarding]: Recorded new controller, from now on will use broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=forwarding]
2022-07-26 01:37:50,432 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-26 01:37:50,433 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,445 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,446 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,446 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2022-07-26 01:37:50,526 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 for 116 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,535 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='HV_VES_PERF3GPP', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='POLICY-ACRUNTIME-PARTICIPANT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__strimzi_store_topic', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='AAI-EVENT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,536 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=11, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,537 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PROVISIONING_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='POLICY-PDP-PAP', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__strimzi-topic-operator-kstreams-topic-store-changelog', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=9, isr=[2, 0], zkVersion=14, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,538 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='TEST_TOPIC', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=8, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=9, isr=[2, 0], zkVersion=14, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_FAULTSUPERVISION_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,539 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=11, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=13, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=46, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=21, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=30, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=38, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=45, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=12, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,540 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=20, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,541 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=29, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,541 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=37, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,541 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,541 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=15, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,541 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=48, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,549 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=23, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,549 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=32, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,549 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=7, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,549 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=40, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,549 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=47, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,549 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=14, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,549 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=22, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=31, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=39, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=6, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=9, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=42, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=17, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=26, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=34, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=16, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=41, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=24, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=49, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,550 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=25, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=33, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=11, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=44, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=19, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=28, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=36, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=43, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=10, controllerEpoch=1, leader=0, leaderEpoch=9, isr=[2, 0], zkVersion=14, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=18, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=27, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,551 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=35, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=5, isr=[2, 0], zkVersion=9, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=8, isr=[2, 0], zkVersion=12, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:50,552 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='SEC_3GPP_HEARTBEAT_OUTPUT', partitionIndex=8, controllerEpoch=1, leader=2, leaderEpoch=6, isr=[2, 0], zkVersion=10, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=false) correlation id 1 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,927 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-3 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,927 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-18 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition AAI-EVENT-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-8 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-33 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-48 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-19 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-34 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-7 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,928 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-49 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,930 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,930 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-6 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,930 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-31 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,930 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-46 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,931 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,931 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,931 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-16 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,931 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,932 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,932 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,932 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-47 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,932 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-17 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-32 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-37 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-7 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-22 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,948 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,949 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,949 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,949 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition POLICY-PDP-PAP-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,949 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,949 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-23 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-38 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-8 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-35 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition POLICY-ACRUNTIME-PARTICIPANT-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-20 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-21 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-36 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-6 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-9 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-41 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-7 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-10 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,950 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,951 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-6 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,951 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-11 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,951 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-26 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,951 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-39 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-7 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-9 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-24 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-25 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-40 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition TEST_TOPIC-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-9 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-29 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-44 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,964 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-14 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition cps.data-updated-events-8 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-8 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-45 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-15 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-30 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __strimzi_store_topic-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 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-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-6 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-27 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-42 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-12 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_HEARTBEAT_OUTPUT-8 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,965 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition HV_VES_PERF3GPP-7 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,966 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition SEC_3GPP_PROVISIONING_OUTPUT-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,966 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-43 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,966 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-13 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:51,966 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 1 from controller 2 epoch 1 starting the become-follower transition for partition __consumer_offsets-28 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,037 INFO [Partition __consumer_offsets-3 broker=1] Log loaded for partition __consumer_offsets-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,039 INFO [Broker id=1] Follower __consumer_offsets-3 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,039 INFO [Partition __consumer_offsets-18 broker=1] Log loaded for partition __consumer_offsets-18 with initial high watermark 131 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,039 INFO [Broker id=1] Follower __consumer_offsets-18 starts at leader epoch 6 from offset 131 with high watermark 131. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,039 INFO [Partition AAI-EVENT-0 broker=1] Log loaded for partition AAI-EVENT-0 with initial high watermark 263 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,039 INFO [Broker id=1] Follower AAI-EVENT-0 starts at leader epoch 6 from offset 263 with high watermark 263. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,040 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-8 broker=1] 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-26 01:37:52,040 INFO [Broker id=1] Follower SEC_3GPP_PROVISIONING_OUTPUT-8 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,040 INFO [Partition __consumer_offsets-33 broker=1] Log loaded for partition __consumer_offsets-33 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,040 INFO [Broker id=1] Follower __consumer_offsets-33 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,040 INFO [Partition __consumer_offsets-48 broker=1] Log loaded for partition __consumer_offsets-48 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,040 INFO [Broker id=1] Follower __consumer_offsets-48 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,041 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 broker=1] 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-26 01:37:52,041 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-5 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,041 INFO [Partition __consumer_offsets-19 broker=1] Log loaded for partition __consumer_offsets-19 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,047 INFO [Broker id=1] Follower __consumer_offsets-19 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,047 INFO [Partition __consumer_offsets-34 broker=1] Log loaded for partition __consumer_offsets-34 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,047 INFO [Broker id=1] Follower __consumer_offsets-34 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,048 INFO [Partition __consumer_offsets-4 broker=1] Log loaded for partition __consumer_offsets-4 with initial high watermark 248 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,048 INFO [Broker id=1] Follower __consumer_offsets-4 starts at leader epoch 8 from offset 248 with high watermark 248. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,048 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 broker=1] 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-26 01:37:52,048 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-4 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,050 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-7 broker=1] 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-26 01:37:52,050 INFO [Broker id=1] Follower SEC_3GPP_PROVISIONING_OUTPUT-7 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,051 INFO [Partition __consumer_offsets-49 broker=1] Log loaded for partition __consumer_offsets-49 with initial high watermark 3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,051 INFO [Broker id=1] Follower __consumer_offsets-49 starts at leader epoch 8 from offset 3 with high watermark 3. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,051 INFO [Partition HV_VES_PERF3GPP-9 broker=1] Log loaded for partition HV_VES_PERF3GPP-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,051 INFO [Broker id=1] Follower HV_VES_PERF3GPP-9 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,051 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-6 broker=1] 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-26 01:37:52,051 INFO [Broker id=1] Follower SEC_3GPP_PROVISIONING_OUTPUT-6 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,052 INFO [Partition __consumer_offsets-31 broker=1] Log loaded for partition __consumer_offsets-31 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,052 INFO [Broker id=1] Follower __consumer_offsets-31 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,052 INFO [Partition __consumer_offsets-46 broker=1] Log loaded for partition __consumer_offsets-46 with initial high watermark 1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,052 INFO [Broker id=1] Follower __consumer_offsets-46 starts at leader epoch 8 from offset 1 with high watermark 1. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,052 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 broker=1] 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-26 01:37:52,052 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-3 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,053 INFO [Partition __consumer_offsets-1 broker=1] Log loaded for partition __consumer_offsets-1 with initial high watermark 1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,053 INFO [Broker id=1] Follower __consumer_offsets-1 starts at leader epoch 8 from offset 1 with high watermark 1. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,053 INFO [Partition __consumer_offsets-16 broker=1] Log loaded for partition __consumer_offsets-16 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,053 INFO [Broker id=1] Follower __consumer_offsets-16 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,053 INFO [Partition __consumer_offsets-2 broker=1] Log loaded for partition __consumer_offsets-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,053 INFO [Broker id=1] Follower __consumer_offsets-2 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,054 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 broker=1] 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-26 01:37:52,054 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-2 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,054 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-5 broker=1] 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-26 01:37:52,054 INFO [Broker id=1] Follower SEC_3GPP_PROVISIONING_OUTPUT-5 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,054 INFO [Partition __consumer_offsets-47 broker=1] Log loaded for partition __consumer_offsets-47 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,055 INFO [Broker id=1] Follower __consumer_offsets-47 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,055 INFO [Partition __consumer_offsets-17 broker=1] Log loaded for partition __consumer_offsets-17 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,055 INFO [Broker id=1] Follower __consumer_offsets-17 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,055 INFO [Partition __consumer_offsets-32 broker=1] Log loaded for partition __consumer_offsets-32 with initial high watermark 34 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,055 INFO [Broker id=1] Follower __consumer_offsets-32 starts at leader epoch 5 from offset 34 with high watermark 34. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,056 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 broker=1] 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-26 01:37:52,056 INFO [Broker id=1] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-9 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,056 INFO [Partition HV_VES_PERF3GPP-0 broker=1] Log loaded for partition HV_VES_PERF3GPP-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,056 INFO [Broker id=1] Follower HV_VES_PERF3GPP-0 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,056 INFO [Partition __consumer_offsets-37 broker=1] Log loaded for partition __consumer_offsets-37 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,056 INFO [Broker id=1] Follower __consumer_offsets-37 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,057 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 broker=1] 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-26 01:37:52,057 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-9 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,057 INFO [Partition __consumer_offsets-7 broker=1] Log loaded for partition __consumer_offsets-7 with initial high watermark 5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,057 INFO [Broker id=1] Follower __consumer_offsets-7 starts at leader epoch 8 from offset 5 with high watermark 5. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,057 INFO [Partition __consumer_offsets-22 broker=1] Log loaded for partition __consumer_offsets-22 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,057 INFO [Broker id=1] Follower __consumer_offsets-22 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,058 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-3 broker=1] 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-26 01:37:52,058 INFO [Broker id=1] Follower SEC_3GPP_HEARTBEAT_OUTPUT-3 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,058 INFO [Partition cps.data-updated-events-1 broker=1] 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-26 01:37:52,058 INFO [Broker id=1] Follower cps.data-updated-events-1 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,058 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 broker=1] 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-26 01:37:52,058 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-8 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,059 INFO [Partition HV_VES_PERF3GPP-1 broker=1] Log loaded for partition HV_VES_PERF3GPP-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,059 INFO [Broker id=1] Follower HV_VES_PERF3GPP-1 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,059 INFO [Partition POLICY-PDP-PAP-0 broker=1] Log loaded for partition POLICY-PDP-PAP-0 with initial high watermark 58 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,059 INFO [Broker id=1] Follower POLICY-PDP-PAP-0 starts at leader epoch 5 from offset 58 with high watermark 58. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,059 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 broker=1] 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-26 01:37:52,059 INFO [Broker id=1] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-8 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,060 INFO [Partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 broker=1] Log loaded for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 with initial high watermark 22 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,060 INFO [Broker id=1] Follower __strimzi-topic-operator-kstreams-topic-store-changelog-0 starts at leader epoch 6 from offset 22 with high watermark 22. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,060 INFO [Partition __consumer_offsets-23 broker=1] Log loaded for partition __consumer_offsets-23 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,060 INFO [Broker id=1] Follower __consumer_offsets-23 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,060 INFO [Partition __consumer_offsets-38 broker=1] Log loaded for partition __consumer_offsets-38 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,060 INFO [Broker id=1] Follower __consumer_offsets-38 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,060 INFO [Partition __consumer_offsets-8 broker=1] Log loaded for partition __consumer_offsets-8 with initial high watermark 400 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,061 INFO [Broker id=1] Follower __consumer_offsets-8 starts at leader epoch 5 from offset 400 with high watermark 400. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,061 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-2 broker=1] 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-26 01:37:52,061 INFO [Broker id=1] Follower SEC_3GPP_HEARTBEAT_OUTPUT-2 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,061 INFO [Partition cps.data-updated-events-0 broker=1] 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-26 01:37:52,061 INFO [Broker id=1] Follower cps.data-updated-events-0 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,062 INFO [Partition __consumer_offsets-35 broker=1] Log loaded for partition __consumer_offsets-35 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,062 INFO [Broker id=1] Follower __consumer_offsets-35 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,062 INFO [Partition POLICY-ACRUNTIME-PARTICIPANT-0 broker=1] Log loaded for partition POLICY-ACRUNTIME-PARTICIPANT-0 with initial high watermark 127 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,062 INFO [Broker id=1] Follower POLICY-ACRUNTIME-PARTICIPANT-0 starts at leader epoch 5 from offset 127 with high watermark 127. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,062 INFO [Partition cps.data-updated-events-3 broker=1] 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-26 01:37:52,062 INFO [Broker id=1] Follower cps.data-updated-events-3 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,063 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 broker=1] 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-26 01:37:52,063 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-7 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,063 INFO [Partition __consumer_offsets-5 broker=1] Log loaded for partition __consumer_offsets-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,063 INFO [Broker id=1] Follower __consumer_offsets-5 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,063 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 broker=1] 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-26 01:37:52,063 INFO [Broker id=1] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-7 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,064 INFO [Partition __consumer_offsets-20 broker=1] Log loaded for partition __consumer_offsets-20 with initial high watermark 214 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,064 INFO [Broker id=1] Follower __consumer_offsets-20 starts at leader epoch 5 from offset 214 with high watermark 214. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,064 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-1 broker=1] 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-26 01:37:52,064 INFO [Broker id=1] Follower SEC_3GPP_HEARTBEAT_OUTPUT-1 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,064 INFO [Partition __consumer_offsets-21 broker=1] Log loaded for partition __consumer_offsets-21 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,064 INFO [Broker id=1] Follower __consumer_offsets-21 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,065 INFO [Partition __consumer_offsets-36 broker=1] Log loaded for partition __consumer_offsets-36 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,065 INFO [Broker id=1] Follower __consumer_offsets-36 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,065 INFO [Partition __consumer_offsets-6 broker=1] Log loaded for partition __consumer_offsets-6 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,065 INFO [Broker id=1] Follower __consumer_offsets-6 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,065 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 broker=1] 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-26 01:37:52,066 INFO [Broker id=1] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-6 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,066 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-0 broker=1] 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-26 01:37:52,066 INFO [Broker id=1] Follower SEC_3GPP_HEARTBEAT_OUTPUT-0 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,066 INFO [Partition SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 broker=1] 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-26 01:37:52,066 INFO [Broker id=1] Follower SEC_3GPP_FAULTSUPERVISION_OUTPUT-6 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,066 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-9 broker=1] 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-26 01:37:52,067 INFO [Broker id=1] Follower SEC_3GPP_PROVISIONING_OUTPUT-9 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,067 INFO [Partition cps.data-updated-events-2 broker=1] 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-26 01:37:52,067 INFO [Broker id=1] Follower cps.data-updated-events-2 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,067 INFO [Partition cps.data-updated-events-5 broker=1] 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-26 01:37:52,067 INFO [Broker id=1] Follower cps.data-updated-events-5 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,097 INFO [Partition SEC_3GPP_PROVISIONING_OUTPUT-0 broker=1] 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-26 01:37:52,097 INFO [Broker id=1] Follower SEC_3GPP_PROVISIONING_OUTPUT-0 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,097 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 broker=1] 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-26 01:37:52,098 INFO [Broker id=1] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-5 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,098 INFO [Partition HV_VES_PERF3GPP-4 broker=1] Log loaded for partition HV_VES_PERF3GPP-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,098 INFO [Broker id=1] Follower HV_VES_PERF3GPP-4 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,098 INFO [Partition __consumer_offsets-41 broker=1] Log loaded for partition __consumer_offsets-41 with initial high watermark 1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,098 INFO [Broker id=1] Follower __consumer_offsets-41 starts at leader epoch 5 from offset 1 with high watermark 1. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,098 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-7 broker=1] 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-26 01:37:52,099 INFO [Broker id=1] Follower SEC_3GPP_HEARTBEAT_OUTPUT-7 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,099 INFO [Partition __consumer_offsets-10 broker=1] Log loaded for partition __consumer_offsets-10 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,099 INFO [Broker id=1] Follower __consumer_offsets-10 starts at leader epoch 9 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,099 INFO [Partition cps.data-updated-events-4 broker=1] 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-26 01:37:52,113 INFO [Broker id=1] Follower cps.data-updated-events-4 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,114 INFO [Partition HV_VES_PERF3GPP-5 broker=1] Log loaded for partition HV_VES_PERF3GPP-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,114 INFO [Broker id=1] Follower HV_VES_PERF3GPP-5 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,114 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 broker=1] 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-26 01:37:52,114 INFO [Broker id=1] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-4 starts at leader epoch 9 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,115 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-6 broker=1] 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-26 01:37:52,115 INFO [Broker id=1] Follower SEC_3GPP_HEARTBEAT_OUTPUT-6 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,115 INFO [Partition __consumer_offsets-11 broker=1] Log loaded for partition __consumer_offsets-11 with initial high watermark 5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,124 INFO [Broker id=1] Follower __consumer_offsets-11 starts at leader epoch 5 from offset 5 with high watermark 5. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,125 INFO [Partition __consumer_offsets-26 broker=1] Log loaded for partition __consumer_offsets-26 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,125 INFO [Broker id=1] Follower __consumer_offsets-26 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,125 INFO [Partition HV_VES_PERF3GPP-2 broker=1] Log loaded for partition HV_VES_PERF3GPP-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,125 INFO [Broker id=1] Follower HV_VES_PERF3GPP-2 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,125 INFO [Partition __consumer_offsets-39 broker=1] Log loaded for partition __consumer_offsets-39 with initial high watermark 1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,125 INFO [Broker id=1] Follower __consumer_offsets-39 starts at leader epoch 6 from offset 1 with high watermark 1. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,126 INFO [Partition cps.data-updated-events-7 broker=1] 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-26 01:37:52,126 INFO [Broker id=1] Follower cps.data-updated-events-7 starts at leader epoch 5 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,126 INFO [Partition __consumer_offsets-9 broker=1] Log loaded for partition __consumer_offsets-9 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,126 INFO [Broker id=1] Follower __consumer_offsets-9 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,126 INFO [Partition SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 broker=1] 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-26 01:37:52,126 INFO [Broker id=1] Follower SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT-3 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,127 INFO [Partition __consumer_offsets-24 broker=1] Log loaded for partition __consumer_offsets-24 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,127 INFO [Broker id=1] Follower __consumer_offsets-24 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,127 INFO [Partition SEC_3GPP_HEARTBEAT_OUTPUT-5 broker=1] 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-26 01:37:52,127 INFO [Broker id=1] Follower SEC_3GPP_HEARTBEAT_OUTPUT-5 starts at leader epoch 6 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,127 INFO [Partition HV_VES_PERF3GPP-3 broker=1] Log loaded for partition HV_VES_PERF3GPP-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,127 INFO [Broker id=1] Follower HV_VES_PERF3GPP-3 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,127 INFO [Partition cps.data-updated-events-6 broker=1] 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-26 01:37:52,127 INFO [Broker id=1] Follower cps.data-updated-events-6 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,128 INFO [Partition __consumer_offsets-25 broker=1] Log loaded for partition __consumer_offsets-25 with initial high watermark 56 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,128 INFO [Broker id=1] Follower __consumer_offsets-25 starts at leader epoch 8 from offset 56 with high watermark 56. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,128 INFO [Partition __consumer_offsets-40 broker=1] Log loaded for partition __consumer_offsets-40 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,128 INFO [Broker id=1] Follower __consumer_offsets-40 starts at leader epoch 8 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2022-07-26 01:37:52,128 INFO [Partition TEST_TOPIC-0 broker=1] Log