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:
##############################
##############################
# 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.scram-sha-512.sasl.jaas.config=[hidden]
listener.name.external-9094.sasl.enabled.mechanisms=SCRAM-SHA-512


##########
# 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://kafka-api.simpledemo.onap.org:9001
listener.security.protocol.map=CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094:SASL_PLAINTEXT
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.2.3
log.message.format.version=3.2.3
min.insync.replicas=2
num.partitions=6
offsets.topic.replication.factor=3
transaction.state.log.min.isr=2
transaction.state.log.replication.factor=3
+ exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/kafka-server-start.sh /tmp/strimzi.properties
2023-04-22 02:42:54,367 INFO Starting KafkaAgent with brokerReadyFile=/var/opt/kafka/kafka-ready and sessionConnectedFile=/var/opt/kafka/zk-connected (io.strimzi.kafka.agent.KafkaAgent) [main]
2023-04-22 02:42:54,367 INFO Starting metrics registry (io.strimzi.kafka.agent.KafkaAgent) [main]
2023-04-22 02:42:54,368 INFO Class org.apache.kafka.server.metrics.KafkaYammerMetrics not found. We are probably on Kafka 3.2 or older. (io.strimzi.kafka.agent.KafkaAgent) [main]
2023-04-22 02:42:54,571 INFO Found class kafka.metrics.KafkaYammerMetrics for Kafka 3.2 and older. (io.strimzi.kafka.agent.KafkaAgent) [main]
2023-04-22 02:42:54,681 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main]
2023-04-22 02:42:55,125 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main]
2023-04-22 02:42:55,281 INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [main]
2023-04-22 02:42:55,286 INFO starting (kafka.server.KafkaServer) [main]
2023-04-22 02:42:55,287 INFO Connecting to zookeeper on onap-strimzi-zookeeper-client:2181 (kafka.server.KafkaServer) [main]
2023-04-22 02:42:55,304 INFO [ZooKeeperClient Kafka server] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main]
2023-04-22 02:42:55,311 INFO Client environment:zookeeper.version=3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a, built on 04/08/2021 16:35 GMT (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:host.name=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc.cluster.local (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:java.version=11.0.17 (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:java.home=/usr/lib/jvm/java-11-openjdk-11.0.17.0.8-2.el8_6.x86_64 (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 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/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.2.3.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.2.3.jar:/opt/kafka/bin/../libs/connect-json-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-3.2.3.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.2.3.jar:/opt/kafka/bin/../libs/connect-runtime-3.2.3.jar:/opt/kafka/bin/../libs/connect-transforms-3.2.3.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.103.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/gson-2.9.0.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.13.3.jar:/opt/kafka/bin/../libs/jackson-core-2.13.3.jar:/opt/kafka/bin/../libs/jackson-databind-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.13.3.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.13.3.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.13.3.jar:/opt/kafka/bin/../libs/jackson-jr-objects-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.13.3.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.13.3.jar:/opt/kafka/bin/../libs/jaeger-client-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-core-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-thrift-1.8.1.jar:/opt/kafka/bin/../libs/jaeger-tracerresolver-1.8.1.jar:/opt/kafka/bin/../libs/jakarta.activation-api-1.2.2.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.3.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.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-http-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-io-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-security-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-server-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.48.v20220622.jar:/opt/kafka/bin/../libs/jline-3.21.0.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.17.2.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.7.9.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.32.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.2.3.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.0.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.0.1.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.2.3.jar:/opt/kafka/bin/../libs/kafka-metadata-3.2.3.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.11.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.11.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.2.3.jar:/opt/kafka/bin/../libs/kafka-server-common-3.2.3.jar:/opt/kafka/bin/../libs/kafka-shell-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-3.2.3.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.2.3.jar:/opt/kafka/bin/../libs/kafka-tools-3.2.3.jar:/opt/kafka/bin/../libs/kafka_2.13-3.2.3.jar:/opt/kafka/bin/../libs/kotlin-stdlib-1.6.20.jar:/opt/kafka/bin/../libs/kotlin-stdlib-common-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk7-1.5.31.jar:/opt/kafka/bin/../libs/kotlin-stdlib-jdk8-1.5.31.jar:/opt/kafka/bin/../libs/kubernetes-client-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-okhttp-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.0.0.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.0.0.jar:/opt/kafka/bin/../libs/libthrift-0.15.0.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/logging-interceptor-3.12.12.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.4.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.32.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.78.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.78.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.10.jar:/opt/kafka/bin/../libs/okhttp-4.10.0.jar:/opt/kafka/bin/../libs/okio-jvm-3.0.0.jar:/opt/kafka/bin/../libs/opa-authorizer-1.5.0.jar:/opt/kafka/bin/../libs/opentelemetry-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-context-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-jaeger-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-semconv-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-2.6-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-common-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-common-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-spi-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-logs-1.18.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-metrics-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-trace-1.18.0.jar:/opt/kafka/bin/../libs/opentelemetry-semconv-1.18.0-alpha.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.3.0.jar:/opt/kafka/bin/../libs/reflections-0.9.12.jar:/opt/kafka/bin/../libs/reload4j-1.2.19.jar:/opt/kafka/bin/../libs/rocksdbjni-6.29.4.1.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.6.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.8.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.8.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.30.jar:/opt/kafka/bin/../libs/slf4j-api-1.7.36.jar:/opt/kafka/bin/../libs/slf4j-reload4j-1.7.36.jar:/opt/kafka/bin/../libs/snakeyaml-1.32.jar:/opt/kafka/bin/../libs/snappy-java-1.1.8.4.jar:/opt/kafka/bin/../libs/tracing-agent-0.32.0.jar:/opt/kafka/bin/../libs/trogdor-3.2.3.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.2-1.jar (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:java.compiler= (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:os.version=5.4.0-96-generic (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,311 INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,312 INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,312 INFO Client environment:os.memory.free=227MB (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,312 INFO Client environment:os.memory.max=7966MB (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,312 INFO Client environment:os.memory.total=246MB (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,315 INFO Initiating client connection, connectString=onap-strimzi-zookeeper-client:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@5b67bb7e (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:42:55,404 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main]
2023-04-22 02:42:55,414 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main]
2023-04-22 02:42:55,415 INFO Starting poller (io.strimzi.kafka.agent.KafkaAgent) [main]
2023-04-22 02:42:55,421 INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main]
2023-04-22 02:42:55,426 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.1.29:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2023-04-22 02:42:55,883 INFO SSL handler added for channel: [id: 0x544a2a4a] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1]
2023-04-22 02:42:55,895 INFO Socket connection established, initiating session, client: /10.233.72.120:55048, server: onap-strimzi-zookeeper-client/10.233.1.29:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1]
2023-04-22 02:42:55,897 INFO channel is connected: [id: 0x544a2a4a, L:/10.233.72.120:55048 - R:onap-strimzi-zookeeper-client/10.233.1.29:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1]
2023-04-22 02:42:56,343 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.1.29:2181, session id = 0x1000041d2820001, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1]
2023-04-22 02:42:56,353 INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [main]
2023-04-22 02:42:56,922 INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [feature-zk-node-event-process-thread]
2023-04-22 02:42:56,974 INFO Feature ZK node at path: /feature does not exist (kafka.server.FinalizedFeatureChangeListener) [feature-zk-node-event-process-thread]
2023-04-22 02:42:56,976 INFO Cleared cache (kafka.server.FinalizedFeatureCache) [feature-zk-node-event-process-thread]
2023-04-22 02:42:57,339 INFO Cluster ID = n9GUqsTBSzi9HsT03EJL-g (kafka.server.KafkaServer) [main]
2023-04-22 02:42:57,375 WARN No meta.properties file under dir /var/lib/kafka/data-0/kafka-log1/meta.properties (kafka.server.BrokerMetadataCheckpoint) [main]
2023-04-22 02:42:57,520 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://kafka-api.simpledemo.onap.org:9001
	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.2.3
	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:SASL_PLAINTEXT
	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.2.3
	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 = 2
	node.id = 1
	num.io.threads = 8
	num.network.threads = 3
	num.partitions = 6
	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.connect.timeout.ms = null
	sasl.login.read.timeout.ms = 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.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism.controller.protocol = GSSAPI
	sasl.mechanism.inter.broker.protocol = GSSAPI
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	sasl.server.callback.handler.class = null
	sasl.server.max.receive.size = 524288
	security.inter.broker.protocol = PLAINTEXT
	security.providers = null
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	socket.listen.backlog.size = 50
	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 = 2
	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
 (kafka.server.KafkaConfig) [main]
2023-04-22 02:42:57,598 INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Fetch]
2023-04-22 02:42:57,600 INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Produce]
2023-04-22 02:42:57,602 INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Request]
2023-04-22 02:42:57,606 INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-ControllerMutation]
2023-04-22 02:42:57,629 INFO Log directory /var/lib/kafka/data-0/kafka-log1 not found, creating it. (kafka.log.LogManager) [main]
2023-04-22 02:42:57,688 INFO Loading logs from log dirs ArraySeq(/var/lib/kafka/data-0/kafka-log1) (kafka.log.LogManager) [main]
2023-04-22 02:42:57,693 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]
2023-04-22 02:42:57,713 INFO Loaded 0 logs in 25ms. (kafka.log.LogManager) [main]
2023-04-22 02:42:57,714 INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [main]
2023-04-22 02:42:57,717 INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [main]
2023-04-22 02:42:57,748 INFO Starting the log cleaner (kafka.log.LogCleaner) [main]
2023-04-22 02:42:57,963 INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner) [kafka-log-cleaner-thread-0]
2023-04-22 02:42:58,447 INFO [BrokerToControllerChannelManager broker=1 name=forwarding]: Starting (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=forwarding]
2023-04-22 02:42:58,837 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2023-04-22 02:42:58,842 INFO Awaiting socket connections on 0.0.0.0:9090. (kafka.network.ControlPlaneAcceptor) [main]
2023-04-22 02:42:58,926 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created control-plane acceptor and processor for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main]
2023-04-22 02:42:58,930 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2023-04-22 02:42:58,931 INFO Awaiting socket connections on 0.0.0.0:9091. (kafka.network.DataPlaneAcceptor) [main]
2023-04-22 02:42:59,287 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main]
2023-04-22 02:42:59,288 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2023-04-22 02:42:59,288 INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.DataPlaneAcceptor) [main]
2023-04-22 02:42:59,306 INFO Successfully logged in. (org.apache.kafka.common.security.authenticator.AbstractLogin) [main]
2023-04-22 02:42:59,317 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main]
2023-04-22 02:42:59,318 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2023-04-22 02:42:59,318 INFO Awaiting socket connections on 0.0.0.0:9093. (kafka.network.DataPlaneAcceptor) [main]
2023-04-22 02:42:59,410 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main]
2023-04-22 02:42:59,410 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main]
2023-04-22 02:42:59,411 INFO Awaiting socket connections on 0.0.0.0:9094. (kafka.network.DataPlaneAcceptor) [main]
2023-04-22 02:42:59,419 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Created data-plane acceptor and processors for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main]
2023-04-22 02:42:59,443 INFO [BrokerToControllerChannelManager broker=1 name=alterPartition]: Starting (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=alterPartition]
2023-04-22 02:42:59,475 INFO [ExpirationReaper-1-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Produce]
2023-04-22 02:42:59,478 INFO [ExpirationReaper-1-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Fetch]
2023-04-22 02:42:59,481 INFO [ExpirationReaper-1-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-DeleteRecords]
2023-04-22 02:42:59,484 INFO [ExpirationReaper-1-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-ElectLeader]
2023-04-22 02:42:59,518 INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [LogDirFailureHandler]
2023-04-22 02:42:59,605 INFO Creating /brokers/ids/1 (is it secure? false) (kafka.zk.KafkaZkClient) [main]
2023-04-22 02:42:59,678 INFO Stat of the created znode at /brokers/ids/1 is: 4294967344,4294967344,1682131380427,1682131380427,1,0,0,72057876742537217,643,0,4294967344
 (kafka.zk.KafkaZkClient) [main]
2023-04-22 02:42:59,680 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://kafka-api.simpledemo.onap.org:9001, czxid (broker epoch): 4294967344 (kafka.zk.KafkaZkClient) [main]
2023-04-22 02:42:59,827 INFO [ControllerEventThread controllerId=1] Starting (kafka.controller.ControllerEventManager$ControllerEventThread) [controller-event-thread]
2023-04-22 02:42:59,834 INFO [ExpirationReaper-1-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-topic]
2023-04-22 02:42:59,843 INFO [ExpirationReaper-1-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Heartbeat]
2023-04-22 02:42:59,849 INFO [ExpirationReaper-1-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-Rebalance]
2023-04-22 02:42:59,864 INFO [GroupCoordinator 1]: Starting up. (kafka.coordinator.group.GroupCoordinator) [main]
2023-04-22 02:42:59,881 INFO [GroupCoordinator 1]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [main]
2023-04-22 02:42:59,886 INFO Feature ZK node created at path: /feature (kafka.server.FinalizedFeatureChangeListener) [main-EventThread]
2023-04-22 02:42:59,895 DEBUG [Controller id=1] Broker 0 has been elected as the controller, so stopping the election process. (kafka.controller.KafkaController) [controller-event-thread]
2023-04-22 02:42:59,916 INFO Updated cache from existing  to latest FinalizedFeaturesAndEpoch(features=Features{}, epoch=0). (kafka.server.FinalizedFeatureCache) [feature-zk-node-event-process-thread]
2023-04-22 02:42:59,937 INFO [TransactionCoordinator id=1] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [main]
2023-04-22 02:42:59,954 INFO [TransactionCoordinator id=1] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [main]
2023-04-22 02:42:59,958 INFO [Transaction Marker Channel Manager 1]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [TxnMarkerSenderThread-1]
2023-04-22 02:42:59,999 INFO [ZooKeeperClient ACL authorizer] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main]
2023-04-22 02:43:00,000 INFO Initiating client connection, connectString=onap-strimzi-zookeeper-client:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@16e7b402 (org.apache.zookeeper.ZooKeeper) [main]
2023-04-22 02:43:00,000 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main]
2023-04-22 02:43:00,001 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main]
2023-04-22 02:43:00,003 INFO [ZooKeeperClient ACL authorizer] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main]
2023-04-22 02:43:00,003 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.1.29:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)]
2023-04-22 02:43:00,031 INFO SSL handler added for channel: [id: 0xee45f401] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1]
2023-04-22 02:43:00,033 INFO Socket connection established, initiating session, client: /10.233.72.120:55102, server: onap-strimzi-zookeeper-client/10.233.1.29:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1]
2023-04-22 02:43:00,033 INFO channel is connected: [id: 0xee45f401, L:/10.233.72.120:55102 - R:onap-strimzi-zookeeper-client/10.233.1.29:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1]
2023-04-22 02:43:00,146 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.1.29:2181, session id = 0x1000041d2820002, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1]
2023-04-22 02:43:00,146 INFO [ZooKeeperClient ACL authorizer] Connected. (kafka.zookeeper.ZooKeeperClient) [main]
2023-04-22 02:43:00,516 INFO [/kafka-acl-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:43:00,520 INFO [/kafka-acl-extended-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-extended-changes-event-process-thread]
2023-04-22 02:43:00,744 INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-AlterAcls]
2023-04-22 02:43:00,767 INFO [ExpirationReaper-1-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-1-AlterAcls]
2023-04-22 02:43:00,809 INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/config/changes-event-process-thread]
2023-04-22 02:43:00,871 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Starting socket server acceptors and processors (kafka.network.SocketServer) [main]
2023-04-22 02:43:00,878 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started control-plane acceptor and processor(s) for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main]
2023-04-22 02:43:00,885 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main]
2023-04-22 02:43:00,892 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main]
2023-04-22 02:43:00,897 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main]
2023-04-22 02:43:00,907 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started data-plane acceptor and processor(s) for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main]
2023-04-22 02:43:00,908 INFO [SocketServer listenerType=ZK_BROKER, nodeId=1] Started socket server acceptors and processors (kafka.network.SocketServer) [main]
2023-04-22 02:43:00,920 INFO Kafka version: 3.2.3 (org.apache.kafka.common.utils.AppInfoParser) [main]
2023-04-22 02:43:00,920 INFO Kafka commitId: 50029d3ed8ba576f (org.apache.kafka.common.utils.AppInfoParser) [main]
2023-04-22 02:43:00,920 INFO Kafka startTimeMs: 1682131380908 (org.apache.kafka.common.utils.AppInfoParser) [main]
2023-04-22 02:43:00,924 INFO [KafkaServer id=1] started (kafka.server.KafkaServer) [main]
2023-04-22 02:43:01,266 INFO [BrokerToControllerChannelManager broker=1 name=alterPartition]: Recorded new controller, from now on will use broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=alterPartition]
2023-04-22 02:43:01,306 INFO [BrokerToControllerChannelManager broker=1 name=forwarding]: Recorded new controller, from now on will use broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (kafka.server.BrokerToControllerRequestThread) [BrokerToControllerChannelManager broker=1 name=forwarding]
2023-04-22 02:43:28,752 INFO [ConfigAdminManager[nodeId=1]: Updating the log level of kafka.network.Processor to FATAL (kafka.server.ConfigAdminManager) [data-plane-kafka-request-handler-4]
2023-04-22 02:43:28,753 INFO [ConfigAdminManager[nodeId=1]: Updating the log level of kafka.server.KafkaApis to FATAL (kafka.server.ConfigAdminManager) [data-plane-kafka-request-handler-4]
2023-04-22 02:43:28,832 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@5d69a134, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,843 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@1479d926, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,847 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@3c00871b, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,851 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@6437ad6d, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,855 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@74c7c0de, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,859 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@2e2d8789, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,862 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@162df508, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,866 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@4fa87e65, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,870 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@3e0c70df, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,873 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@325b6a2d, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,875 INFO [Admin Manager on Broker 1]: Updating broker 1 with new configuration :  (kafka.server.ZkAdminManager) [data-plane-kafka-request-handler-6]
2023-04-22 02:43:28,981 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:43:29,012 INFO Processing override for entityPath: brokers/1 with config: HashMap() (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:43:29,015 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://kafka-api.simpledemo.onap.org:9001
	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.2.3
	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:SASL_PLAINTEXT
	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.2.3
	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 = 2
	node.id = 1
	num.io.threads = 8
	num.network.threads = 3
	num.partitions = 6
	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.connect.timeout.ms = null
	sasl.login.read.timeout.ms = 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.login.retry.backoff.max.ms = 10000
	sasl.login.retry.backoff.ms = 100
	sasl.mechanism.controller.protocol = GSSAPI
	sasl.mechanism.inter.broker.protocol = GSSAPI
	sasl.oauthbearer.clock.skew.seconds = 30
	sasl.oauthbearer.expected.audience = null
	sasl.oauthbearer.expected.issuer = null
	sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000
	sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100
	sasl.oauthbearer.jwks.endpoint.url = null
	sasl.oauthbearer.scope.claim.name = scope
	sasl.oauthbearer.sub.claim.name = sub
	sasl.oauthbearer.token.endpoint.url = null
	sasl.server.callback.handler.class = null
	sasl.server.max.receive.size = 524288
	security.inter.broker.protocol = PLAINTEXT
	security.providers = null
	socket.connection.setup.timeout.max.ms = 30000
	socket.connection.setup.timeout.ms = 10000
	socket.listen.backlog.size = 50
	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 = 2
	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
 (kafka.server.KafkaConfig) [/config/changes-event-process-thread]
2023-04-22 02:43:30,279 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:43:30,302 INFO Processing override for entityPath: brokers/2 with config: HashMap() (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:43:30,996 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:43:31,013 INFO Processing override for entityPath: brokers/0 with config: HashMap() (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,045 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:43:51,064 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,075 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,081 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,082 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,082 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,396 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:43:51,413 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,413 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,414 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,414 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:51,414 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:43:59,753 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 2 from controller 0 for 1 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:43:59,757 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__strimzi_store_topic', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 2 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:43:59,788 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 2 from controller 0 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]
2023-04-22 02:43:59,976 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,007 INFO Created log for partition __strimzi_store_topic-0 in /var/lib/kafka/data-0/kafka-log1/__strimzi_store_topic-0 with properties {min.insync.replicas=2} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,014 INFO [Partition __strimzi_store_topic-0 broker=1] No checkpointed highwatermark is found for partition __strimzi_store_topic-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,015 INFO [Partition __strimzi_store_topic-0 broker=1] Log loaded for partition __strimzi_store_topic-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,017 INFO [Broker id=1] Follower __strimzi_store_topic-0 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,019 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(__strimzi_store_topic-0) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,021 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 2 for 1 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,131 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Starting (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:00,138 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(__strimzi_store_topic-0 -> InitialFetchState(Some(s4SlTZJmSuOIy74_AP9xig),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,140 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __strimzi_store_topic-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:00,142 INFO [UnifiedLog partition=__strimzi_store_topic-0, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:00,143 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 2 from controller 0 epoch 1 for the become-follower transition for partition __strimzi_store_topic-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,177 INFO [Broker id=1] Finished LeaderAndIsr request in 425ms correlationId 2 from controller 0 for 1 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,199 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__strimzi_store_topic', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __strimzi_store_topic-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,200 INFO [Broker id=1] Add 1 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:00,919 INFO Creating topic __consumer_offsets with configuration {compression.type=producer, cleanup.policy=compact, segment.bytes=104857600} and initial partition assignment HashMap(0 -> ArrayBuffer(0, 2, 1), 1 -> ArrayBuffer(2, 1, 0), 2 -> ArrayBuffer(1, 0, 2), 3 -> ArrayBuffer(0, 1, 2), 4 -> ArrayBuffer(2, 0, 1), 5 -> ArrayBuffer(1, 2, 0), 6 -> ArrayBuffer(0, 2, 1), 7 -> ArrayBuffer(2, 1, 0), 8 -> ArrayBuffer(1, 0, 2), 9 -> ArrayBuffer(0, 1, 2), 10 -> ArrayBuffer(2, 0, 1), 11 -> ArrayBuffer(1, 2, 0), 12 -> ArrayBuffer(0, 2, 1), 13 -> ArrayBuffer(2, 1, 0), 14 -> ArrayBuffer(1, 0, 2), 15 -> ArrayBuffer(0, 1, 2), 16 -> ArrayBuffer(2, 0, 1), 17 -> ArrayBuffer(1, 2, 0), 18 -> ArrayBuffer(0, 2, 1), 19 -> ArrayBuffer(2, 1, 0), 20 -> ArrayBuffer(1, 0, 2), 21 -> ArrayBuffer(0, 1, 2), 22 -> ArrayBuffer(2, 0, 1), 23 -> ArrayBuffer(1, 2, 0), 24 -> ArrayBuffer(0, 2, 1), 25 -> ArrayBuffer(2, 1, 0), 26 -> ArrayBuffer(1, 0, 2), 27 -> ArrayBuffer(0, 1, 2), 28 -> ArrayBuffer(2, 0, 1), 29 -> ArrayBuffer(1, 2, 0), 30 -> ArrayBuffer(0, 2, 1), 31 -> ArrayBuffer(2, 1, 0), 32 -> ArrayBuffer(1, 0, 2), 33 -> ArrayBuffer(0, 1, 2), 34 -> ArrayBuffer(2, 0, 1), 35 -> ArrayBuffer(1, 2, 0), 36 -> ArrayBuffer(0, 2, 1), 37 -> ArrayBuffer(2, 1, 0), 38 -> ArrayBuffer(1, 0, 2), 39 -> ArrayBuffer(0, 1, 2), 40 -> ArrayBuffer(2, 0, 1), 41 -> ArrayBuffer(1, 2, 0), 42 -> ArrayBuffer(0, 2, 1), 43 -> ArrayBuffer(2, 1, 0), 44 -> ArrayBuffer(1, 0, 2), 45 -> ArrayBuffer(0, 1, 2), 46 -> ArrayBuffer(2, 0, 1), 47 -> ArrayBuffer(1, 2, 0), 48 -> ArrayBuffer(0, 2, 1), 49 -> ArrayBuffer(2, 1, 0)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-7]
2023-04-22 02:44:01,383 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 for 50 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,384 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=13, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,384 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=46, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,384 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,384 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=42, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,384 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=21, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,384 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=17, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=30, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=26, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=38, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=34, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=16, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=45, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=12, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,385 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=41, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=24, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=20, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=49, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=29, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=25, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=37, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,386 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=33, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=15, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=48, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=11, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=44, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=23, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=19, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=32, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=28, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=40, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,387 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=36, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=47, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=14, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=43, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=10, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=22, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=18, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=31, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=27, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=39, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,388 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,389 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=35, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,389 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__consumer_offsets', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,433 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-35 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,433 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,433 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-20 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,433 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-41 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,433 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-29 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,433 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-44 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,433 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-14 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-38 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-8 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-26 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-47 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,434 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-leader transition for partition __consumer_offsets-32 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,437 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(__consumer_offsets-8, __consumer_offsets-35, __consumer_offsets-47, __consumer_offsets-38, __consumer_offsets-17, __consumer_offsets-11, __consumer_offsets-29, __consumer_offsets-32, __consumer_offsets-41, __consumer_offsets-23, __consumer_offsets-2, __consumer_offsets-14, __consumer_offsets-20, __consumer_offsets-44, __consumer_offsets-5, __consumer_offsets-26) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,438 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 4 from controller 0 epoch 1 as part of the become-leader transition for 16 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,511 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,514 INFO Created log for partition __consumer_offsets-35 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-35 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,522 INFO [Partition __consumer_offsets-35 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-35 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,523 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]
2023-04-22 02:44:01,527 INFO [Broker id=1] Leader __consumer_offsets-35 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,621 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,626 INFO Created log for partition __consumer_offsets-5 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-5 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,626 INFO [Partition __consumer_offsets-5 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,626 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]
2023-04-22 02:44:01,627 INFO [Broker id=1] Leader __consumer_offsets-5 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,708 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,712 INFO Created log for partition __consumer_offsets-20 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-20 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,712 INFO [Partition __consumer_offsets-20 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-20 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,712 INFO [Partition __consumer_offsets-20 broker=1] Log loaded for partition __consumer_offsets-20 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,713 INFO [Broker id=1] Leader __consumer_offsets-20 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,781 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,785 INFO Created log for partition __consumer_offsets-41 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-41 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,785 INFO [Partition __consumer_offsets-41 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-41 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,786 INFO [Partition __consumer_offsets-41 broker=1] Log loaded for partition __consumer_offsets-41 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,786 INFO [Broker id=1] Leader __consumer_offsets-41 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,868 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,871 INFO Created log for partition __consumer_offsets-29 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-29 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,872 INFO [Partition __consumer_offsets-29 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-29 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,872 INFO [Partition __consumer_offsets-29 broker=1] Log loaded for partition __consumer_offsets-29 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,872 INFO [Broker id=1] Leader __consumer_offsets-29 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,957 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,963 INFO Created log for partition __consumer_offsets-44 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-44 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,963 INFO [Partition __consumer_offsets-44 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-44 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,964 INFO [Partition __consumer_offsets-44 broker=1] Log loaded for partition __consumer_offsets-44 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:01,964 INFO [Broker id=1] Leader __consumer_offsets-44 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,055 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,082 INFO Created log for partition __consumer_offsets-14 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-14 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,082 INFO [Partition __consumer_offsets-14 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-14 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,082 INFO [Partition __consumer_offsets-14 broker=1] Log loaded for partition __consumer_offsets-14 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,083 INFO [Broker id=1] Leader __consumer_offsets-14 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,182 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,185 INFO Created log for partition __consumer_offsets-2 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-2 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,186 INFO [Partition __consumer_offsets-2 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,186 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]
2023-04-22 02:44:02,186 INFO [Broker id=1] Leader __consumer_offsets-2 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,275 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,278 INFO Created log for partition __consumer_offsets-23 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-23 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,278 INFO [Partition __consumer_offsets-23 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-23 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,278 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]
2023-04-22 02:44:02,279 INFO [Broker id=1] Leader __consumer_offsets-23 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,362 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,365 INFO Created log for partition __consumer_offsets-38 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-38 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,365 INFO [Partition __consumer_offsets-38 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-38 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,365 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]
2023-04-22 02:44:02,365 INFO [Broker id=1] Leader __consumer_offsets-38 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,437 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,443 INFO Created log for partition __consumer_offsets-8 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-8 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,443 INFO [Partition __consumer_offsets-8 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-8 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,444 INFO [Partition __consumer_offsets-8 broker=1] Log loaded for partition __consumer_offsets-8 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,444 INFO [Broker id=1] Leader __consumer_offsets-8 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,537 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,540 INFO Created log for partition __consumer_offsets-11 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-11 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,540 INFO [Partition __consumer_offsets-11 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-11 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,540 INFO [Partition __consumer_offsets-11 broker=1] Log loaded for partition __consumer_offsets-11 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,540 INFO [Broker id=1] Leader __consumer_offsets-11 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,628 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,635 INFO Created log for partition __consumer_offsets-26 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-26 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,635 INFO [Partition __consumer_offsets-26 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-26 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,635 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]
2023-04-22 02:44:02,635 INFO [Broker id=1] Leader __consumer_offsets-26 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,727 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,731 INFO Created log for partition __consumer_offsets-47 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-47 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,731 INFO [Partition __consumer_offsets-47 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-47 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,731 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]
2023-04-22 02:44:02,731 INFO [Broker id=1] Leader __consumer_offsets-47 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,832 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,835 INFO Created log for partition __consumer_offsets-17 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-17 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,836 INFO [Partition __consumer_offsets-17 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-17 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,836 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]
2023-04-22 02:44:02,836 INFO [Broker id=1] Leader __consumer_offsets-17 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,928 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,931 INFO Created log for partition __consumer_offsets-32 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-32 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,931 INFO [Partition __consumer_offsets-32 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-32 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,931 INFO [Partition __consumer_offsets-32 broker=1] Log loaded for partition __consumer_offsets-32 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,932 INFO [Broker id=1] Leader __consumer_offsets-32 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-35 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-20 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-41 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-29 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-44 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-14 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-38 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-8 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-26 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-47 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-leader transition for partition __consumer_offsets-32 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,951 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-18 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-37 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-7 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-22 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-10 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-33 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-48 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-19 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-34 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-45 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-15 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-30 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-49 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-39 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-9 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-24 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-27 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-42 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-12 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-31 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-46 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-16 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-21 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-36 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-6 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,953 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-25 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,953 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-40 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,953 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-43 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,953 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-13 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:02,953 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 4 from controller 0 epoch 1 starting the become-follower transition for partition __consumer_offsets-28 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,031 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,035 INFO Created log for partition __consumer_offsets-3 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-3 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,035 INFO [Partition __consumer_offsets-3 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,035 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]
2023-04-22 02:44:03,036 INFO [Broker id=1] Follower __consumer_offsets-3 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,111 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,117 INFO Created log for partition __consumer_offsets-18 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-18 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,117 INFO [Partition __consumer_offsets-18 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-18 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,117 INFO [Partition __consumer_offsets-18 broker=1] Log loaded for partition __consumer_offsets-18 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,117 INFO [Broker id=1] Follower __consumer_offsets-18 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,189 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,193 INFO Created log for partition __consumer_offsets-37 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-37 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,194 INFO [Partition __consumer_offsets-37 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-37 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,194 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]
2023-04-22 02:44:03,194 INFO [Broker id=1] Follower __consumer_offsets-37 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,270 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,274 INFO Created log for partition __consumer_offsets-7 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-7 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,274 INFO [Partition __consumer_offsets-7 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-7 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,274 INFO [Partition __consumer_offsets-7 broker=1] Log loaded for partition __consumer_offsets-7 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,274 INFO [Broker id=1] Follower __consumer_offsets-7 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,345 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,356 INFO Created log for partition __consumer_offsets-22 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-22 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,357 INFO [Partition __consumer_offsets-22 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-22 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,358 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]
2023-04-22 02:44:03,358 INFO [Broker id=1] Follower __consumer_offsets-22 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,426 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,430 INFO Created log for partition __consumer_offsets-10 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-10 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,431 INFO [Partition __consumer_offsets-10 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-10 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,433 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]
2023-04-22 02:44:03,434 INFO [Broker id=1] Follower __consumer_offsets-10 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,506 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,509 INFO Created log for partition __consumer_offsets-33 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-33 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,509 INFO [Partition __consumer_offsets-33 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-33 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,509 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]
2023-04-22 02:44:03,509 INFO [Broker id=1] Follower __consumer_offsets-33 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,577 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,580 INFO Created log for partition __consumer_offsets-48 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-48 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,580 INFO [Partition __consumer_offsets-48 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-48 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,580 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]
2023-04-22 02:44:03,580 INFO [Broker id=1] Follower __consumer_offsets-48 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,645 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,648 INFO Created log for partition __consumer_offsets-19 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-19 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,649 INFO [Partition __consumer_offsets-19 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-19 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,649 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]
2023-04-22 02:44:03,649 INFO [Broker id=1] Follower __consumer_offsets-19 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,720 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,723 INFO Created log for partition __consumer_offsets-34 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-34 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,723 INFO [Partition __consumer_offsets-34 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-34 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,724 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]
2023-04-22 02:44:03,724 INFO [Broker id=1] Follower __consumer_offsets-34 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,790 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,793 INFO Created log for partition __consumer_offsets-4 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-4 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,793 INFO [Partition __consumer_offsets-4 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,793 INFO [Partition __consumer_offsets-4 broker=1] Log loaded for partition __consumer_offsets-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,793 INFO [Broker id=1] Follower __consumer_offsets-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,864 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,868 INFO Created log for partition __consumer_offsets-45 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-45 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,868 INFO [Partition __consumer_offsets-45 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-45 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,868 INFO [Partition __consumer_offsets-45 broker=1] Log loaded for partition __consumer_offsets-45 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,868 INFO [Broker id=1] Follower __consumer_offsets-45 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,941 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,945 INFO Created log for partition __consumer_offsets-15 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-15 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,946 INFO [Partition __consumer_offsets-15 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-15 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,946 INFO [Partition __consumer_offsets-15 broker=1] Log loaded for partition __consumer_offsets-15 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:03,946 INFO [Broker id=1] Follower __consumer_offsets-15 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,016 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,018 INFO Created log for partition __consumer_offsets-30 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-30 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,019 INFO [Partition __consumer_offsets-30 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-30 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,019 INFO [Partition __consumer_offsets-30 broker=1] Log loaded for partition __consumer_offsets-30 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,019 INFO [Broker id=1] Follower __consumer_offsets-30 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,080 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,086 INFO Created log for partition __consumer_offsets-49 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-49 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,086 INFO [Partition __consumer_offsets-49 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-49 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,086 INFO [Partition __consumer_offsets-49 broker=1] Log loaded for partition __consumer_offsets-49 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,087 INFO [Broker id=1] Follower __consumer_offsets-49 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,159 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,164 INFO Created log for partition __consumer_offsets-0 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-0 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,164 INFO [Partition __consumer_offsets-0 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,165 INFO [Partition __consumer_offsets-0 broker=1] Log loaded for partition __consumer_offsets-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,165 INFO [Broker id=1] Follower __consumer_offsets-0 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,238 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,242 INFO Created log for partition __consumer_offsets-39 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-39 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,242 INFO [Partition __consumer_offsets-39 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-39 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,242 INFO [Partition __consumer_offsets-39 broker=1] Log loaded for partition __consumer_offsets-39 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,242 INFO [Broker id=1] Follower __consumer_offsets-39 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,310 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,313 INFO Created log for partition __consumer_offsets-9 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-9 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,314 INFO [Partition __consumer_offsets-9 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-9 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,314 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]
2023-04-22 02:44:04,314 INFO [Broker id=1] Follower __consumer_offsets-9 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,384 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,387 INFO Created log for partition __consumer_offsets-24 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-24 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,388 INFO [Partition __consumer_offsets-24 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-24 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,388 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]
2023-04-22 02:44:04,388 INFO [Broker id=1] Follower __consumer_offsets-24 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,460 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,464 INFO Created log for partition __consumer_offsets-27 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-27 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,464 INFO [Partition __consumer_offsets-27 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-27 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,464 INFO [Partition __consumer_offsets-27 broker=1] Log loaded for partition __consumer_offsets-27 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,464 INFO [Broker id=1] Follower __consumer_offsets-27 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,539 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,542 INFO Created log for partition __consumer_offsets-42 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-42 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,542 INFO [Partition __consumer_offsets-42 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-42 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,542 INFO [Partition __consumer_offsets-42 broker=1] Log loaded for partition __consumer_offsets-42 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,542 INFO [Broker id=1] Follower __consumer_offsets-42 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,613 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,616 INFO Created log for partition __consumer_offsets-12 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-12 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,616 INFO [Partition __consumer_offsets-12 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-12 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,616 INFO [Partition __consumer_offsets-12 broker=1] Log loaded for partition __consumer_offsets-12 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,617 INFO [Broker id=1] Follower __consumer_offsets-12 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,690 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,693 INFO Created log for partition __consumer_offsets-31 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-31 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,694 INFO [Partition __consumer_offsets-31 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-31 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,694 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]
2023-04-22 02:44:04,694 INFO [Broker id=1] Follower __consumer_offsets-31 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,771 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,774 INFO Created log for partition __consumer_offsets-46 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-46 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,774 INFO [Partition __consumer_offsets-46 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-46 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,774 INFO [Partition __consumer_offsets-46 broker=1] Log loaded for partition __consumer_offsets-46 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,775 INFO [Broker id=1] Follower __consumer_offsets-46 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,849 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,853 INFO Created log for partition __consumer_offsets-1 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-1 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,853 INFO [Partition __consumer_offsets-1 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,854 INFO [Partition __consumer_offsets-1 broker=1] Log loaded for partition __consumer_offsets-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,854 INFO [Broker id=1] Follower __consumer_offsets-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,926 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,930 INFO Created log for partition __consumer_offsets-16 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-16 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,930 INFO [Partition __consumer_offsets-16 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-16 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:04,930 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]
2023-04-22 02:44:04,930 INFO [Broker id=1] Follower __consumer_offsets-16 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,002 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,007 INFO Created log for partition __consumer_offsets-21 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-21 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,007 INFO [Partition __consumer_offsets-21 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-21 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,007 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]
2023-04-22 02:44:05,008 INFO [Broker id=1] Follower __consumer_offsets-21 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,082 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,085 INFO Created log for partition __consumer_offsets-36 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-36 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,085 INFO [Partition __consumer_offsets-36 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-36 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,085 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]
2023-04-22 02:44:05,085 INFO [Broker id=1] Follower __consumer_offsets-36 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,173 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,176 INFO Created log for partition __consumer_offsets-6 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-6 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,177 INFO [Partition __consumer_offsets-6 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-6 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,177 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]
2023-04-22 02:44:05,177 INFO [Broker id=1] Follower __consumer_offsets-6 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,245 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,248 INFO Created log for partition __consumer_offsets-25 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-25 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,248 INFO [Partition __consumer_offsets-25 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-25 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,248 INFO [Partition __consumer_offsets-25 broker=1] Log loaded for partition __consumer_offsets-25 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,248 INFO [Broker id=1] Follower __consumer_offsets-25 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,312 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,315 INFO Created log for partition __consumer_offsets-40 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-40 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,315 INFO [Partition __consumer_offsets-40 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-40 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,315 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]
2023-04-22 02:44:05,315 INFO [Broker id=1] Follower __consumer_offsets-40 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,394 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,397 INFO Created log for partition __consumer_offsets-43 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-43 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,397 INFO [Partition __consumer_offsets-43 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-43 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,397 INFO [Partition __consumer_offsets-43 broker=1] Log loaded for partition __consumer_offsets-43 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,397 INFO [Broker id=1] Follower __consumer_offsets-43 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,473 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,476 INFO Created log for partition __consumer_offsets-13 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-13 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,476 INFO [Partition __consumer_offsets-13 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-13 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,476 INFO [Partition __consumer_offsets-13 broker=1] Log loaded for partition __consumer_offsets-13 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,476 INFO [Broker id=1] Follower __consumer_offsets-13 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,545 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,549 INFO Created log for partition __consumer_offsets-28 in /var/lib/kafka/data-0/kafka-log1/__consumer_offsets-28 with properties {cleanup.policy=compact, compression.type="producer", segment.bytes=104857600} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,549 INFO [Partition __consumer_offsets-28 broker=1] No checkpointed highwatermark is found for partition __consumer_offsets-28 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,549 INFO [Partition __consumer_offsets-28 broker=1] Log loaded for partition __consumer_offsets-28 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,550 INFO [Broker id=1] Follower __consumer_offsets-28 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,551 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(__consumer_offsets-15, __consumer_offsets-48, __consumer_offsets-13, __consumer_offsets-46, __consumer_offsets-9, __consumer_offsets-42, __consumer_offsets-21, __consumer_offsets-19, __consumer_offsets-30, __consumer_offsets-28, __consumer_offsets-7, __consumer_offsets-40, __consumer_offsets-3, __consumer_offsets-36, __consumer_offsets-1, __consumer_offsets-34, __consumer_offsets-16, __consumer_offsets-45, __consumer_offsets-43, __consumer_offsets-12, __consumer_offsets-10, __consumer_offsets-24, __consumer_offsets-22, __consumer_offsets-49, __consumer_offsets-18, __consumer_offsets-31, __consumer_offsets-0, __consumer_offsets-27, __consumer_offsets-25, __consumer_offsets-39, __consumer_offsets-37, __consumer_offsets-6, __consumer_offsets-4, __consumer_offsets-33) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,551 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 4 for 34 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,609 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Starting (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,616 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-15 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,621 INFO [UnifiedLog partition=__consumer_offsets-15, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,655 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions HashMap(__consumer_offsets-30 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-21 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-33 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-36 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-48 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-6 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-0 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-45 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-27 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-9 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-42 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-3 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-18 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-15 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-24 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-39 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-12 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions HashMap(__consumer_offsets-22 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-4 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-25 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-49 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-31 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-37 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-19 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-13 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-43 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-1 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-34 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-7 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-46 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-16 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-28 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-10 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), __consumer_offsets-40 -> InitialFetchState(Some(wmHanMryRY22jV0udy4NaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-18 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-37 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-7 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-22 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-10 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-33 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-48 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-19 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-34 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-45 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-15 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-30 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,658 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-49 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-39 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-9 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-24 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-27 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-42 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-12 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-31 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-46 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-16 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-21 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-36 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-6 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-25 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-40 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-43 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-13 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,659 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 4 from controller 0 epoch 1 for the become-follower transition for partition __consumer_offsets-28 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,660 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-48 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,661 INFO [UnifiedLog partition=__consumer_offsets-48, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,666 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-45 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,666 INFO [UnifiedLog partition=__consumer_offsets-45, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-12 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [UnifiedLog partition=__consumer_offsets-12, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-9 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [UnifiedLog partition=__consumer_offsets-9, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-42 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [UnifiedLog partition=__consumer_offsets-42, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-24 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,667 INFO [UnifiedLog partition=__consumer_offsets-24, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,668 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-21 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,668 INFO [UnifiedLog partition=__consumer_offsets-21, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,668 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-18 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,668 INFO [UnifiedLog partition=__consumer_offsets-18, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,668 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,668 INFO [UnifiedLog partition=__consumer_offsets-0, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,668 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-30 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,669 INFO [UnifiedLog partition=__consumer_offsets-30, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,669 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-27 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,669 INFO [UnifiedLog partition=__consumer_offsets-27, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,669 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-39 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,669 INFO [UnifiedLog partition=__consumer_offsets-39, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,670 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-6 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,670 INFO [UnifiedLog partition=__consumer_offsets-6, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,670 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,670 INFO [UnifiedLog partition=__consumer_offsets-3, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,670 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-36 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,670 INFO [UnifiedLog partition=__consumer_offsets-36, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,671 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition __consumer_offsets-33 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,671 INFO [UnifiedLog partition=__consumer_offsets-33, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:44:05,674 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 35 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,676 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-35 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 5 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-5 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 20 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-20 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 41 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-41 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 29 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,680 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-29 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 44 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-44 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 14 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-14 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 2 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-2 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 23 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-23 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 38 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-38 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 8 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-8 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 11 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-11 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 26 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-26 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 47 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-47 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 17 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-17 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupCoordinator 1]: Elected as the group coordinator for partition 32 in epoch 0 (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,681 INFO [GroupMetadataManager brokerId=1] Scheduling loading of offsets and group metadata from __consumer_offsets-32 for epoch 0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,682 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 3 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,683 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-3 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 18 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-18 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 37 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-37 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 7 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-7 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 22 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-22 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 10 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-10 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 33 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,684 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-33 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 48 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-48 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 19 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-19 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 34 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-34 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 4 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-4 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 45 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-45 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 15 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-15 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 30 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-30 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 49 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-49 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 0 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-0 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 39 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,685 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-39 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 9 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-9 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 24 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-24 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 27 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-27 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 42 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-42 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 12 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-12 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 31 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-31 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 46 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-46 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 1 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-1 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 16 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-16 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 21 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-21 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 36 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-36 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 6 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-6 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 25 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,686 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-25 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 40 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-40 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 43 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-43 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 13 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-13 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupCoordinator 1]: Resigned as the group coordinator for partition 28 in epoch Some(0) (kafka.coordinator.group.GroupCoordinator) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [GroupMetadataManager brokerId=1] Scheduling unloading of offsets and group metadata from __consumer_offsets-28 (kafka.coordinator.group.GroupMetadataManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,687 INFO [Broker id=1] Finished LeaderAndIsr request in 4304ms correlationId 4 from controller 0 for 50 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,697 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-35 in 19 milliseconds for epoch 0, of which 9 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,699 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-5 in 19 milliseconds for epoch 0, of which 19 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,700 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-20 in 20 milliseconds for epoch 0, of which 20 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,700 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-41 in 20 milliseconds for epoch 0, of which 20 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,700 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-29 in 20 milliseconds for epoch 0, of which 20 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,701 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-44 in 20 milliseconds for epoch 0, of which 20 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,701 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-14 in 20 milliseconds for epoch 0, of which 20 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,701 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-2 in 20 milliseconds for epoch 0, of which 20 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,702 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-23 in 21 milliseconds for epoch 0, of which 21 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,702 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-38 in 21 milliseconds for epoch 0, of which 21 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,702 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-8 in 21 milliseconds for epoch 0, of which 21 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,703 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-11 in 22 milliseconds for epoch 0, of which 22 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,703 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-26 in 22 milliseconds for epoch 0, of which 22 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,704 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-47 in 23 milliseconds for epoch 0, of which 23 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,704 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-17 in 23 milliseconds for epoch 0, of which 23 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,705 INFO [GroupMetadataManager brokerId=1] Finished loading offsets and group metadata from __consumer_offsets-32 in 23 milliseconds for epoch 0, of which 22 milliseconds was spent in the scheduler. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,708 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-3 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,709 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-18 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,710 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-37 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,710 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-7 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,710 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-22 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,710 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-10 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,710 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-33 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,710 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-48 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,710 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-19 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,711 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-34 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,711 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-4 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,711 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-45 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,712 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-15 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,712 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-30 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,712 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=13, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-13 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,712 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=46, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-46 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,712 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=9, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-9 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,712 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=42, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-42 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,712 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=21, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-21 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,712 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=17, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-17 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-49 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=30, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-30 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=26, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-26 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=38, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-38 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=34, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-34 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-0 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=16, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-16 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=45, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-45 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,713 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-39 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=12, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-12 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=41, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-41 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,714 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-9 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=24, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-24 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=20, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-20 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=49, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-49 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=29, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-29 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=25, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-25 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,714 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-24 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=8, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-8 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=37, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-37 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-27 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=33, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-33 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=15, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-15 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=48, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-48 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=11, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-11 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=44, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-44 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=23, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-23 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,715 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-42 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,715 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=19, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-19 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-12 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=32, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-32 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=28, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-28 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=7, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-7 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=40, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-40 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=36, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-36 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-31 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=47, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-47 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,716 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=14, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-14 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,717 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-46 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,717 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=43, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-43 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,717 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=10, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-10 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,717 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=22, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition __consumer_offsets-22 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,717 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-1 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,717 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=18, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-18 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,717 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-16 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,718 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=31, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition __consumer_offsets-31 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,718 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-21 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,718 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=27, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-27 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,718 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-36 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,718 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=39, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition __consumer_offsets-39 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,718 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=6, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition __consumer_offsets-6 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,718 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=35, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition __consumer_offsets-35 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,718 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-6 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,719 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__consumer_offsets', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __consumer_offsets-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,719 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-25 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,719 INFO [Broker id=1] Add 50 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:05,719 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-40 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,720 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-43 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,720 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-13 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,720 INFO [GroupMetadataManager brokerId=1] Finished unloading __consumer_offsets-28 for coordinator epoch Some(0). Removed 0 cached offsets and 0 cached groups. (kafka.coordinator.group.GroupMetadataManager) [group-metadata-manager-0]
2023-04-22 02:44:05,747 INFO [GroupCoordinator 1]: Dynamic member with unknown member id joins group __strimzi-topic-operator-kstreams in Empty state. Created a new member id __strimzi-topic-operator-kstreams-8ec248fe-d753-4e28-b5e0-fbf0f764fe71-StreamThread-1-consumer-a6e1c4eb-5824-4b09-aab0-7f49ffac978d and request the member to rejoin with this id. (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-2]
2023-04-22 02:44:05,783 INFO [GroupCoordinator 1]: Preparing to rebalance group __strimzi-topic-operator-kstreams in state PreparingRebalance with old generation 0 (__consumer_offsets-44) (reason: Adding new member __strimzi-topic-operator-kstreams-8ec248fe-d753-4e28-b5e0-fbf0f764fe71-StreamThread-1-consumer-a6e1c4eb-5824-4b09-aab0-7f49ffac978d with group instance id None; client reason: rebalance failed due to MemberIdRequiredException) (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-6]
2023-04-22 02:44:06,090 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-16 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,091 INFO [UnifiedLog partition=__consumer_offsets-16, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,091 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-13 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,091 INFO [UnifiedLog partition=__consumer_offsets-13, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,091 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-46 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,091 INFO [UnifiedLog partition=__consumer_offsets-46, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,091 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-43 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [UnifiedLog partition=__consumer_offsets-43, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-10 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [UnifiedLog partition=__consumer_offsets-10, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-22 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [UnifiedLog partition=__consumer_offsets-22, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-19 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [UnifiedLog partition=__consumer_offsets-19, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-49 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [UnifiedLog partition=__consumer_offsets-49, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-31 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [UnifiedLog partition=__consumer_offsets-31, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,092 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-28 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [UnifiedLog partition=__consumer_offsets-28, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-25 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [UnifiedLog partition=__consumer_offsets-25, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-7 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [UnifiedLog partition=__consumer_offsets-7, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-40 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [UnifiedLog partition=__consumer_offsets-40, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-37 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [UnifiedLog partition=__consumer_offsets-37, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,093 INFO [UnifiedLog partition=__consumer_offsets-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,094 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,094 INFO [UnifiedLog partition=__consumer_offsets-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,094 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition __consumer_offsets-34 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:06,094 INFO [UnifiedLog partition=__consumer_offsets-34, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:44:08,808 INFO [GroupCoordinator 1]: Stabilized group __strimzi-topic-operator-kstreams generation 1 (__consumer_offsets-44) with 1 members (kafka.coordinator.group.GroupCoordinator) [executor-Rebalance]
2023-04-22 02:44:09,090 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 6 from controller 0 for 1 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,091 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='__strimzi-topic-operator-kstreams-topic-store-changelog', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 6 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,092 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 6 from controller 0 epoch 1 starting the become-leader transition for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,093 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(__strimzi-topic-operator-kstreams-topic-store-changelog-0) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,093 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 6 from controller 0 epoch 1 as part of the become-leader transition for 1 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,150 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,153 INFO Created log for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 in /var/lib/kafka/data-0/kafka-log1/__strimzi-topic-operator-kstreams-topic-store-changelog-0 with properties {cleanup.policy=compact, message.timestamp.type="CreateTime", min.compaction.lag.ms=0, segment.bytes=67108864} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,162 INFO [Partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 broker=1] No checkpointed highwatermark is found for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,162 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 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,162 INFO [Broker id=1] Leader __strimzi-topic-operator-kstreams-topic-store-changelog-0 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,173 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 6 from controller 0 epoch 1 for the become-leader transition for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,174 INFO [Broker id=1] Finished LeaderAndIsr request in 84ms correlationId 6 from controller 0 for 1 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,181 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='__strimzi-topic-operator-kstreams-topic-store-changelog', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition __strimzi-topic-operator-kstreams-topic-store-changelog-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,181 INFO [Broker id=1] Add 1 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:44:09,257 INFO [GroupCoordinator 1]: Assignment received from leader __strimzi-topic-operator-kstreams-8ec248fe-d753-4e28-b5e0-fbf0f764fe71-StreamThread-1-consumer-a6e1c4eb-5824-4b09-aab0-7f49ffac978d for group __strimzi-topic-operator-kstreams for generation 1. The group has 1 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-7]
2023-04-22 02:44:43,520 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:44:43,603 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:44:43,604 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:44:43,604 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:44:43,604 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:44:43,604 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:44:43,650 INFO Processing notification(s) to /kafka-acl-extended-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-extended-changes-event-process-thread]
2023-04-22 02:44:43,717 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:44:43,743 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=aai, patternType=LITERAL), versionedAcls : Set(User:aai-modelloader-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:44:43,761 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=SDC-DISTR, patternType=PREFIXED), versionedAcls : Set(User:aai-modelloader-ku has ALLOW permission for operations: READ from hosts: *, User:aai-modelloader-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-extended-changes-event-process-thread]
2023-04-22 02:44:44,059 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:44:44,076 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:44:44,076 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:44:44,076 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:44:44,076 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:44:44,076 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:27,936 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:45:27,953 INFO Processing override for entityPath: users/cds-sdc-listener-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:27,954 INFO Removing PRODUCE quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:27,954 INFO Removing FETCH quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:27,954 INFO Removing REQUEST quota for user cds-sdc-listener-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:27,954 INFO Removing CONTROLLER_MUTATION quota for user cds-sdc-listener-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,006 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:45:28,029 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:45:28,038 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=cds, patternType=LITERAL), versionedAcls : Set(User:cds-sdc-listener-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:45:28,047 INFO Processing override for entityPath: users/cds-blueprints-processor-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,047 INFO Removing PRODUCE quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,047 INFO Removing FETCH quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,047 INFO Removing REQUEST quota for user cds-blueprints-processor-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,047 INFO Removing CONTROLLER_MUTATION quota for user cds-blueprints-processor-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,061 INFO Processing notification(s) to /kafka-acl-extended-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-extended-changes-event-process-thread]
2023-04-22 02:45:28,112 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=SDC-DISTR, patternType=PREFIXED), versionedAcls : Set(User:aai-modelloader-ku has ALLOW permission for operations: READ from hosts: *, User:aai-modelloader-ku has ALLOW permission for operations: WRITE from hosts: *, User:cds-sdc-listener-ku has ALLOW permission for operations: READ from hosts: *, User:cds-sdc-listener-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-extended-changes-event-process-thread]
2023-04-22 02:45:28,226 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 8 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,226 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,226 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,226 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,226 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,226 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,227 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,229 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 8 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.request-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,229 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 8 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.request-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,230 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(cds.blueprint-processor.self-service-api.request-3, cds.blueprint-processor.self-service-api.request-0) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,230 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 8 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,245 INFO Processing notification(s) to /kafka-acl-extended-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-extended-changes-event-process-thread]
2023-04-22 02:45:28,260 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cds.blueprint-processor, patternType=PREFIXED), versionedAcls : Set(User:cds-blueprints-processor-ku has ALLOW permission for operations: READ from hosts: *, User:cds-blueprints-processor-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-extended-changes-event-process-thread]
2023-04-22 02:45:28,294 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:45:28,299 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,302 INFO Created log for partition cds.blueprint-processor.self-service-api.request-3 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.request-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,313 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=cds-bp-processor, patternType=LITERAL), versionedAcls : Set(User:cds-blueprints-processor-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:45:28,318 INFO [Partition cds.blueprint-processor.self-service-api.request-3 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,318 INFO [Partition cds.blueprint-processor.self-service-api.request-3 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.request-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,318 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.request-3 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,392 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:45:28,402 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,405 INFO Created log for partition cds.blueprint-processor.self-service-api.request-0 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.request-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,406 INFO [Partition cds.blueprint-processor.self-service-api.request-0 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,406 INFO [Partition cds.blueprint-processor.self-service-api.request-0 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.request-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,406 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.request-0 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,415 INFO Processing override for entityPath: users/cds-sdc-listener-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,416 INFO Removing PRODUCE quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,416 INFO Removing FETCH quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,416 INFO Removing REQUEST quota for user cds-sdc-listener-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,416 INFO Removing CONTROLLER_MUTATION quota for user cds-sdc-listener-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,416 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 8 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.request-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,416 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 8 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.request-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,416 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 8 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.request-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,416 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 8 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.request-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,417 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 8 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.request-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,417 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 8 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.request-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,494 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,498 INFO Created log for partition cds.blueprint-processor.self-service-api.request-4 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.request-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,498 INFO [Partition cds.blueprint-processor.self-service-api.request-4 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,498 INFO [Partition cds.blueprint-processor.self-service-api.request-4 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.request-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,498 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.request-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,524 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:45:28,551 INFO Processing override for entityPath: users/cds-blueprints-processor-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,551 INFO Removing PRODUCE quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,551 INFO Removing FETCH quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,551 INFO Removing REQUEST quota for user cds-blueprints-processor-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,551 INFO Removing CONTROLLER_MUTATION quota for user cds-blueprints-processor-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:28,573 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,576 INFO Created log for partition cds.blueprint-processor.self-service-api.request-2 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.request-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,577 INFO [Partition cds.blueprint-processor.self-service-api.request-2 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,577 INFO [Partition cds.blueprint-processor.self-service-api.request-2 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.request-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,577 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.request-2 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,646 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,649 INFO Created log for partition cds.blueprint-processor.self-service-api.request-1 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.request-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,649 INFO [Partition cds.blueprint-processor.self-service-api.request-1 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,649 INFO [Partition cds.blueprint-processor.self-service-api.request-1 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.request-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,649 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.request-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,717 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,721 INFO Created log for partition cds.blueprint-processor.self-service-api.request-5 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.request-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,722 INFO [Partition cds.blueprint-processor.self-service-api.request-5 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,722 INFO [Partition cds.blueprint-processor.self-service-api.request-5 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.request-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,722 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.request-5 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,722 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(cds.blueprint-processor.self-service-api.request-1, cds.blueprint-processor.self-service-api.request-2, cds.blueprint-processor.self-service-api.request-4, cds.blueprint-processor.self-service-api.request-5) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,722 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 8 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,724 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(cds.blueprint-processor.self-service-api.request-1 -> InitialFetchState(Some(gcjJ29G-R7GslBSRnCkLLQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-4 -> InitialFetchState(Some(gcjJ29G-R7GslBSRnCkLLQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,724 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(cds.blueprint-processor.self-service-api.request-2 -> InitialFetchState(Some(gcjJ29G-R7GslBSRnCkLLQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-5 -> InitialFetchState(Some(gcjJ29G-R7GslBSRnCkLLQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,725 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 8 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.request-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,725 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 8 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.request-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,725 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 8 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.request-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,725 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 8 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.request-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,726 INFO [Broker id=1] Finished LeaderAndIsr request in 500ms correlationId 8 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,735 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.request-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,735 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.request-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,735 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.request-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,735 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.request-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,735 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.request-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,736 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.request-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,736 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,780 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:28,781 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-2, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:28,782 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:28,782 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-5, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:28,996 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 10 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,996 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,996 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,996 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,996 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,996 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:28,996 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,000 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 10 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.request-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,000 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 10 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.request-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,000 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(cds.blueprint-processor.self-service-api.audit.request-0, cds.blueprint-processor.self-service-api.audit.request-3) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,000 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 10 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,022 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,022 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,022 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,022 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,080 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,084 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-0 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.request-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,090 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-0 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,090 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-0 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,090 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.audit.request-0 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,174 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,177 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-3 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.request-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,177 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-3 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,177 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-3 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,177 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.audit.request-3 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,189 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 10 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.request-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,189 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 10 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.request-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,189 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 10 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,189 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 10 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,189 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 10 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,189 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 10 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,249 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,254 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-5 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.request-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,255 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-5 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,255 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-5 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,255 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.request-5 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,295 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.request-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:29,295 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.request-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:29,330 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,333 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-4 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.request-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,333 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-4 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,333 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-4 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,333 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.request-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,402 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,406 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-1 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.request-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,406 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-1 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,406 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-1 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,406 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.request-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,464 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,467 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-2 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.request-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,468 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-2 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.request-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,468 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-2 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.request-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,468 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.request-2 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,469 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(cds.blueprint-processor.self-service-api.audit.request-5, cds.blueprint-processor.self-service-api.audit.request-4, cds.blueprint-processor.self-service-api.audit.request-1, cds.blueprint-processor.self-service-api.audit.request-2) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,469 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 10 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,473 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(cds.blueprint-processor.self-service-api.audit.request-1 -> InitialFetchState(Some(f9-p1srsSiarbJ0ccbDH4A),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.request-4 -> InitialFetchState(Some(f9-p1srsSiarbJ0ccbDH4A),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,474 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(cds.blueprint-processor.self-service-api.audit.request-2 -> InitialFetchState(Some(f9-p1srsSiarbJ0ccbDH4A),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.request-5 -> InitialFetchState(Some(f9-p1srsSiarbJ0ccbDH4A),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,476 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 10 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,476 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 10 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,476 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 10 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,476 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 10 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,478 INFO [Broker id=1] Finished LeaderAndIsr request in 482ms correlationId 10 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,488 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.request-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,488 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.request-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,490 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.request-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,490 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.request-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,491 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.request-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,491 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.request-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,491 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,535 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:29,540 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-5, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:29,541 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:29,542 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-2, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:29,544 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,544 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,544 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.request-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,545 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:29,689 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 12 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,689 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,689 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,689 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,690 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,690 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,690 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,696 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 12 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.response-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,696 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 12 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.response-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,696 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(cds.blueprint-processor.self-service-api.audit.response-0, cds.blueprint-processor.self-service-api.audit.response-3) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,696 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 12 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,757 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,759 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-0 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.response-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,767 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-0 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,767 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-0 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,767 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.audit.response-0 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,840 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,843 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-3 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.response-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,843 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-3 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,843 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-3 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,843 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.audit.response-3 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,854 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 12 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.response-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,855 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 12 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.audit.response-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,855 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 12 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,855 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 12 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,855 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 12 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,855 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 12 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,929 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,934 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-1 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.response-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,934 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-1 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,934 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-1 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:29,934 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.response-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,007 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,011 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-2 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.response-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,011 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-2 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,011 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-2 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,011 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.response-2 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,079 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,081 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-5 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.response-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,081 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-5 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,081 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-5 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,081 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.response-5 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,155 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,158 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-4 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.audit.response-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,158 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-4 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.audit.response-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,158 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-4 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.audit.response-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,159 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.audit.response-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,160 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(cds.blueprint-processor.self-service-api.audit.response-4, cds.blueprint-processor.self-service-api.audit.response-1, cds.blueprint-processor.self-service-api.audit.response-2, cds.blueprint-processor.self-service-api.audit.response-5) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,160 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 12 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,163 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(cds.blueprint-processor.self-service-api.audit.response-4 -> InitialFetchState(Some(wC_gTjHKSoGDjhkKWsUSaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.response-1 -> InitialFetchState(Some(wC_gTjHKSoGDjhkKWsUSaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,164 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(cds.blueprint-processor.self-service-api.audit.response-5 -> InitialFetchState(Some(wC_gTjHKSoGDjhkKWsUSaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.response-2 -> InitialFetchState(Some(wC_gTjHKSoGDjhkKWsUSaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,164 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 12 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,164 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 12 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,164 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 12 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,164 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 12 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,165 INFO [Broker id=1] Finished LeaderAndIsr request in 476ms correlationId 12 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,177 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.response-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 13 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,177 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.response-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 13 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,177 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.response-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 13 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,177 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.response-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 13 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,177 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.response-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 13 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,177 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.audit.response-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 13 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,177 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 13 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,266 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,268 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-2, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,268 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,268 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-5, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,442 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 14 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,442 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 14 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,443 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 14 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,443 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 14 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,443 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 14 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,443 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 14 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,443 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 14 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,449 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 14 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.response-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,449 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 14 from controller 0 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.response-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,450 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(cds.blueprint-processor.self-service-api.response-0, cds.blueprint-processor.self-service-api.response-3) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,450 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 14 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,516 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,521 INFO Created log for partition cds.blueprint-processor.self-service-api.response-0 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.response-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,534 INFO [Partition cds.blueprint-processor.self-service-api.response-0 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,535 INFO [Partition cds.blueprint-processor.self-service-api.response-0 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.response-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,535 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.response-0 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,573 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:30,573 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:30,573 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.audit.response-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:30,574 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:30,610 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,612 INFO Created log for partition cds.blueprint-processor.self-service-api.response-3 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.response-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,612 INFO [Partition cds.blueprint-processor.self-service-api.response-3 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,612 INFO [Partition cds.blueprint-processor.self-service-api.response-3 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.response-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,613 INFO [Broker id=1] Leader cds.blueprint-processor.self-service-api.response-3 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,620 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 14 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.response-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,620 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 14 from controller 0 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.response-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,620 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 14 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,620 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 14 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,620 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 14 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,620 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 14 from controller 0 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,687 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,690 INFO Created log for partition cds.blueprint-processor.self-service-api.response-2 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.response-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,690 INFO [Partition cds.blueprint-processor.self-service-api.response-2 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,690 INFO [Partition cds.blueprint-processor.self-service-api.response-2 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.response-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,690 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.response-2 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,769 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,772 INFO Created log for partition cds.blueprint-processor.self-service-api.response-1 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.response-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,772 INFO [Partition cds.blueprint-processor.self-service-api.response-1 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,772 INFO [Partition cds.blueprint-processor.self-service-api.response-1 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.response-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,772 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.response-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,776 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.audit.response-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,776 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.audit.response-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,844 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,847 INFO Created log for partition cds.blueprint-processor.self-service-api.response-4 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.response-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,847 INFO [Partition cds.blueprint-processor.self-service-api.response-4 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,847 INFO [Partition cds.blueprint-processor.self-service-api.response-4 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.response-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,847 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.response-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,917 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,919 INFO Created log for partition cds.blueprint-processor.self-service-api.response-5 in /var/lib/kafka/data-0/kafka-log1/cds.blueprint-processor.self-service-api.response-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,920 INFO [Partition cds.blueprint-processor.self-service-api.response-5 broker=1] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,920 INFO [Partition cds.blueprint-processor.self-service-api.response-5 broker=1] Log loaded for partition cds.blueprint-processor.self-service-api.response-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,920 INFO [Broker id=1] Follower cds.blueprint-processor.self-service-api.response-5 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,920 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(cds.blueprint-processor.self-service-api.response-4, cds.blueprint-processor.self-service-api.response-5, cds.blueprint-processor.self-service-api.response-2, cds.blueprint-processor.self-service-api.response-1) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,920 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 14 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,922 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(cds.blueprint-processor.self-service-api.response-1 -> InitialFetchState(Some(ES_l2usSRGuO_kN4XsBWmA),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-4 -> InitialFetchState(Some(ES_l2usSRGuO_kN4XsBWmA),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,922 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(cds.blueprint-processor.self-service-api.response-2 -> InitialFetchState(Some(ES_l2usSRGuO_kN4XsBWmA),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-5 -> InitialFetchState(Some(ES_l2usSRGuO_kN4XsBWmA),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,922 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 14 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,922 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 14 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,922 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 14 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,922 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 14 from controller 0 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,923 INFO [Broker id=1] Finished LeaderAndIsr request in 481ms correlationId 14 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,931 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.response-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 15 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,931 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.response-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 15 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,931 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.response-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 15 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,931 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.response-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 15 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,931 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.response-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 15 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,931 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition cds.blueprint-processor.self-service-api.response-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 15 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,931 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 15 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:45:30,956 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,958 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-5, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,958 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:30,958 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-2, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:31,083 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:31,084 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:31,084 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:31,084 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:45:31,095 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.response-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:31,095 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.response-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:45:50,222 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:45:50,236 INFO Processing override for entityPath: users/cds-sdc-listener-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,236 INFO Removing PRODUCE quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,236 INFO Removing FETCH quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,236 INFO Removing REQUEST quota for user cds-sdc-listener-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,237 INFO Removing CONTROLLER_MUTATION quota for user cds-sdc-listener-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,353 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:45:50,370 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,371 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,371 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,371 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,371 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,483 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:45:50,496 INFO Processing override for entityPath: users/cds-blueprints-processor-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,497 INFO Removing PRODUCE quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,497 INFO Removing FETCH quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,497 INFO Removing REQUEST quota for user cds-blueprints-processor-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,497 INFO Removing CONTROLLER_MUTATION quota for user cds-blueprints-processor-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,510 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,511 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,511 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,511 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,517 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:45:50,517 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,157 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=ncmp-async-m2m, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:30,164 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:46:30,177 INFO Processing override for entityPath: users/cps-core-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,177 INFO Removing PRODUCE quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,177 INFO Removing FETCH quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,178 INFO Removing REQUEST quota for user cps-core-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,178 INFO Removing CONTROLLER_MUTATION quota for user cps-core-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,182 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,205 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=dmi-cm-events, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:30,223 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 16 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,223 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 16 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,223 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 16 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,223 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 16 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,223 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 16 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,223 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 16 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,224 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 16 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,231 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 16 from controller 0 epoch 1 starting the become-leader transition for partition ncmp-async-m2m-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,231 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 16 from controller 0 epoch 1 starting the become-leader transition for partition ncmp-async-m2m-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,232 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(ncmp-async-m2m-2, ncmp-async-m2m-5) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,232 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 16 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,253 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=cm-avc-subscription, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:30,303 INFO [LogLoader partition=ncmp-async-m2m-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,304 INFO Updated ACLs for ResourcePattern(resourceType=GROUP, name=cps-core-group, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:30,308 INFO Created log for partition ncmp-async-m2m-2 in /var/lib/kafka/data-0/kafka-log1/ncmp-async-m2m-2 with properties {retention.ms=600000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,316 INFO [Partition ncmp-async-m2m-2 broker=1] No checkpointed highwatermark is found for partition ncmp-async-m2m-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,316 INFO [Partition ncmp-async-m2m-2 broker=1] Log loaded for partition ncmp-async-m2m-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,317 INFO [Broker id=1] Leader ncmp-async-m2m-2 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,345 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=cps.data-updated-events, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:30,378 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-async-m2m, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,387 INFO [LogLoader partition=ncmp-async-m2m-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,392 INFO Created log for partition ncmp-async-m2m-5 in /var/lib/kafka/data-0/kafka-log1/ncmp-async-m2m-5 with properties {retention.ms=600000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,392 INFO [Partition ncmp-async-m2m-5 broker=1] No checkpointed highwatermark is found for partition ncmp-async-m2m-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,392 INFO [Partition ncmp-async-m2m-5 broker=1] Log loaded for partition ncmp-async-m2m-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,393 INFO [Broker id=1] Leader ncmp-async-m2m-5 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,404 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 16 from controller 0 epoch 1 for the become-leader transition for partition ncmp-async-m2m-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,404 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 16 from controller 0 epoch 1 for the become-leader transition for partition ncmp-async-m2m-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,404 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 16 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,404 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 16 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,404 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 16 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,404 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 16 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,414 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=ncmp-async-m2m, patternType=LITERAL) with new version 1 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,465 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=dmi-cm-events, patternType=LITERAL) with new version 1 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,468 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,481 INFO [LogLoader partition=ncmp-async-m2m-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,484 INFO Created log for partition ncmp-async-m2m-0 in /var/lib/kafka/data-0/kafka-log1/ncmp-async-m2m-0 with properties {retention.ms=600000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,484 INFO [Partition ncmp-async-m2m-0 broker=1] No checkpointed highwatermark is found for partition ncmp-async-m2m-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,484 INFO [Partition ncmp-async-m2m-0 broker=1] Log loaded for partition ncmp-async-m2m-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,484 INFO [Broker id=1] Follower ncmp-async-m2m-0 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,515 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:46:30,527 INFO Updated ACLs for ResourcePattern(resourceType=GROUP, name=ncmp-group, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,531 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,531 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,531 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,531 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,532 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,560 INFO [LogLoader partition=ncmp-async-m2m-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,565 INFO Created log for partition ncmp-async-m2m-1 in /var/lib/kafka/data-0/kafka-log1/ncmp-async-m2m-1 with properties {retention.ms=600000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,566 INFO [Partition ncmp-async-m2m-1 broker=1] No checkpointed highwatermark is found for partition ncmp-async-m2m-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,566 INFO [Partition ncmp-async-m2m-1 broker=1] Log loaded for partition ncmp-async-m2m-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,566 INFO [Broker id=1] Follower ncmp-async-m2m-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,571 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=dmi-ncmp-cm-avc-subscription, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,602 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=cm-avc-subscription, patternType=LITERAL) with new version 1 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,617 INFO [LogLoader partition=ncmp-async-m2m-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,619 INFO Created log for partition ncmp-async-m2m-3 in /var/lib/kafka/data-0/kafka-log1/ncmp-async-m2m-3 with properties {retention.ms=600000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,619 INFO [Partition ncmp-async-m2m-3 broker=1] No checkpointed highwatermark is found for partition ncmp-async-m2m-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,619 INFO [Partition ncmp-async-m2m-3 broker=1] Log loaded for partition ncmp-async-m2m-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,619 INFO [Broker id=1] Follower ncmp-async-m2m-3 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,650 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=ncmp-events, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,675 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:46:30,691 INFO Processing override for entityPath: users/ncmp-dmi-plugin-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,691 INFO Removing PRODUCE quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,691 INFO Removing FETCH quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,691 INFO Removing REQUEST quota for user ncmp-dmi-plugin-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,691 INFO Removing CONTROLLER_MUTATION quota for user ncmp-dmi-plugin-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:30,694 INFO [LogLoader partition=ncmp-async-m2m-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,698 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,698 INFO Created log for partition ncmp-async-m2m-4 in /var/lib/kafka/data-0/kafka-log1/ncmp-async-m2m-4 with properties {retention.ms=600000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,698 INFO [Partition ncmp-async-m2m-4 broker=1] No checkpointed highwatermark is found for partition ncmp-async-m2m-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,700 INFO [Partition ncmp-async-m2m-4 broker=1] Log loaded for partition ncmp-async-m2m-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,700 INFO [Broker id=1] Follower ncmp-async-m2m-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,700 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(ncmp-async-m2m-4, ncmp-async-m2m-3, ncmp-async-m2m-1, ncmp-async-m2m-0) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,700 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 16 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,702 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(ncmp-async-m2m-3 -> InitialFetchState(Some(gUchdddJTCeMXddAU43ltQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-async-m2m-0 -> InitialFetchState(Some(gUchdddJTCeMXddAU43ltQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,702 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(ncmp-async-m2m-1 -> InitialFetchState(Some(gUchdddJTCeMXddAU43ltQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-async-m2m-4 -> InitialFetchState(Some(gUchdddJTCeMXddAU43ltQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,703 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 16 from controller 0 epoch 1 for the become-follower transition for partition ncmp-async-m2m-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,703 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 16 from controller 0 epoch 1 for the become-follower transition for partition ncmp-async-m2m-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,703 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 16 from controller 0 epoch 1 for the become-follower transition for partition ncmp-async-m2m-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,703 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 16 from controller 0 epoch 1 for the become-follower transition for partition ncmp-async-m2m-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,704 INFO [Broker id=1] Finished LeaderAndIsr request in 481ms correlationId 16 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-async-m2m', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition ncmp-async-m2m-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,713 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-async-m2m', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition ncmp-async-m2m-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-async-m2m', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition ncmp-async-m2m-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-async-m2m', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition ncmp-async-m2m-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-async-m2m', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition ncmp-async-m2m-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,714 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-async-m2m', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition ncmp-async-m2m-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,714 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 17 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,745 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=cm-events, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-4]
2023-04-22 02:46:30,774 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=dmi-cm-events, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *, User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,796 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cm-avc-subscription, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *, User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,810 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=cps-core-group, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,816 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition ncmp-async-m2m-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:30,816 INFO [UnifiedLog partition=ncmp-async-m2m-3, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:30,817 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition ncmp-async-m2m-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:30,817 INFO [UnifiedLog partition=ncmp-async-m2m-0, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:30,825 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cps.data-updated-events, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: WRITE from hosts: *, User:cps-temporal-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,837 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-async-m2m, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *, User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,916 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,928 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=dmi-cm-events, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *, User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,943 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=ncmp-group, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:30,950 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 18 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,950 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 18 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,950 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 18 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,950 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 18 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,950 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 18 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,950 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 18 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,950 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 18 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 18 from controller 0 epoch 1 starting the become-leader transition for partition dmi-cm-events-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,952 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 18 from controller 0 epoch 1 starting the become-leader transition for partition dmi-cm-events-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,952 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(dmi-cm-events-5, dmi-cm-events-2) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,952 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 18 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:30,969 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=ncmp-async-m2m, patternType=LITERAL) with new version 2 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:31,010 INFO Updated ACLs for ResourcePattern(resourceType=GROUP, name=ncmp-dmi-plugin-group, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:31,019 INFO [LogLoader partition=dmi-cm-events-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,021 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:46:31,023 INFO Created log for partition dmi-cm-events-5 in /var/lib/kafka/data-0/kafka-log1/dmi-cm-events-5 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,027 INFO [Partition dmi-cm-events-5 broker=1] No checkpointed highwatermark is found for partition dmi-cm-events-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,027 INFO [Partition dmi-cm-events-5 broker=1] Log loaded for partition dmi-cm-events-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,027 INFO [Broker id=1] Leader dmi-cm-events-5 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,037 INFO Processing override for entityPath: users/cps-temporal-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,037 INFO Removing PRODUCE quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,037 INFO Removing FETCH quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,037 INFO Removing REQUEST quota for user cps-temporal-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,037 INFO Removing CONTROLLER_MUTATION quota for user cps-temporal-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,039 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin, patternType=LITERAL) with new version 1 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:31,073 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=dmi-ncmp-cm-avc-subscription, patternType=LITERAL) with new version 1 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0]
2023-04-22 02:46:31,100 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cps.data-updated-events, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: WRITE from hosts: *, User:cps-temporal-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,104 INFO [LogLoader partition=dmi-cm-events-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,107 INFO Created log for partition dmi-cm-events-2 in /var/lib/kafka/data-0/kafka-log1/dmi-cm-events-2 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,107 INFO [Partition dmi-cm-events-2 broker=1] No checkpointed highwatermark is found for partition dmi-cm-events-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,107 INFO [Partition dmi-cm-events-2 broker=1] Log loaded for partition dmi-cm-events-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,107 INFO [Broker id=1] Leader dmi-cm-events-2 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,111 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=dmi-ncmp-cm-avc-subscription, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *, User:ncmp-dmi-plugin-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,119 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 18 from controller 0 epoch 1 for the become-leader transition for partition dmi-cm-events-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,119 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 18 from controller 0 epoch 1 for the become-leader transition for partition dmi-cm-events-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,119 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 18 from controller 0 epoch 1 starting the become-follower transition for partition dmi-cm-events-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,119 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 18 from controller 0 epoch 1 starting the become-follower transition for partition dmi-cm-events-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,119 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 18 from controller 0 epoch 1 starting the become-follower transition for partition dmi-cm-events-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,119 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 18 from controller 0 epoch 1 starting the become-follower transition for partition dmi-cm-events-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,126 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=cps-temporal-group, patternType=LITERAL), versionedAcls : Set(User:cps-temporal-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,138 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cm-avc-subscription, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *, User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,149 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:46:31,156 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-events, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,169 INFO Processing override for entityPath: users/cps-core-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,170 INFO Removing PRODUCE quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,170 INFO Removing FETCH quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,170 INFO Removing REQUEST quota for user cps-core-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,170 INFO Removing CONTROLLER_MUTATION quota for user cps-core-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,176 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *, User:ncmp-dmi-plugin-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,184 INFO [LogLoader partition=dmi-cm-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,186 INFO Created log for partition dmi-cm-events-1 in /var/lib/kafka/data-0/kafka-log1/dmi-cm-events-1 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,186 INFO [Partition dmi-cm-events-1 broker=1] No checkpointed highwatermark is found for partition dmi-cm-events-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,187 INFO [Partition dmi-cm-events-1 broker=1] Log loaded for partition dmi-cm-events-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,187 INFO [Broker id=1] Follower dmi-cm-events-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,192 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cm-events, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,195 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition ncmp-async-m2m-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,195 INFO [UnifiedLog partition=ncmp-async-m2m-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,195 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition ncmp-async-m2m-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,195 INFO [UnifiedLog partition=ncmp-async-m2m-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,252 INFO [LogLoader partition=dmi-cm-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,254 INFO Created log for partition dmi-cm-events-0 in /var/lib/kafka/data-0/kafka-log1/dmi-cm-events-0 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,254 INFO [Partition dmi-cm-events-0 broker=1] No checkpointed highwatermark is found for partition dmi-cm-events-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,254 INFO [Partition dmi-cm-events-0 broker=1] Log loaded for partition dmi-cm-events-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,254 INFO [Broker id=1] Follower dmi-cm-events-0 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,272 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:46:31,283 INFO Processing override for entityPath: users/onap-cps-kafka-user with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,283 INFO Removing PRODUCE quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,283 INFO Removing FETCH quota for user onap-cps-kafka-user (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,283 INFO Removing REQUEST quota for user onap-cps-kafka-user (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,283 INFO Removing CONTROLLER_MUTATION quota for user onap-cps-kafka-user (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,294 INFO Processing override for entityPath: users/cps-temporal-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,294 INFO Removing PRODUCE quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,295 INFO Removing FETCH quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,295 INFO Removing REQUEST quota for user cps-temporal-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,295 INFO Removing CONTROLLER_MUTATION quota for user cps-temporal-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,311 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,321 INFO [LogLoader partition=dmi-cm-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,322 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-async-m2m, patternType=LITERAL), versionedAcls : Set(User:cps-core-ku has ALLOW permission for operations: READ from hosts: *, User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *, User:ncmp-dmi-plugin-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 2 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,324 INFO Created log for partition dmi-cm-events-4 in /var/lib/kafka/data-0/kafka-log1/dmi-cm-events-4 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,324 INFO [Partition dmi-cm-events-4 broker=1] No checkpointed highwatermark is found for partition dmi-cm-events-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,324 INFO [Partition dmi-cm-events-4 broker=1] Log loaded for partition dmi-cm-events-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,324 INFO [Broker id=1] Follower dmi-cm-events-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,337 INFO Processing Acl change notification for ResourcePattern(resourceType=GROUP, name=ncmp-dmi-plugin-group, patternType=LITERAL), versionedAcls : Set(User:ncmp-dmi-plugin-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,347 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *, User:ncmp-dmi-plugin-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,363 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=dmi-ncmp-cm-avc-subscription, patternType=LITERAL), versionedAcls : Set(User:onap-cps-kafka-user has ALLOW permission for operations: ALL from hosts: *, User:ncmp-dmi-plugin-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 1 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread]
2023-04-22 02:46:31,392 INFO [LogLoader partition=dmi-cm-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,398 INFO Created log for partition dmi-cm-events-3 in /var/lib/kafka/data-0/kafka-log1/dmi-cm-events-3 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,399 INFO [Partition dmi-cm-events-3 broker=1] No checkpointed highwatermark is found for partition dmi-cm-events-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,399 INFO [Partition dmi-cm-events-3 broker=1] Log loaded for partition dmi-cm-events-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,399 INFO [Broker id=1] Follower dmi-cm-events-3 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,399 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(dmi-cm-events-1, dmi-cm-events-3, dmi-cm-events-4, dmi-cm-events-0) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,399 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 18 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,401 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(dmi-cm-events-0 -> InitialFetchState(Some(qYFhbYLbS9qll33IdjsaBA),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-3 -> InitialFetchState(Some(qYFhbYLbS9qll33IdjsaBA),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,401 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(dmi-cm-events-1 -> InitialFetchState(Some(qYFhbYLbS9qll33IdjsaBA),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-4 -> InitialFetchState(Some(qYFhbYLbS9qll33IdjsaBA),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,401 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 18 from controller 0 epoch 1 for the become-follower transition for partition dmi-cm-events-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,401 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 18 from controller 0 epoch 1 for the become-follower transition for partition dmi-cm-events-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,401 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 18 from controller 0 epoch 1 for the become-follower transition for partition dmi-cm-events-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,401 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 18 from controller 0 epoch 1 for the become-follower transition for partition dmi-cm-events-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,402 INFO [Broker id=1] Finished LeaderAndIsr request in 452ms correlationId 18 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,408 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition dmi-cm-events-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 19 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,408 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition dmi-cm-events-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 19 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,408 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition dmi-cm-events-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 19 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,408 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition dmi-cm-events-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 19 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,408 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition dmi-cm-events-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 19 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,408 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition dmi-cm-events-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 19 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,408 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 19 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,428 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition dmi-cm-events-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,428 INFO [UnifiedLog partition=dmi-cm-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,428 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition dmi-cm-events-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,428 INFO [UnifiedLog partition=dmi-cm-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,463 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread]
2023-04-22 02:46:31,473 INFO Processing override for entityPath: users/ncmp-dmi-plugin-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,473 INFO Removing PRODUCE quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,473 INFO Removing FETCH quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,473 INFO Removing REQUEST quota for user ncmp-dmi-plugin-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,473 INFO Removing CONTROLLER_MUTATION quota for user ncmp-dmi-plugin-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread]
2023-04-22 02:46:31,544 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 20 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,544 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cm-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 20 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,544 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cm-events', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 20 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,544 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cm-events', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 20 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,544 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cm-events', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 20 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,544 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cm-events', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 20 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,544 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cm-events', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 20 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,550 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 20 from controller 0 epoch 1 starting the become-leader transition for partition cm-events-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,551 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 20 from controller 0 epoch 1 starting the become-leader transition for partition cm-events-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,551 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(cm-events-5, cm-events-2) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,551 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 20 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,603 INFO [LogLoader partition=cm-events-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,606 INFO Created log for partition cm-events-5 in /var/lib/kafka/data-0/kafka-log1/cm-events-5 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,616 INFO [Partition cm-events-5 broker=1] No checkpointed highwatermark is found for partition cm-events-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,616 INFO [Partition cm-events-5 broker=1] Log loaded for partition cm-events-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,616 INFO [Broker id=1] Leader cm-events-5 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,675 INFO [LogLoader partition=cm-events-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,678 INFO Created log for partition cm-events-2 in /var/lib/kafka/data-0/kafka-log1/cm-events-2 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,678 INFO [Partition cm-events-2 broker=1] No checkpointed highwatermark is found for partition cm-events-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,678 INFO [Partition cm-events-2 broker=1] Log loaded for partition cm-events-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,678 INFO [Broker id=1] Leader cm-events-2 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,688 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 20 from controller 0 epoch 1 for the become-leader transition for partition cm-events-5 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,689 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 20 from controller 0 epoch 1 for the become-leader transition for partition cm-events-2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,689 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 20 from controller 0 epoch 1 starting the become-follower transition for partition cm-events-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,689 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 20 from controller 0 epoch 1 starting the become-follower transition for partition cm-events-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,689 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 20 from controller 0 epoch 1 starting the become-follower transition for partition cm-events-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,689 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 20 from controller 0 epoch 1 starting the become-follower transition for partition cm-events-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,747 INFO [LogLoader partition=cm-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,751 INFO Created log for partition cm-events-4 in /var/lib/kafka/data-0/kafka-log1/cm-events-4 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,751 INFO [Partition cm-events-4 broker=1] No checkpointed highwatermark is found for partition cm-events-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,751 INFO [Partition cm-events-4 broker=1] Log loaded for partition cm-events-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,751 INFO [Broker id=1] Follower cm-events-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,821 INFO [LogLoader partition=cm-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,823 INFO Created log for partition cm-events-3 in /var/lib/kafka/data-0/kafka-log1/cm-events-3 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,823 INFO [Partition cm-events-3 broker=1] No checkpointed highwatermark is found for partition cm-events-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,823 INFO [Partition cm-events-3 broker=1] Log loaded for partition cm-events-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,823 INFO [Broker id=1] Follower cm-events-3 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,831 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition dmi-cm-events-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:31,832 INFO [UnifiedLog partition=dmi-cm-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:31,832 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition dmi-cm-events-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:31,832 INFO [UnifiedLog partition=dmi-cm-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:31,880 INFO [LogLoader partition=cm-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,882 INFO Created log for partition cm-events-1 in /var/lib/kafka/data-0/kafka-log1/cm-events-1 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,882 INFO [Partition cm-events-1 broker=1] No checkpointed highwatermark is found for partition cm-events-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,882 INFO [Partition cm-events-1 broker=1] Log loaded for partition cm-events-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,882 INFO [Broker id=1] Follower cm-events-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,930 INFO [LogLoader partition=cm-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,932 INFO Created log for partition cm-events-0 in /var/lib/kafka/data-0/kafka-log1/cm-events-0 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,932 INFO [Partition cm-events-0 broker=1] No checkpointed highwatermark is found for partition cm-events-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,932 INFO [Partition cm-events-0 broker=1] Log loaded for partition cm-events-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,932 INFO [Broker id=1] Follower cm-events-0 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,932 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(cm-events-0, cm-events-1, cm-events-3, cm-events-4) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,932 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 20 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,933 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(cm-events-0 -> InitialFetchState(Some(aCdHjZxDTvyrdyA6xVOPvA),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cm-events-3 -> InitialFetchState(Some(aCdHjZxDTvyrdyA6xVOPvA),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,933 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(cm-events-1 -> InitialFetchState(Some(aCdHjZxDTvyrdyA6xVOPvA),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cm-events-4 -> InitialFetchState(Some(aCdHjZxDTvyrdyA6xVOPvA),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,934 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 20 from controller 0 epoch 1 for the become-follower transition for partition cm-events-4 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,934 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 20 from controller 0 epoch 1 for the become-follower transition for partition cm-events-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,934 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 20 from controller 0 epoch 1 for the become-follower transition for partition cm-events-1 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,934 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 20 from controller 0 epoch 1 for the become-follower transition for partition cm-events-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,934 INFO [Broker id=1] Finished LeaderAndIsr request in 391ms correlationId 20 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,938 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition dmi-cm-events-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,938 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition dmi-cm-events-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,938 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cm-events-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,938 INFO [UnifiedLog partition=cm-events-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,938 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition cm-events-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,938 INFO [UnifiedLog partition=cm-events-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,958 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cm-events', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition cm-events-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 21 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,958 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cm-events', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition cm-events-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 21 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,958 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cm-events', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition cm-events-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 21 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,958 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cm-events', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition cm-events-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 21 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,958 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cm-events', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition cm-events-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 21 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,958 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cm-events', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition cm-events-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 21 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,958 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 21 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:31,986 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cm-events-4. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:31,987 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cm-events-1. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:32,106 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 22 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,106 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 22 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,106 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 22 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,106 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 22 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,106 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 22 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,106 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 22 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,106 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 22 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,113 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 22 from controller 0 epoch 1 starting the become-leader transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,113 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 22 from controller 0 epoch 1 starting the become-leader transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,113 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3, ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,113 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 22 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,155 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,157 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 in /var/lib/kafka/data-0/kafka-log1/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,161 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 broker=1] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,161 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 broker=1] Log loaded for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,162 INFO [Broker id=1] Leader ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,211 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,214 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 in /var/lib/kafka/data-0/kafka-log1/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,214 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 broker=1] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,214 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 broker=1] Log loaded for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,214 INFO [Broker id=1] Leader ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,224 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 22 from controller 0 epoch 1 for the become-leader transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,224 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 22 from controller 0 epoch 1 for the become-leader transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,224 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 22 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,224 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 22 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,224 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 22 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,224 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 22 from controller 0 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,273 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,276 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 in /var/lib/kafka/data-0/kafka-log1/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,276 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 broker=1] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,276 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 broker=1] Log loaded for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,276 INFO [Broker id=1] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,337 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cm-events-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,337 INFO [UnifiedLog partition=cm-events-0, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,337 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition cm-events-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,337 INFO [UnifiedLog partition=cm-events-3, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,339 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,341 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 in /var/lib/kafka/data-0/kafka-log1/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,341 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 broker=1] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,341 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 broker=1] Log loaded for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,341 INFO [Broker id=1] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,399 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,401 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 in /var/lib/kafka/data-0/kafka-log1/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,401 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 broker=1] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,401 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 broker=1] Log loaded for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,401 INFO [Broker id=1] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,463 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,467 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 in /var/lib/kafka/data-0/kafka-log1/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,467 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 broker=1] No checkpointed highwatermark is found for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,467 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 broker=1] Log loaded for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,467 INFO [Broker id=1] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,468 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4, ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5, ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2, ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,468 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 22 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,470 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 -> InitialFetchState(Some(ubDKJtP4TEWXOTIjwz6xaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 -> InitialFetchState(Some(ubDKJtP4TEWXOTIjwz6xaQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,470 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 -> InitialFetchState(Some(ubDKJtP4TEWXOTIjwz6xaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 -> InitialFetchState(Some(ubDKJtP4TEWXOTIjwz6xaQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,470 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 22 from controller 0 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,470 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 22 from controller 0 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,470 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 22 from controller 0 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,470 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 22 from controller 0 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,471 INFO [Broker id=1] Finished LeaderAndIsr request in 365ms correlationId 22 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,476 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,476 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,476 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,476 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,476 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,476 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,476 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 23 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,496 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:32,497 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:32,497 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:32,498 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:32,551 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:32,551 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:32,657 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 24 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,657 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 24 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,657 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 24 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,657 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 24 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,657 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 24 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,657 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 24 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,658 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 24 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,662 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 24 from controller 0 epoch 1 starting the become-leader transition for partition dmi-ncmp-cm-avc-subscription-4 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,662 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 24 from controller 0 epoch 1 starting the become-leader transition for partition dmi-ncmp-cm-avc-subscription-1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,662 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(dmi-ncmp-cm-avc-subscription-4, dmi-ncmp-cm-avc-subscription-1) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,662 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 24 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,723 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-4, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,727 INFO Created log for partition dmi-ncmp-cm-avc-subscription-4 in /var/lib/kafka/data-0/kafka-log1/dmi-ncmp-cm-avc-subscription-4 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,735 INFO [Partition dmi-ncmp-cm-avc-subscription-4 broker=1] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,735 INFO [Partition dmi-ncmp-cm-avc-subscription-4 broker=1] Log loaded for partition dmi-ncmp-cm-avc-subscription-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,735 INFO [Broker id=1] Leader dmi-ncmp-cm-avc-subscription-4 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,801 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-1, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,804 INFO Created log for partition dmi-ncmp-cm-avc-subscription-1 in /var/lib/kafka/data-0/kafka-log1/dmi-ncmp-cm-avc-subscription-1 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,804 INFO [Partition dmi-ncmp-cm-avc-subscription-1 broker=1] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,804 INFO [Partition dmi-ncmp-cm-avc-subscription-1 broker=1] Log loaded for partition dmi-ncmp-cm-avc-subscription-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,804 INFO [Broker id=1] Leader dmi-ncmp-cm-avc-subscription-1 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,816 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 24 from controller 0 epoch 1 for the become-leader transition for partition dmi-ncmp-cm-avc-subscription-4 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,816 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 24 from controller 0 epoch 1 for the become-leader transition for partition dmi-ncmp-cm-avc-subscription-1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,816 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 24 from controller 0 epoch 1 starting the become-follower transition for partition dmi-ncmp-cm-avc-subscription-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,816 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 24 from controller 0 epoch 1 starting the become-follower transition for partition dmi-ncmp-cm-avc-subscription-3 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,816 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 24 from controller 0 epoch 1 starting the become-follower transition for partition dmi-ncmp-cm-avc-subscription-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,816 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 24 from controller 0 epoch 1 starting the become-follower transition for partition dmi-ncmp-cm-avc-subscription-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,843 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,843 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,843 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,843 INFO [UnifiedLog partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:32,872 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-2, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,875 INFO Created log for partition dmi-ncmp-cm-avc-subscription-2 in /var/lib/kafka/data-0/kafka-log1/dmi-ncmp-cm-avc-subscription-2 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,875 INFO [Partition dmi-ncmp-cm-avc-subscription-2 broker=1] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,875 INFO [Partition dmi-ncmp-cm-avc-subscription-2 broker=1] Log loaded for partition dmi-ncmp-cm-avc-subscription-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,875 INFO [Broker id=1] Follower dmi-ncmp-cm-avc-subscription-2 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,934 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-3, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,936 INFO Created log for partition dmi-ncmp-cm-avc-subscription-3 in /var/lib/kafka/data-0/kafka-log1/dmi-ncmp-cm-avc-subscription-3 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,936 INFO [Partition dmi-ncmp-cm-avc-subscription-3 broker=1] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,936 INFO [Partition dmi-ncmp-cm-avc-subscription-3 broker=1] Log loaded for partition dmi-ncmp-cm-avc-subscription-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,936 INFO [Broker id=1] Follower dmi-ncmp-cm-avc-subscription-3 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,987 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-5, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,990 INFO Created log for partition dmi-ncmp-cm-avc-subscription-5 in /var/lib/kafka/data-0/kafka-log1/dmi-ncmp-cm-avc-subscription-5 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,990 INFO [Partition dmi-ncmp-cm-avc-subscription-5 broker=1] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,990 INFO [Partition dmi-ncmp-cm-avc-subscription-5 broker=1] Log loaded for partition dmi-ncmp-cm-avc-subscription-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:32,990 INFO [Broker id=1] Follower dmi-ncmp-cm-avc-subscription-5 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,043 INFO [LogLoader partition=dmi-ncmp-cm-avc-subscription-0, dir=/var/lib/kafka/data-0/kafka-log1] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,045 INFO Created log for partition dmi-ncmp-cm-avc-subscription-0 in /var/lib/kafka/data-0/kafka-log1/dmi-ncmp-cm-avc-subscription-0 with properties {retention.ms=7200000} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,045 INFO [Partition dmi-ncmp-cm-avc-subscription-0 broker=1] No checkpointed highwatermark is found for partition dmi-ncmp-cm-avc-subscription-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,045 INFO [Partition dmi-ncmp-cm-avc-subscription-0 broker=1] Log loaded for partition dmi-ncmp-cm-avc-subscription-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,046 INFO [Broker id=1] Follower dmi-ncmp-cm-avc-subscription-0 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,046 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(dmi-ncmp-cm-avc-subscription-0, dmi-ncmp-cm-avc-subscription-3, dmi-ncmp-cm-avc-subscription-2, dmi-ncmp-cm-avc-subscription-5) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,046 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 24 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,047 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(dmi-ncmp-cm-avc-subscription-2 -> InitialFetchState(Some(lwhZDEtUQG6SaMxminkMuQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-ncmp-cm-avc-subscription-5 -> InitialFetchState(Some(lwhZDEtUQG6SaMxminkMuQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,047 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(dmi-ncmp-cm-avc-subscription-3 -> InitialFetchState(Some(lwhZDEtUQG6SaMxminkMuQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-ncmp-cm-avc-subscription-0 -> InitialFetchState(Some(lwhZDEtUQG6SaMxminkMuQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,048 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 24 from controller 0 epoch 1 for the become-follower transition for partition dmi-ncmp-cm-avc-subscription-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,048 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 24 from controller 0 epoch 1 for the become-follower transition for partition dmi-ncmp-cm-avc-subscription-3 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,048 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 24 from controller 0 epoch 1 for the become-follower transition for partition dmi-ncmp-cm-avc-subscription-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,048 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 24 from controller 0 epoch 1 for the become-follower transition for partition dmi-ncmp-cm-avc-subscription-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,048 INFO [Broker id=1] Finished LeaderAndIsr request in 391ms correlationId 24 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,057 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:33,058 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-0, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:33,058 INFO [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:33,058 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-3, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:33,061 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition dmi-ncmp-cm-avc-subscription-3 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 25 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,061 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition dmi-ncmp-cm-avc-subscription-0 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 25 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,061 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition dmi-ncmp-cm-avc-subscription-4 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 25 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,061 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition dmi-ncmp-cm-avc-subscription-1 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 25 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,061 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition dmi-ncmp-cm-avc-subscription-5 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 25 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,061 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition dmi-ncmp-cm-avc-subscription-2 in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 25 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,061 INFO [Broker id=1] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 0 epoch 1 with correlation id 25 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,073 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition dmi-ncmp-cm-avc-subscription-3. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:33,073 WARN [ReplicaFetcher replicaId=1, leaderId=2, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition dmi-ncmp-cm-avc-subscription-0. This error may be returned transiently when the partition is being created or deleted, but it is not expected to persist. (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-2]
2023-04-22 02:46:33,206 INFO [Broker id=1] Handling LeaderAndIsr request correlationId 26 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,206 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 26 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,206 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 26 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,206 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 26 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,206 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 26 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,206 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 26 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,206 TRACE [Broker id=1] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cps.data-updated-events', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 26 from controller 0 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,209 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 26 from controller 0 epoch 1 starting the become-leader transition for partition cps.data-updated-events-4 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,209 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 26 from controller 0 epoch 1 starting the become-leader transition for partition cps.data-updated-events-1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,209 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions Set(cps.data-updated-events-4, cps.data-updated-events-1) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,209 INFO [Broker id=1] Stopped fetchers as part of LeaderAndIsr request correlationId 26 from controller 0 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,275 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,279 INFO Created log for partition cps.data-updated-events-4 in /var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,285 INFO [Partition cps.data-updated-events-4 broker=1] No checkpointed highwatermark is found for partition cps.data-updated-events-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,285 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]
2023-04-22 02:46:33,285 INFO [Broker id=1] Leader cps.data-updated-events-4 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,0,2] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,345 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,347 INFO Created log for partition cps.data-updated-events-1 in /var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,347 INFO [Partition cps.data-updated-events-1 broker=1] No checkpointed highwatermark is found for partition cps.data-updated-events-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,348 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]
2023-04-22 02:46:33,348 INFO [Broker id=1] Leader cps.data-updated-events-1 starts at leader epoch 0 from offset 0 with high watermark 0 ISR [1,2,0] addingReplicas [] removingReplicas []. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,350 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-2 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:33,350 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-2, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:33,350 INFO [ReplicaFetcher replicaId=1, leaderId=0, fetcherId=0] Truncating partition dmi-ncmp-cm-avc-subscription-5 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:33,350 INFO [UnifiedLog partition=dmi-ncmp-cm-avc-subscription-5, dir=/var/lib/kafka/data-0/kafka-log1] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0]
2023-04-22 02:46:33,356 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 26 from controller 0 epoch 1 for the become-leader transition for partition cps.data-updated-events-4 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,356 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 26 from controller 0 epoch 1 for the become-leader transition for partition cps.data-updated-events-1 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,356 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 26 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-3 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,356 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 26 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,356 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 26 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,356 TRACE [Broker id=1] Handling LeaderAndIsr request correlationId 26 from controller 0 epoch 1 starting the become-follower transition for partition cps.data-updated-events-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,408 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,410 INFO Created log for partition cps.data-updated-events-3 in /var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,410 INFO [Partition cps.data-updated-events-3 broker=1] No checkpointed highwatermark is found for partition cps.data-updated-events-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,411 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]
2023-04-22 02:46:33,411 INFO [Broker id=1] Follower cps.data-updated-events-3 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,473 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,476 INFO Created log for partition cps.data-updated-events-5 in /var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,476 INFO [Partition cps.data-updated-events-5 broker=1] No checkpointed highwatermark is found for partition cps.data-updated-events-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,476 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]
2023-04-22 02:46:33,476 INFO [Broker id=1] Follower cps.data-updated-events-5 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,546 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,549 INFO Created log for partition cps.data-updated-events-0 in /var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,549 INFO [Partition cps.data-updated-events-0 broker=1] No checkpointed highwatermark is found for partition cps.data-updated-events-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,549 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]
2023-04-22 02:46:33,549 INFO [Broker id=1] Follower cps.data-updated-events-0 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,617 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.UnifiedLog$) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,619 INFO Created log for partition cps.data-updated-events-2 in /var/lib/kafka/data-0/kafka-log1/cps.data-updated-events-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,619 INFO [Partition cps.data-updated-events-2 broker=1] No checkpointed highwatermark is found for partition cps.data-updated-events-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,619 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]
2023-04-22 02:46:33,619 INFO [Broker id=1] Follower cps.data-updated-events-2 starts at leader epoch 0 from offset 0 with high watermark 0. Previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 INFO [ReplicaFetcherManager on broker 1] Removed fetcher for partitions HashSet(cps.data-updated-events-5, cps.data-updated-events-3, cps.data-updated-events-2, cps.data-updated-events-0) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 INFO [Broker id=1] Stopped fetchers as part of become-follower request from controller 0 epoch 1 with correlation id 26 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 0 for partitions Map(cps.data-updated-events-2 -> InitialFetchState(Some(WNCAFRuHShu-fWrwUTYZuQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cps.data-updated-events-5 -> InitialFetchState(Some(WNCAFRuHShu-fWrwUTYZuQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 INFO [ReplicaFetcherManager on broker 1] Added fetcher to broker 2 for partitions Map(cps.data-updated-events-3 -> InitialFetchState(Some(WNCAFRuHShu-fWrwUTYZuQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cps.data-updated-events-0 -> InitialFetchState(Some(WNCAFRuHShu-fWrwUTYZuQ),BrokerEndPoint(id=2, host=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 26 from controller 0 epoch 1 for the become-follower transition for partition cps.data-updated-events-3 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 26 from controller 0 epoch 1 for the become-follower transition for partition cps.data-updated-events-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 26 from controller 0 epoch 1 for the become-follower transition for partition cps.data-updated-events-0 with leader 2 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,620 TRACE [Broker id=1] Completed LeaderAndIsr request correlationId 26 from controller 0 epoch 1 for the become-follower transition for partition cps.data-updated-events-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,621 INFO [Broker id=1] Finished LeaderAndIsr request in 416ms correlationId 26 from controller 0 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0]
2023-04-22 02:46:33,625 TRACE [Broker id=1] Cached leader info UpdateMetadataPartitionState(topicName='cps.data-upd