By type
STRIMZI_BROKER_ID=2 Preparing truststore for replication listener Adding /opt/kafka/cluster-ca-certs/ca.crt to truststore /tmp/kafka/cluster.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore for replication listener is complete Looking for the right CA Found the right CA: /opt/kafka/cluster-ca-certs/ca.crt Preparing keystore for replication and clienttls listener Preparing keystore for replication and clienttls listener is complete Preparing truststore for client authentication Adding /opt/kafka/client-ca-certs/ca.crt to truststore /tmp/kafka/clients.truststore.p12 with alias ca Certificate was added to keystore Preparing truststore for client authentication is complete Starting Kafka with configuration: ############################## ############################## # This file is automatically generated by the Strimzi Cluster Operator # Any changes to this file will be ignored and overwritten! ############################## ############################## ########## # Node / Broker ID ########## node.id=2 broker.id=2 ########## # Kafka message logs configuration ########## log.dirs=/var/lib/kafka/data-0/kafka-log2 ########## # Control Plane listener ########## listener.name.controlplane-9090.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12 listener.name.controlplane-9090.ssl.keystore.password=[hidden] listener.name.controlplane-9090.ssl.keystore.type=PKCS12 listener.name.controlplane-9090.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12 listener.name.controlplane-9090.ssl.truststore.password=[hidden] listener.name.controlplane-9090.ssl.truststore.type=PKCS12 listener.name.controlplane-9090.ssl.client.auth=required ########## # Replication listener ########## listener.name.replication-9091.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12 listener.name.replication-9091.ssl.keystore.password=[hidden] listener.name.replication-9091.ssl.keystore.type=PKCS12 listener.name.replication-9091.ssl.truststore.location=/tmp/kafka/cluster.truststore.p12 listener.name.replication-9091.ssl.truststore.password=[hidden] listener.name.replication-9091.ssl.truststore.type=PKCS12 listener.name.replication-9091.ssl.client.auth=required ########## # Listener configuration: PLAIN-9092 ########## listener.name.plain-9092.scram-sha-512.sasl.jaas.config=[hidden] listener.name.plain-9092.sasl.enabled.mechanisms=SCRAM-SHA-512 ########## # Listener configuration: TLS-9093 ########## listener.name.tls-9093.ssl.client.auth=required listener.name.tls-9093.ssl.truststore.location=/tmp/kafka/clients.truststore.p12 listener.name.tls-9093.ssl.truststore.password=[hidden] listener.name.tls-9093.ssl.truststore.type=PKCS12 listener.name.tls-9093.ssl.keystore.location=/tmp/kafka/cluster.keystore.p12 listener.name.tls-9093.ssl.keystore.password=[hidden] listener.name.tls-9093.ssl.keystore.type=PKCS12 ########## # Listener configuration: EXTERNAL-9094 ########## listener.name.external-9094.scram-sha-512.sasl.jaas.config=[hidden] listener.name.external-9094.sasl.enabled.mechanisms=SCRAM-SHA-512 ########## # Common listener configuration ########## 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 advertised.listeners=CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://kafka-api.simpledemo.onap.org:9002 inter.broker.listener.name=REPLICATION-9091 control.plane.listener.name=CONTROLPLANE-9090 sasl.enabled.mechanisms= 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 ########## auto.create.topics.enable=true default.replication.factor=3 inter.broker.protocol.version=3.7.0 log.message.format.version=3.7.0 min.insync.replicas=2 num.partitions=6 offsets.topic.replication.factor=3 transaction.state.log.min.isr=2 transaction.state.log.replication.factor=3 ########## # 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 metadata config state [0] Using KRaft [false] + exec /usr/bin/tini -w -e 143 -- /opt/kafka/bin/kafka-server-start.sh /tmp/strimzi.properties 2024-04-25 22:45:35,657 INFO Starting KafkaAgent with brokerReadyFile=/var/opt/kafka/kafka-ready, sessionConnectedFile=/var/opt/kafka/zk-connected, sslKeyStorePath=/tmp/kafka/cluster.keystore.p12, sslTrustStore=/tmp/kafka/cluster.truststore.p12 (io.strimzi.kafka.agent.KafkaAgent) [main] 2024-04-25 22:45:35,694 INFO Logging initialized @314ms to org.eclipse.jetty.util.log.Slf4jLog (org.eclipse.jetty.util.log) [main] 2024-04-25 22:45:35,785 INFO jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 17.0.10+7-LTS (org.eclipse.jetty.server.Server) [main] 2024-04-25 22:45:35,821 INFO Started o.e.j.s.h.ContextHandler@8e24743{/v1/broker-state,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2024-04-25 22:45:35,821 INFO Started o.e.j.s.h.ContextHandler@cb0ed20{/v1/ready,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2024-04-25 22:45:35,822 INFO Started o.e.j.s.h.ContextHandler@74a10858{/v1/kraft-migration,null,AVAILABLE} (org.eclipse.jetty.server.handler.ContextHandler) [main] 2024-04-25 22:45:36,003 INFO x509=X509@4c9f8c13(onap-strimzi-kafka-2,h=[onap-strimzi-kafka-bootstrap.onap.svc.cluster.local, onap-strimzi-kafka-brokers.onap, onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc, onap-strimzi-kafka-bootstrap.onap.svc, onap-strimzi-kafka-bootstrap, onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local, onap-strimzi-kafka-bootstrap.onap, onap-strimzi-kafka-brokers, onap-strimzi-kafka-brokers.onap.svc, onap-strimzi-kafka-brokers.onap.svc.cluster.local, onap-strimzi-kafka],a=[],w=[]) for Server@5ae50ce6[provider=null,keyStore=file:///tmp/kafka/cluster.keystore.p12,trustStore=file:///tmp/kafka/cluster.truststore.p12] (org.eclipse.jetty.util.ssl.SslContextFactory) [main] 2024-04-25 22:45:36,102 INFO Started ServerConnector@2bbf4b8b{SSL, (ssl, http/1.1)}{0.0.0.0:8443} (org.eclipse.jetty.server.AbstractConnector) [main] 2024-04-25 22:45:36,105 INFO Started ServerConnector@612679d6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} (org.eclipse.jetty.server.AbstractConnector) [main] 2024-04-25 22:45:36,106 INFO Started @729ms (org.eclipse.jetty.server.Server) [main] 2024-04-25 22:45:36,106 INFO Starting metrics registry (io.strimzi.kafka.agent.KafkaAgent) [main] 2024-04-25 22:45:36,216 INFO Found class org.apache.kafka.server.metrics.KafkaYammerMetrics for Kafka 3.3 and newer. (io.strimzi.kafka.agent.KafkaAgent) [main] 2024-04-25 22:45:36,288 INFO Registered kafka:type=kafka.Log4jController MBean (kafka.utils.Log4jControllerRegistration$) [main] 2024-04-25 22:45:36,606 INFO Setting -D jdk.tls.rejectClientInitiatedRenegotiation=true to disable client-initiated TLS renegotiation (org.apache.zookeeper.common.X509Util) [main] 2024-04-25 22:45:36,710 INFO Registered signal handlers for TERM, INT, HUP (org.apache.kafka.common.utils.LoggingSignalHandler) [main] 2024-04-25 22:45:36,713 INFO starting (kafka.server.KafkaServer) [main] 2024-04-25 22:45:36,714 INFO Connecting to zookeeper on onap-strimzi-zookeeper-client:2181 (kafka.server.KafkaServer) [main] 2024-04-25 22:45:36,731 INFO [ZooKeeperClient Kafka server] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main] 2024-04-25 22:45:36,738 INFO Client environment:zookeeper.version=3.8.3-6ad6d364c7c0bcf0de452d54ebefa3058098ab56, built on 2023-10-05 10:34 UTC (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:host.name=onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc.cluster.local (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:java.version=17.0.10 (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:java.vendor=Red Hat, Inc. (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:java.home=/usr/lib/jvm/java-17-openjdk-17.0.10.0.7-2.el8.x86_64 (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:java.class.path=/opt/kafka/bin/../libs/accessors-smart-2.4.9.jar:/opt/kafka/bin/../libs/activation-1.1.1.jar:/opt/kafka/bin/../libs/animal-sniffer-annotations-1.23.jar:/opt/kafka/bin/../libs/annotations-4.1.1.4.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.12.0.jar:/opt/kafka/bin/../libs/caffeine-2.9.3.jar:/opt/kafka/bin/../libs/checker-qual-3.19.0.jar:/opt/kafka/bin/../libs/commons-beanutils-1.9.4.jar:/opt/kafka/bin/../libs/commons-cli-1.4.jar:/opt/kafka/bin/../libs/commons-collections-3.2.2.jar:/opt/kafka/bin/../libs/commons-digester-2.1.jar:/opt/kafka/bin/../libs/commons-io-2.11.0.jar:/opt/kafka/bin/../libs/commons-lang-2.6.jar:/opt/kafka/bin/../libs/commons-lang3-3.8.1.jar:/opt/kafka/bin/../libs/commons-logging-1.2.jar:/opt/kafka/bin/../libs/commons-validator-1.7.jar:/opt/kafka/bin/../libs/connect-api-3.7.0.jar:/opt/kafka/bin/../libs/connect-basic-auth-extension-3.7.0.jar:/opt/kafka/bin/../libs/connect-json-3.7.0.jar:/opt/kafka/bin/../libs/connect-mirror-3.7.0.jar:/opt/kafka/bin/../libs/connect-mirror-client-3.7.0.jar:/opt/kafka/bin/../libs/connect-runtime-3.7.0.jar:/opt/kafka/bin/../libs/connect-transforms-3.7.0.jar:/opt/kafka/bin/../libs/cruise-control-metrics-reporter-2.5.137.jar:/opt/kafka/bin/../libs/error_prone_annotations-2.10.0.jar:/opt/kafka/bin/../libs/failureaccess-1.0.1.jar:/opt/kafka/bin/../libs/grpc-api-1.61.0.jar:/opt/kafka/bin/../libs/grpc-context-1.61.0.jar:/opt/kafka/bin/../libs/grpc-core-1.61.0.jar:/opt/kafka/bin/../libs/grpc-netty-shaded-1.61.0.jar:/opt/kafka/bin/../libs/grpc-stub-1.60.1.jar:/opt/kafka/bin/../libs/grpc-util-1.61.0.jar:/opt/kafka/bin/../libs/gson-2.10.1.jar:/opt/kafka/bin/../libs/guava-32.1.3-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-2.8.jar:/opt/kafka/bin/../libs/jackson-annotations-2.16.0.jar:/opt/kafka/bin/../libs/jackson-core-2.16.0.jar:/opt/kafka/bin/../libs/jackson-databind-2.16.0.jar:/opt/kafka/bin/../libs/jackson-dataformat-csv-2.16.0.jar:/opt/kafka/bin/../libs/jackson-dataformat-yaml-2.16.0.jar:/opt/kafka/bin/../libs/jackson-datatype-jdk8-2.16.0.jar:/opt/kafka/bin/../libs/jackson-datatype-jsr310-2.16.0.jar:/opt/kafka/bin/../libs/jackson-jaxrs-base-2.16.0.jar:/opt/kafka/bin/../libs/jackson-jaxrs-json-provider-2.16.0.jar:/opt/kafka/bin/../libs/jackson-module-jaxb-annotations-2.16.0.jar:/opt/kafka/bin/../libs/jackson-module-scala_2.13-2.16.0.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.29.2-GA.jar:/opt/kafka/bin/../libs/javax.activation-api-1.2.0.jar:/opt/kafka/bin/../libs/javax.annotation-api-1.3.2.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.1.jar:/opt/kafka/bin/../libs/jersey-client-2.39.1.jar:/opt/kafka/bin/../libs/jersey-common-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-2.39.1.jar:/opt/kafka/bin/../libs/jersey-container-servlet-core-2.39.1.jar:/opt/kafka/bin/../libs/jersey-hk2-2.39.1.jar:/opt/kafka/bin/../libs/jersey-server-2.39.1.jar:/opt/kafka/bin/../libs/jetty-client-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-continuation-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-http-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-io-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-security-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-server-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-servlet-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-servlets-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-util-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jetty-util-ajax-9.4.53.v20231009.jar:/opt/kafka/bin/../libs/jline-3.22.0.jar:/opt/kafka/bin/../libs/jmx_prometheus_javaagent-0.20.0.jar:/opt/kafka/bin/../libs/jopt-simple-5.0.4.jar:/opt/kafka/bin/../libs/jose4j-0.9.4.jar:/opt/kafka/bin/../libs/json-path-2.9.0.jar:/opt/kafka/bin/../libs/json-smart-2.4.9.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.40.0.jar:/opt/kafka/bin/../libs/kafka-clients-3.7.0.jar:/opt/kafka/bin/../libs/kafka-env-var-config-provider-1.1.0.jar:/opt/kafka/bin/../libs/kafka-group-coordinator-3.7.0.jar:/opt/kafka/bin/../libs/kafka-kubernetes-config-provider-1.1.2.jar:/opt/kafka/bin/../libs/kafka-log4j-appender-3.7.0.jar:/opt/kafka/bin/../libs/kafka-metadata-3.7.0.jar:/opt/kafka/bin/../libs/kafka-oauth-client-0.15.0.jar:/opt/kafka/bin/../libs/kafka-oauth-common-0.15.0.jar:/opt/kafka/bin/../libs/kafka-oauth-keycloak-authorizer-0.15.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-0.15.0.jar:/opt/kafka/bin/../libs/kafka-oauth-server-plain-0.15.0.jar:/opt/kafka/bin/../libs/kafka-quotas-plugin-0.2.0.jar:/opt/kafka/bin/../libs/kafka-raft-3.7.0.jar:/opt/kafka/bin/../libs/kafka-server-3.7.0.jar:/opt/kafka/bin/../libs/kafka-server-common-3.7.0.jar:/opt/kafka/bin/../libs/kafka-shell-3.7.0.jar:/opt/kafka/bin/../libs/kafka-storage-3.7.0.jar:/opt/kafka/bin/../libs/kafka-storage-api-3.7.0.jar:/opt/kafka/bin/../libs/kafka-streams-3.7.0.jar:/opt/kafka/bin/../libs/kafka-streams-examples-3.7.0.jar:/opt/kafka/bin/../libs/kafka-streams-scala_2.13-3.7.0.jar:/opt/kafka/bin/../libs/kafka-streams-test-utils-3.7.0.jar:/opt/kafka/bin/../libs/kafka-tools-3.7.0.jar:/opt/kafka/bin/../libs/kafka-tools-api-3.7.0.jar:/opt/kafka/bin/../libs/kafka_2.13-3.7.0.jar:/opt/kafka/bin/../libs/kubernetes-client-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-client-api-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-httpclient-jdk-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-model-apps-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-model-batch-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-model-certificates-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-model-common-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-model-core-6.8.1.jar:/opt/kafka/bin/../libs/kubernetes-model-extensions-6.8.1.jar:/opt/kafka/bin/../libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/kafka/bin/../libs/lz4-java-1.8.0.jar:/opt/kafka/bin/../libs/maven-artifact-3.8.8.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.40.0.jar:/opt/kafka/bin/../libs/netty-buffer-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-codec-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-common-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-handler-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-resolver-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-transport-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-transport-classes-epoll-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-epoll-4.1.100.Final.jar:/opt/kafka/bin/../libs/netty-transport-native-unix-common-4.1.100.Final.jar:/opt/kafka/bin/../libs/nimbus-jose-jwt-9.37.2.jar:/opt/kafka/bin/../libs/opa-authorizer-1.5.1.jar:/opt/kafka/bin/../libs/opentelemetry-api-1.32.0.jar:/opt/kafka/bin/../libs/opentelemetry-api-events-1.34.1-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-context-1.32.0.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-common-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-otlp-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-otlp-common-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-sender-grpc-managed-channel-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-exporter-sender-jdk-1.34.1-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-extension-incubator-1.32.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-1.32.0.jar:/opt/kafka/bin/../libs/opentelemetry-instrumentation-api-semconv-1.32.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-2.6-1.32.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-kafka-clients-common-1.32.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-proto-1.0.0-alpha.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-common-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-extension-autoconfigure-spi-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-logs-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-metrics-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-sdk-trace-1.34.1.jar:/opt/kafka/bin/../libs/opentelemetry-semconv-1.21.0-alpha.jar:/opt/kafka/bin/../libs/osgi-resource-locator-1.0.3.jar:/opt/kafka/bin/../libs/paranamer-2.8.jar:/opt/kafka/bin/../libs/pcollections-4.0.1.jar:/opt/kafka/bin/../libs/perfmark-api-0.26.0.jar:/opt/kafka/bin/../libs/plexus-utils-3.3.1.jar:/opt/kafka/bin/../libs/protobuf-java-3.23.4.jar:/opt/kafka/bin/../libs/reflections-0.10.2.jar:/opt/kafka/bin/../libs/reload4j-1.2.25.jar:/opt/kafka/bin/../libs/rocksdbjni-7.9.2.jar:/opt/kafka/bin/../libs/scala-collection-compat_2.13-2.10.0.jar:/opt/kafka/bin/../libs/scala-java8-compat_2.13-1.0.2.jar:/opt/kafka/bin/../libs/scala-library-2.13.12.jar:/opt/kafka/bin/../libs/scala-logging_2.13-3.9.4.jar:/opt/kafka/bin/../libs/scala-reflect-2.13.12.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-2.0.jar:/opt/kafka/bin/../libs/snakeyaml-engine-2.6.jar:/opt/kafka/bin/../libs/snappy-java-1.1.10.5.jar:/opt/kafka/bin/../libs/swagger-annotations-2.2.8.jar:/opt/kafka/bin/../libs/tracing-agent-0.40.0.jar:/opt/kafka/bin/../libs/trogdor-3.7.0.jar:/opt/kafka/bin/../libs/zjsonpatch-0.3.0.jar:/opt/kafka/bin/../libs/zookeeper-3.8.3.jar:/opt/kafka/bin/../libs/zookeeper-jute-3.8.3.jar:/opt/kafka/bin/../libs/zstd-jni-1.5.5-6.jar (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:java.library.path=/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:java.io.tmpdir=/tmp (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:java.compiler=
(org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:os.name=Linux (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:os.arch=amd64 (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:os.version=5.4.0-96-generic (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,738 INFO Client environment:user.name=root (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,739 INFO Client environment:user.home=/root (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,739 INFO Client environment:user.dir=/opt/kafka (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,739 INFO Client environment:os.memory.free=182MB (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,739 INFO Client environment:os.memory.max=8032MB (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,739 INFO Client environment:os.memory.total=212MB (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,741 INFO Initiating client connection, connectString=onap-strimzi-zookeeper-client:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@22b53226 (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:36,818 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main] 2024-04-25 22:45:36,835 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main] 2024-04-25 22:45:36,837 INFO Starting poller (io.strimzi.kafka.agent.KafkaAgent) [main] 2024-04-25 22:45:36,839 INFO [ZooKeeperClient Kafka server] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main] 2024-04-25 22:45:36,847 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.2.64:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)] 2024-04-25 22:45:37,035 INFO SSL handler added for channel: [id: 0x117ebb59] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1] 2024-04-25 22:45:37,046 INFO Socket connection established, initiating session, client: /10.233.74.246:35426, server: onap-strimzi-zookeeper-client/10.233.2.64:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1] 2024-04-25 22:45:37,048 INFO channel is connected: [id: 0x117ebb59, L:/10.233.74.246:35426 - R:onap-strimzi-zookeeper-client/10.233.2.64:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-2-1] 2024-04-25 22:45:37,236 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.2.64:2181, session id = 0x2000030dde50001, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-2-1] 2024-04-25 22:45:37,241 INFO [ZooKeeperClient Kafka server] Connected. (kafka.zookeeper.ZooKeeperClient) [main] 2024-04-25 22:45:37,774 INFO Cluster ID = uLa1at5sQ2q8h0O3wSTrTA (kafka.server.KafkaServer) [main] 2024-04-25 22:45:37,864 INFO KafkaConfig values: advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://kafka-api.simpledemo.onap.org:9002 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.include.jmx.reporter = true auto.leader.rebalance.enable = true background.threads = 10 broker.heartbeat.interval.ms = 2000 broker.id = 2 broker.id.generation.enable = true broker.rack = null broker.session.timeout.ms = 9000 client.quota.callback.class = null compression.type = producer connection.failed.authentication.delay.ms = 100 connections.max.idle.ms = 600000 connections.max.reauth.ms = 0 control.plane.listener.name = CONTROLPLANE-9090 controlled.shutdown.enable = true controlled.shutdown.max.retries = 3 controlled.shutdown.retry.backoff.ms = 5000 controller.listener.names = null controller.quorum.append.linger.ms = 25 controller.quorum.election.backoff.max.ms = 1000 controller.quorum.election.timeout.ms = 1000 controller.quorum.fetch.timeout.ms = 2000 controller.quorum.request.timeout.ms = 2000 controller.quorum.retry.backoff.ms = 20 controller.quorum.voters = [] controller.quota.window.num = 11 controller.quota.window.size.seconds = 1 controller.socket.timeout.ms = 30000 create.topic.policy.class.name = null default.replication.factor = 3 delegation.token.expiry.check.interval.ms = 3600000 delegation.token.expiry.time.ms = 86400000 delegation.token.master.key = null delegation.token.max.lifetime.ms = 604800000 delegation.token.secret.key = null delete.records.purgatory.purge.interval.requests = 1 delete.topic.enable = true early.start.listeners = null eligible.leader.replicas.enable = false fetch.max.bytes = 57671680 fetch.purgatory.purge.interval.requests = 1000 group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, org.apache.kafka.coordinator.group.assignor.RangeAssignor] group.consumer.heartbeat.interval.ms = 5000 group.consumer.max.heartbeat.interval.ms = 15000 group.consumer.max.session.timeout.ms = 60000 group.consumer.max.size = 2147483647 group.consumer.min.heartbeat.interval.ms = 5000 group.consumer.min.session.timeout.ms = 45000 group.consumer.session.timeout.ms = 45000 group.coordinator.new.enable = false group.coordinator.rebalance.protocols = [classic] group.coordinator.threads = 1 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.7.0 kafka.metrics.polling.interval.secs = 10 kafka.metrics.reporters = [] leader.imbalance.check.interval.seconds = 300 leader.imbalance.per.broker.percentage = 10 listener.security.protocol.map = CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094: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-log2 log.flush.interval.messages = 9223372036854775807 log.flush.interval.ms = null log.flush.offset.checkpoint.interval.ms = 60000 log.flush.scheduler.interval.ms = 9223372036854775807 log.flush.start.offset.checkpoint.interval.ms = 60000 log.index.interval.bytes = 4096 log.index.size.max.bytes = 10485760 log.local.retention.bytes = -2 log.local.retention.ms = -2 log.message.downconversion.enable = true log.message.format.version = 3.7.0 log.message.timestamp.after.max.ms = 9223372036854775807 log.message.timestamp.before.max.ms = 9223372036854775807 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.max.snapshot.interval.ms = 3600000 metadata.log.segment.bytes = 1073741824 metadata.log.segment.min.bytes = 8388608 metadata.log.segment.ms = 604800000 metadata.max.idle.interval.ms = 500 metadata.max.retention.bytes = 104857600 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 = 2 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.id.expiration.check.interval.ms = 600000 producer.id.expiration.ms = 86400000 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.custom.metadata.max.bytes = 128 remote.log.metadata.manager.class.name = org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager remote.log.metadata.manager.class.path = null remote.log.metadata.manager.impl.prefix = rlmm.config. 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 = rsm.config. 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 server.max.startup.time.ms = 9223372036854775807 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.allow.dn.changes = false ssl.allow.san.changes = false 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 = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS telemetry.max.bytes = 1048576 transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000 transaction.max.timeout.ms = 900000 transaction.partition.verification.enable = true 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 unstable.api.versions.enable = false unstable.metadata.versions.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.metadata.migration.enable = false zookeeper.metadata.migration.min.batch.size = 200 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] 2024-04-25 22:45:37,908 INFO [ThrottledChannelReaper-Fetch]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Fetch] 2024-04-25 22:45:37,909 INFO [ThrottledChannelReaper-Produce]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Produce] 2024-04-25 22:45:37,910 INFO [ThrottledChannelReaper-Request]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-Request] 2024-04-25 22:45:37,914 INFO [ThrottledChannelReaper-ControllerMutation]: Starting (kafka.server.ClientQuotaManager$ThrottledChannelReaper) [ThrottledChannelReaper-ControllerMutation] 2024-04-25 22:45:37,921 INFO [KafkaServer id=2] Rewriting /var/lib/kafka/data-0/kafka-log2/meta.properties (kafka.server.KafkaServer) [main] 2024-04-25 22:45:37,999 INFO Loading logs from log dirs ArraySeq(/var/lib/kafka/data-0/kafka-log2) (kafka.log.LogManager) [main] 2024-04-25 22:45:38,016 INFO No logs found to be loaded in /var/lib/kafka/data-0/kafka-log2 (kafka.log.LogManager) [main] 2024-04-25 22:45:38,026 INFO Loaded 0 logs in 27ms (kafka.log.LogManager) [main] 2024-04-25 22:45:38,028 INFO Starting log cleanup with a period of 300000 ms. (kafka.log.LogManager) [main] 2024-04-25 22:45:38,030 INFO Starting log flusher with a default period of 9223372036854775807 ms. (kafka.log.LogManager) [main] 2024-04-25 22:45:38,050 INFO Starting the log cleaner (kafka.log.LogCleaner) [main] 2024-04-25 22:45:38,163 INFO [kafka-log-cleaner-thread-0]: Starting (kafka.log.LogCleaner$CleanerThread) [kafka-log-cleaner-thread-0] 2024-04-25 22:45:38,181 INFO [feature-zk-node-event-process-thread]: Starting (kafka.server.FinalizedFeatureChangeListener$ChangeNotificationProcessorThread) [feature-zk-node-event-process-thread] 2024-04-25 22:45:38,208 INFO Feature ZK node at path: /feature does not exist (kafka.server.FinalizedFeatureChangeListener) [feature-zk-node-event-process-thread] 2024-04-25 22:45:38,256 INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [zk-broker-2-to-controller-forwarding-channel-manager] 2024-04-25 22:45:38,680 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main] 2024-04-25 22:45:38,734 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created control-plane acceptor and processor for endpoint : ListenerName(CONTROLPLANE-9090) (kafka.network.SocketServer) [main] 2024-04-25 22:45:38,736 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main] 2024-04-25 22:45:38,957 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(REPLICATION-9091) (kafka.network.SocketServer) [main] 2024-04-25 22:45:38,958 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main] 2024-04-25 22:45:38,975 INFO Successfully logged in. (org.apache.kafka.common.security.authenticator.AbstractLogin) [main] 2024-04-25 22:45:38,980 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(PLAIN-9092) (kafka.network.SocketServer) [main] 2024-04-25 22:45:38,981 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main] 2024-04-25 22:45:39,032 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(TLS-9093) (kafka.network.SocketServer) [main] 2024-04-25 22:45:39,032 INFO Updated connection-accept-rate max connection creation rate to 2147483647 (kafka.network.ConnectionQuotas) [main] 2024-04-25 22:45:39,061 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Created data-plane acceptor and processors for endpoint : ListenerName(EXTERNAL-9094) (kafka.network.SocketServer) [main] 2024-04-25 22:45:39,084 INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Starting (kafka.server.NodeToControllerRequestThread) [zk-broker-2-to-controller-alter-partition-channel-manager] 2024-04-25 22:45:39,131 INFO [ExpirationReaper-2-Produce]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Produce] 2024-04-25 22:45:39,133 INFO [ExpirationReaper-2-Fetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Fetch] 2024-04-25 22:45:39,135 INFO [ExpirationReaper-2-DeleteRecords]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-DeleteRecords] 2024-04-25 22:45:39,136 INFO [ExpirationReaper-2-ElectLeader]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-ElectLeader] 2024-04-25 22:45:39,137 INFO [ExpirationReaper-2-RemoteFetch]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-RemoteFetch] 2024-04-25 22:45:39,160 INFO [LogDirFailureHandler]: Starting (kafka.server.ReplicaManager$LogDirFailureHandler) [LogDirFailureHandler] 2024-04-25 22:45:39,161 INFO [AddPartitionsToTxnSenderThread-2]: Starting (kafka.server.AddPartitionsToTxnManager) [AddPartitionsToTxnSenderThread-2] 2024-04-25 22:45:39,201 INFO Creating /brokers/ids/2 (is it secure? false) (kafka.zk.KafkaZkClient) [main] 2024-04-25 22:45:39,241 INFO Stat of the created znode at /brokers/ids/2 is: 12884901949,12884901949,1714085139222,1714085139222,1,0,0,144115397957058561,643,0,12884901949 (kafka.zk.KafkaZkClient) [main] 2024-04-25 22:45:39,242 INFO Registered broker 2 at path /brokers/ids/2 with addresses: CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://kafka-api.simpledemo.onap.org:9002, czxid (broker epoch): 12884901949 (kafka.zk.KafkaZkClient) [main] 2024-04-25 22:45:39,290 INFO [ControllerEventThread controllerId=2] Starting (kafka.controller.ControllerEventManager$ControllerEventThread) [controller-event-thread] 2024-04-25 22:45:39,298 INFO [ExpirationReaper-2-topic]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-topic] 2024-04-25 22:45:39,308 INFO [ExpirationReaper-2-Heartbeat]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Heartbeat] 2024-04-25 22:45:39,308 INFO [ExpirationReaper-2-Rebalance]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-Rebalance] 2024-04-25 22:45:39,332 INFO Successfully created /controller_epoch with initial epoch 0 (kafka.zk.KafkaZkClient) [controller-event-thread] 2024-04-25 22:45:39,335 INFO [GroupCoordinator 2]: Starting up. (kafka.coordinator.group.GroupCoordinator) [main] 2024-04-25 22:45:39,348 INFO [Controller id=2] 2 successfully elected as the controller. Epoch incremented to 1 and epoch zk version is now 1 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,350 INFO [GroupCoordinator 2]: Startup complete. (kafka.coordinator.group.GroupCoordinator) [main] 2024-04-25 22:45:39,354 INFO [Controller id=2] Creating FeatureZNode at path: /feature with contents: FeatureZNode(2,Enabled,Map()) (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,366 INFO Feature ZK node created at path: /feature (kafka.server.FinalizedFeatureChangeListener) [main-EventThread] 2024-04-25 22:45:39,383 INFO [TransactionCoordinator id=2] Starting up. (kafka.coordinator.transaction.TransactionCoordinator) [main] 2024-04-25 22:45:39,390 INFO [TxnMarkerSenderThread-2]: Starting (kafka.coordinator.transaction.TransactionMarkerChannelManager) [TxnMarkerSenderThread-2] 2024-04-25 22:45:39,391 INFO [TransactionCoordinator id=2] Startup complete. (kafka.coordinator.transaction.TransactionCoordinator) [main] 2024-04-25 22:45:39,407 INFO [MetadataCache brokerId=2] Updated cache from existing None to latest Features(version=3.7-IV4, finalizedFeatures={}, finalizedFeaturesEpoch=0). (kafka.server.metadata.ZkMetadataCache) [feature-zk-node-event-process-thread] 2024-04-25 22:45:39,407 INFO [Controller id=2] Registering handlers (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,417 INFO [Controller id=2] Deleting log dir event notifications (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,424 INFO [Controller id=2] Deleting isr change notifications (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,428 INFO [Controller id=2] Initializing controller context (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,445 INFO [ZooKeeperClient ACL authorizer] Initializing a new session to onap-strimzi-zookeeper-client:2181. (kafka.zookeeper.ZooKeeperClient) [main] 2024-04-25 22:45:39,445 INFO Initiating client connection, connectString=onap-strimzi-zookeeper-client:2181 sessionTimeout=18000 watcher=kafka.zookeeper.ZooKeeperClient$ZooKeeperClientWatcher$@554c4eaa (org.apache.zookeeper.ZooKeeper) [main] 2024-04-25 22:45:39,445 INFO jute.maxbuffer value is 4194304 Bytes (org.apache.zookeeper.ClientCnxnSocket) [main] 2024-04-25 22:45:39,446 INFO zookeeper.request.timeout value is 0. feature enabled=false (org.apache.zookeeper.ClientCnxn) [main] 2024-04-25 22:45:39,447 INFO Opening socket connection to server onap-strimzi-zookeeper-client/10.233.2.64:2181. (org.apache.zookeeper.ClientCnxn) [main-SendThread(onap-strimzi-zookeeper-client:2181)] 2024-04-25 22:45:39,448 INFO [ZooKeeperClient ACL authorizer] Waiting until connected. (kafka.zookeeper.ZooKeeperClient) [main] 2024-04-25 22:45:39,451 INFO [Controller id=2] Initialized broker epochs cache: HashMap(1 -> 12884901953, 2 -> 12884901949) (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,459 DEBUG [Controller id=2] Register BrokerModifications handler for Set(1, 2) (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,465 INFO SSL handler added for channel: [id: 0xfde041d8] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1] 2024-04-25 22:45:39,466 INFO Socket connection established, initiating session, client: /10.233.74.246:35438, server: onap-strimzi-zookeeper-client/10.233.2.64:2181 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1] 2024-04-25 22:45:39,466 INFO channel is connected: [id: 0xfde041d8, L:/10.233.74.246:35438 - R:onap-strimzi-zookeeper-client/10.233.2.64:2181] (org.apache.zookeeper.ClientCnxnSocketNetty) [nioEventLoopGroup-3-1] 2024-04-25 22:45:39,483 DEBUG [Channel manager on controller 2]: Controller 2 trying to connect to broker 1 (kafka.controller.ControllerChannelManager) [controller-event-thread] 2024-04-25 22:45:39,502 DEBUG [Channel manager on controller 2]: Controller 2 trying to connect to broker 2 (kafka.controller.ControllerChannelManager) [controller-event-thread] 2024-04-25 22:45:39,518 INFO [RequestSendThread controllerId=2] Starting (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,521 INFO [Controller id=2] Currently active brokers in the cluster: Set(1, 2) (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,522 INFO [RequestSendThread controllerId=2] Starting (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,522 INFO [Controller id=2] Currently shutting brokers in the cluster: HashSet() (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,522 INFO [Controller id=2] Current list of topics in the cluster: HashSet() (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,523 INFO [Controller id=2] Fetching topic deletions in progress (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,530 INFO [Controller id=2] List of topics to be deleted: (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,530 INFO [Controller id=2] List of topics ineligible for deletion: (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,531 INFO [Controller id=2] Initializing topic deletion manager (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,531 INFO [Topic Deletion Manager 2] Initializing manager with initial deletions: Set(), initial ineligible deletions: HashSet() (kafka.controller.TopicDeletionManager) [controller-event-thread] 2024-04-25 22:45:39,533 INFO [Controller id=2] Sending update metadata request (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,537 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(1, 2) for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 22:45:39,542 INFO Session establishment complete on server onap-strimzi-zookeeper-client/10.233.2.64:2181, session id = 0x1000030b19b0002, negotiated timeout = 18000 (org.apache.zookeeper.ClientCnxn) [nioEventLoopGroup-3-1] 2024-04-25 22:45:39,543 INFO [ZooKeeperClient ACL authorizer] Connected. (kafka.zookeeper.ZooKeeperClient) [main] 2024-04-25 22:45:39,546 INFO [ReplicaStateMachine controllerId=2] Initializing replica state (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2024-04-25 22:45:39,547 INFO [ReplicaStateMachine controllerId=2] Triggering online replica state changes (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2024-04-25 22:45:39,550 INFO [ReplicaStateMachine controllerId=2] Triggering offline replica state changes (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2024-04-25 22:45:39,551 DEBUG [ReplicaStateMachine controllerId=2] Started replica state machine with initial state -> HashMap() (kafka.controller.ZkReplicaStateMachine) [controller-event-thread] 2024-04-25 22:45:39,551 INFO [PartitionStateMachine controllerId=2] Initializing partition state (kafka.controller.ZkPartitionStateMachine) [controller-event-thread] 2024-04-25 22:45:39,552 INFO [PartitionStateMachine controllerId=2] Triggering online partition state changes (kafka.controller.ZkPartitionStateMachine) [controller-event-thread] 2024-04-25 22:45:39,555 DEBUG [PartitionStateMachine controllerId=2] Started partition state machine with initial state -> HashMap() (kafka.controller.ZkPartitionStateMachine) [controller-event-thread] 2024-04-25 22:45:39,555 INFO [Controller id=2] Ready to serve as the new controller with epoch 1 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,570 INFO [Controller id=2] Partitions undergoing preferred replica election: (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,571 INFO [Controller id=2] Partitions that completed preferred replica election: (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,571 INFO [Controller id=2] Skipping preferred replica election for partitions due to topic deletion: (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,572 INFO [Controller id=2] Resuming preferred replica election for partitions: (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,573 INFO [Controller id=2] Starting replica leader election (PREFERRED) for partitions triggered by ZkTriggered (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,580 INFO [Controller id=2, targetBrokerId=2] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,583 WARN [Controller id=2, targetBrokerId=2] Connection to node 2 (onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc/10.233.74.246:9090) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,585 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,586 WARN [Controller id=2, targetBrokerId=1] Connection to node 1 (onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc/10.233.73.150:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,587 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,589 INFO [Controller id=2, targetBrokerId=1] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,587 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,589 INFO [Controller id=2, targetBrokerId=2] Client requested connection close from node 2 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,599 INFO [Controller id=2] Starting the controller scheduler (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,633 INFO [Controller id=2] Newly added brokers: 0, deleted brokers: , bounced brokers: , all live brokers: 0,1,2 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,634 DEBUG [Channel manager on controller 2]: Controller 2 trying to connect to broker 0 (kafka.controller.ControllerChannelManager) [controller-event-thread] 2024-04-25 22:45:39,649 INFO [RequestSendThread controllerId=2] Starting (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,651 INFO [Controller id=2] New broker startup callback for 0 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,652 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(1, 2) for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 22:45:39,653 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0) for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 22:45:39,655 DEBUG [Controller id=2] Register BrokerModifications handler for List(0) (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,661 INFO [Controller id=2] Updated broker epochs cache: HashMap(0 -> 12884901958, 1 -> 12884901953, 2 -> 12884901949) (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:39,669 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,669 WARN [Controller id=2, targetBrokerId=0] Connection to node 0 (onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc/10.233.71.135:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,670 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,671 INFO [Controller id=2, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,691 INFO [Controller id=2, targetBrokerId=2] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,691 WARN [Controller id=2, targetBrokerId=2] Connection to node 2 (onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc/10.233.74.246:9090) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,691 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,691 INFO [Controller id=2, targetBrokerId=2] Client requested connection close from node 2 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,698 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,698 WARN [Controller id=2, targetBrokerId=1] Connection to node 1 (onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc/10.233.73.150:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,698 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,698 INFO [Controller id=2, targetBrokerId=1] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,781 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,781 WARN [Controller id=2, targetBrokerId=0] Connection to node 0 (onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc/10.233.71.135:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,782 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,782 INFO [Controller id=2, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,794 INFO [Controller id=2, targetBrokerId=2] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,795 WARN [Controller id=2, targetBrokerId=2] Connection to node 2 (onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc/10.233.74.246:9090) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,795 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,795 INFO [Controller id=2, targetBrokerId=2] Client requested connection close from node 2 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,810 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,810 WARN [Controller id=2, targetBrokerId=1] Connection to node 1 (onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc/10.233.73.150:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,810 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,810 INFO [Controller id=2, targetBrokerId=1] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,868 INFO [/kafka-acl-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-changes-event-process-thread] 2024-04-25 22:45:39,869 INFO [/kafka-acl-extended-changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/kafka-acl-extended-changes-event-process-thread] 2024-04-25 22:45:39,894 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,895 WARN [Controller id=2, targetBrokerId=0] Connection to node 0 (onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc/10.233.71.135:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,895 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,895 INFO [Controller id=2, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:39,897 INFO [Controller id=2, targetBrokerId=2] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,897 WARN [Controller id=2, targetBrokerId=2] Connection to node 2 (onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc/10.233.74.246:9090) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,897 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,898 INFO [Controller id=2, targetBrokerId=2] Client requested connection close from node 2 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:39,923 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,924 WARN [Controller id=2, targetBrokerId=1] Connection to node 1 (onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc/10.233.73.150:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:39,924 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:39,924 INFO [Controller id=2, targetBrokerId=1] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,000 INFO [Controller id=2, targetBrokerId=2] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:40,001 WARN [Controller id=2, targetBrokerId=2] Connection to node 2 (onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc/10.233.74.246:9090) could not be established. Node may not be available. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:40,001 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,002 INFO [Controller id=2, targetBrokerId=2] Client requested connection close from node 2 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:40,007 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,007 INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-AlterAcls] 2024-04-25 22:45:40,008 WARN [Controller id=2, targetBrokerId=0] Connection to node 0 (onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc/10.233.71.135:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,008 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,008 INFO [Controller id=2, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,016 INFO [ExpirationReaper-2-AlterAcls]: Starting (kafka.server.DelayedOperationPurgatory$ExpiredOperationReaper) [ExpirationReaper-2-AlterAcls] 2024-04-25 22:45:40,033 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,033 WARN [Controller id=2, targetBrokerId=1] Connection to node 1 (onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc/10.233.73.150:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,033 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,033 INFO [Controller id=2, targetBrokerId=1] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,048 INFO [/config/changes-event-process-thread]: Starting (kafka.common.ZkNodeChangeNotificationListener$ChangeEventProcessThread) [/config/changes-event-process-thread] 2024-04-25 22:45:40,088 INFO [SocketServer listenerType=ZK_BROKER, nodeId=2] Enabling request processing. (kafka.network.SocketServer) [main] 2024-04-25 22:45:40,090 INFO Awaiting socket connections on 0.0.0.0:9090. (kafka.network.ControlPlaneAcceptor) [main] 2024-04-25 22:45:40,093 INFO Awaiting socket connections on 0.0.0.0:9091. (kafka.network.DataPlaneAcceptor) [main] 2024-04-25 22:45:40,093 INFO Awaiting socket connections on 0.0.0.0:9094. (kafka.network.DataPlaneAcceptor) [main] 2024-04-25 22:45:40,094 INFO Awaiting socket connections on 0.0.0.0:9093. (kafka.network.DataPlaneAcceptor) [main] 2024-04-25 22:45:40,096 INFO Awaiting socket connections on 0.0.0.0:9092. (kafka.network.DataPlaneAcceptor) [main] 2024-04-25 22:45:40,100 INFO Kafka version: 3.7.0 (org.apache.kafka.common.utils.AppInfoParser) [main] 2024-04-25 22:45:40,100 INFO Kafka commitId: 2ae524ed625438c5 (org.apache.kafka.common.utils.AppInfoParser) [main] 2024-04-25 22:45:40,100 INFO Kafka startTimeMs: 1714085140099 (org.apache.kafka.common.utils.AppInfoParser) [main] 2024-04-25 22:45:40,102 INFO [KafkaServer id=2] started (kafka.server.KafkaServer) [main] 2024-04-25 22:45:40,117 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,118 WARN [Controller id=2, targetBrokerId=0] Connection to node 0 (onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc/10.233.71.135:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,118 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,118 INFO [Controller id=2, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,144 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,144 WARN [Controller id=2, targetBrokerId=1] Connection to node 1 (onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc/10.233.73.150:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,144 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,145 INFO [Controller id=2, targetBrokerId=1] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,176 INFO [RequestSendThread controllerId=2] Controller 2 connected to onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:40,228 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,228 WARN [Controller id=2, targetBrokerId=0] Connection to node 0 (onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc/10.233.71.135:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,228 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,228 INFO [Controller id=2, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,242 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 0 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:40,252 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 1 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 22:45:40,256 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,256 WARN [Controller id=2, targetBrokerId=1] Connection to node 1 (onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc/10.233.73.150:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,256 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,257 INFO [Controller id=2, targetBrokerId=1] Client requested connection close from node 1 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,274 INFO [zk-broker-2-to-controller-forwarding-channel-manager]: Recorded new controller, from now on will use node onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (kafka.server.NodeToControllerRequestThread) [zk-broker-2-to-controller-forwarding-channel-manager] 2024-04-25 22:45:40,290 INFO [zk-broker-2-to-controller-alter-partition-channel-manager]: Recorded new controller, from now on will use node onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (kafka.server.NodeToControllerRequestThread) [zk-broker-2-to-controller-alter-partition-channel-manager] 2024-04-25 22:45:40,345 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,345 WARN [Controller id=2, targetBrokerId=0] Connection to node 0 (onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc/10.233.71.135:9090) terminated during authentication. This may happen due to any of the following reasons: (1) Authentication failed due to invalid credentials with brokers older than 1.0.0, (2) Firewall blocking Kafka TLS traffic (eg it may only allow HTTPS traffic), (3) Transient network issue. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,345 WARN [RequestSendThread controllerId=2] Controller 2's connection to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) was unsuccessful (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] java.io.IOException: Connection to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) failed. at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71) at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:298) at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:251) at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:131) 2024-04-25 22:45:40,345 INFO [Controller id=2, targetBrokerId=0] Client requested connection close from node 0 (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,428 INFO [RequestSendThread controllerId=2] Controller 2 connected to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,495 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 0 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,506 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 1 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 22:45:40,512 INFO [RequestSendThread controllerId=2] Controller 2 connected to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:40,594 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 0 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 22:45:44,602 INFO [Controller id=2] Processing automatic preferred replica leader election (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:44,603 TRACE [Controller id=2] Checking need to trigger auto leader balancing (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:45:53,324 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:45:53,343 INFO Processing override for entityPath: brokers/0 with config: HashMap() (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,508 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:46:02,519 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,523 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,525 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,525 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,525 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,939 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:46:02,951 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,951 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,951 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,951 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:02,951 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,150 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:46:03,158 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,159 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,159 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,159 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,159 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,273 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:46:03,285 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,285 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,285 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,285 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:03,286 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:46:20,306 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:46:20,317 INFO Processing override for entityPath: brokers/1 with config: HashMap() (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:46:20,758 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@685b2f76, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,763 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@cf27d5e, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,768 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@7d9d18f2, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,773 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@24bc0569, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,777 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@15adbe17, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,782 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@aaa2971, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,787 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@1fe5fa5e, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,792 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@5bb62386, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,797 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@1a5a4655, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,801 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@2b78e972, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,805 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@1346ef8a, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,808 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@44d31ac5, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,813 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@cf394e4, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,817 INFO Reconfiguring org.apache.kafka.common.network.SslChannelBuilder@602cdf71, updated configs: Set() custom configs: {} (kafka.server.DynamicBrokerConfig) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,819 INFO [Admin Manager on Broker 2]: Updating broker 2 with new configuration : (kafka.server.ZkAdminManager) [data-plane-kafka-request-handler-5] 2024-04-25 22:46:20,884 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:46:20,891 WARN Updated the log level of kafka.network.Processor to FATAL (kafka.server.ConfigAdminManager) [data-plane-kafka-request-handler-3] 2024-04-25 22:46:20,891 WARN Updated the log level of kafka.server.KafkaApis to FATAL (kafka.server.ConfigAdminManager) [data-plane-kafka-request-handler-3] 2024-04-25 22:46:20,897 INFO Processing override for entityPath: brokers/2 with config: HashMap() (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:46:20,899 INFO KafkaConfig values: advertised.listeners = CONTROLPLANE-9090://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090,REPLICATION-9091://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9091,PLAIN-9092://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092,TLS-9093://onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9093,EXTERNAL-9094://kafka-api.simpledemo.onap.org:9002 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.include.jmx.reporter = true auto.leader.rebalance.enable = true background.threads = 10 broker.heartbeat.interval.ms = 2000 broker.id = 2 broker.id.generation.enable = true broker.rack = null broker.session.timeout.ms = 9000 client.quota.callback.class = null compression.type = producer connection.failed.authentication.delay.ms = 100 connections.max.idle.ms = 600000 connections.max.reauth.ms = 0 control.plane.listener.name = CONTROLPLANE-9090 controlled.shutdown.enable = true controlled.shutdown.max.retries = 3 controlled.shutdown.retry.backoff.ms = 5000 controller.listener.names = null controller.quorum.append.linger.ms = 25 controller.quorum.election.backoff.max.ms = 1000 controller.quorum.election.timeout.ms = 1000 controller.quorum.fetch.timeout.ms = 2000 controller.quorum.request.timeout.ms = 2000 controller.quorum.retry.backoff.ms = 20 controller.quorum.voters = [] controller.quota.window.num = 11 controller.quota.window.size.seconds = 1 controller.socket.timeout.ms = 30000 create.topic.policy.class.name = null default.replication.factor = 3 delegation.token.expiry.check.interval.ms = 3600000 delegation.token.expiry.time.ms = 86400000 delegation.token.master.key = null delegation.token.max.lifetime.ms = 604800000 delegation.token.secret.key = null delete.records.purgatory.purge.interval.requests = 1 delete.topic.enable = true early.start.listeners = null eligible.leader.replicas.enable = false fetch.max.bytes = 57671680 fetch.purgatory.purge.interval.requests = 1000 group.consumer.assignors = [org.apache.kafka.coordinator.group.assignor.UniformAssignor, org.apache.kafka.coordinator.group.assignor.RangeAssignor] group.consumer.heartbeat.interval.ms = 5000 group.consumer.max.heartbeat.interval.ms = 15000 group.consumer.max.session.timeout.ms = 60000 group.consumer.max.size = 2147483647 group.consumer.min.heartbeat.interval.ms = 5000 group.consumer.min.session.timeout.ms = 45000 group.consumer.session.timeout.ms = 45000 group.coordinator.new.enable = false group.coordinator.rebalance.protocols = [classic] group.coordinator.threads = 1 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.7.0 kafka.metrics.polling.interval.secs = 10 kafka.metrics.reporters = [] leader.imbalance.check.interval.seconds = 300 leader.imbalance.per.broker.percentage = 10 listener.security.protocol.map = CONTROLPLANE-9090:SSL,REPLICATION-9091:SSL,PLAIN-9092:SASL_PLAINTEXT,TLS-9093:SSL,EXTERNAL-9094: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-log2 log.flush.interval.messages = 9223372036854775807 log.flush.interval.ms = null log.flush.offset.checkpoint.interval.ms = 60000 log.flush.scheduler.interval.ms = 9223372036854775807 log.flush.start.offset.checkpoint.interval.ms = 60000 log.index.interval.bytes = 4096 log.index.size.max.bytes = 10485760 log.local.retention.bytes = -2 log.local.retention.ms = -2 log.message.downconversion.enable = true log.message.format.version = 3.7.0 log.message.timestamp.after.max.ms = 9223372036854775807 log.message.timestamp.before.max.ms = 9223372036854775807 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.max.snapshot.interval.ms = 3600000 metadata.log.segment.bytes = 1073741824 metadata.log.segment.min.bytes = 8388608 metadata.log.segment.ms = 604800000 metadata.max.idle.interval.ms = 500 metadata.max.retention.bytes = 104857600 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 = 2 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.id.expiration.check.interval.ms = 600000 producer.id.expiration.ms = 86400000 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.custom.metadata.max.bytes = 128 remote.log.metadata.manager.class.name = org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager remote.log.metadata.manager.class.path = null remote.log.metadata.manager.impl.prefix = rlmm.config. 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 = rsm.config. 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 server.max.startup.time.ms = 9223372036854775807 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.allow.dn.changes = false ssl.allow.san.changes = false 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 = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS telemetry.max.bytes = 1048576 transaction.abort.timed.out.transaction.cleanup.interval.ms = 10000 transaction.max.timeout.ms = 900000 transaction.partition.verification.enable = true 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 unstable.api.versions.enable = false unstable.metadata.versions.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.metadata.migration.enable = false zookeeper.metadata.migration.min.batch.size = 200 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] 2024-04-25 22:48:02,464 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:48:02,472 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:48:02,472 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:48:02,472 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:48:02,473 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:48:02,473 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:50:02,442 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:50:02,451 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:50:02,452 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:50:02,452 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:50:02,452 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:50:02,452 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:50:44,607 INFO [Controller id=2] Processing automatic preferred replica leader election (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:50:44,607 TRACE [Controller id=2] Checking need to trigger auto leader balancing (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:51:01,284 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:51:01,292 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,292 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,293 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,293 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,294 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,382 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:51:01,389 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,389 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,389 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,389 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:51:01,389 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:52:02,453 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:52:02,461 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:52:02,461 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:52:02,462 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:52:02,462 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:52:02,462 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:54:02,437 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:54:02,446 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:54:02,446 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:54:02,446 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:54:02,446 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:54:02,452 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:54:02,452 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:55:44,608 INFO [Controller id=2] Processing automatic preferred replica leader election (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:55:44,609 TRACE [Controller id=2] Checking need to trigger auto leader balancing (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 22:56:01,329 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:56:01,337 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:56:01,337 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:01,337 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:01,337 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:01,337 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:01,337 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:02,447 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:56:02,456 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:56:02,456 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:02,457 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:02,457 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:02,457 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:56:02,458 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:58:02,431 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 22:58:02,440 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 22:58:02,440 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:58:02,441 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:58:02,441 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:58:02,441 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 22:58:02,441 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:00:02,402 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:00:02,408 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:00:02,408 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:00:02,409 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:00:02,409 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:00:02,409 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:00:02,410 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:00:44,610 INFO [Controller id=2] Processing automatic preferred replica leader election (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:00:44,610 TRACE [Controller id=2] Checking need to trigger auto leader balancing (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:01:01,244 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:01:01,253 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:01:01,253 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:01:01,253 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:01:01,253 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:01:01,254 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:01:01,254 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:01:01,312 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:02:02,401 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:02:02,410 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:02:02,410 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:02:02,410 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:02:02,410 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:02:02,410 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:02:02,411 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:02:02,529 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:04:02,359 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:04:02,365 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:04:02,365 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:04:02,365 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:04:02,366 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:04:02,366 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:04:02,366 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:04:02,416 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:05:44,611 INFO [Controller id=2] Processing automatic preferred replica leader election (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:05:44,611 TRACE [Controller id=2] Checking need to trigger auto leader balancing (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:05:56,242 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:05:56,255 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,255 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,255 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,255 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,255 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,306 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:05:56,359 INFO Processing notification(s) to /kafka-acl-extended-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-extended-changes-event-process-thread] 2024-04-25 23:05:56,377 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:05:56,387 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] 2024-04-25 23:05:56,406 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] 2024-04-25 23:05:56,543 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:05:56,548 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,548 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,549 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,549 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,549 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,639 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:05:56,645 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,645 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,645 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,645 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,645 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,751 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:05:56,759 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,759 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,759 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,760 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:05:56,760 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,289 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:01,299 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,300 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,300 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,300 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,300 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,300 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,371 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:01,380 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,380 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,381 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,381 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,381 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:01,450 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:02,423 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:02,432 INFO Processing override for entityPath: users/aai-modelloader-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,432 INFO Removing PRODUCE quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,433 INFO Removing FETCH quota for user aai-modelloader-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,433 INFO Removing REQUEST quota for user aai-modelloader-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,433 INFO Removing CONTROLLER_MUTATION quota for user aai-modelloader-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,469 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:02,472 INFO Processing override for entityPath: users/strimzi-kafka-admin with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,472 INFO Removing PRODUCE quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,472 INFO Removing FETCH quota for user strimzi-kafka-admin (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,472 INFO Removing REQUEST quota for user strimzi-kafka-admin (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,473 INFO Sensor for user strimzi-kafka-admin already exists. Changing quota to 9.223372036854776E18 in MetricConfig (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:02,473 INFO Removing CONTROLLER_MUTATION quota for user strimzi-kafka-admin (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,776 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:09,787 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] 2024-04-25 23:06:09,787 INFO Removing PRODUCE quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,787 INFO Removing FETCH quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,787 INFO Removing REQUEST quota for user cds-sdc-listener-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,787 INFO Removing CONTROLLER_MUTATION quota for user cds-sdc-listener-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,839 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=SDC-DISTR, patternType=PREFIXED) with new version 1 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0] 2024-04-25 23:06:09,860 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:09,863 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] 2024-04-25 23:06:09,863 INFO Removing PRODUCE quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,864 INFO Removing FETCH quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,864 INFO Removing REQUEST quota for user cds-blueprints-processor-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,864 INFO Removing CONTROLLER_MUTATION quota for user cds-blueprints-processor-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:09,873 INFO Processing notification(s) to /kafka-acl-extended-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-extended-changes-event-process-thread] 2024-04-25 23:06:09,890 INFO Updated ACLs for ResourcePattern(resourceType=TOPIC, name=cds.blueprint-processor, patternType=PREFIXED) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0] 2024-04-25 23:06:09,974 INFO Updated ACLs for ResourcePattern(resourceType=GROUP, name=cds, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0] 2024-04-25 23:06:09,998 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:10,018 INFO Updated ACLs for ResourcePattern(resourceType=GROUP, name=cds-bp-processor, patternType=LITERAL) with new version 0 (kafka.security.authorizer.AclAuthorizer) [data-plane-kafka-request-handler-0] 2024-04-25 23:06:10,058 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] 2024-04-25 23:06:10,062 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] 2024-04-25 23:06:10,069 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:10,071 INFO Processing notification(s) to /kafka-acl-extended-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-extended-changes-event-process-thread] 2024-04-25 23:06:10,075 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] 2024-04-25 23:06:10,079 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] 2024-04-25 23:06:10,148 INFO Creating topic cds.blueprint-processor.self-service-api.audit.response with configuration {retention.ms=7200000, segment.bytes=1073741824} and initial partition assignment HashMap(0 -> ArrayBuffer(2, 1, 0), 1 -> ArrayBuffer(1, 0, 2), 2 -> ArrayBuffer(0, 2, 1), 3 -> ArrayBuffer(2, 0, 1), 4 -> ArrayBuffer(1, 2, 0), 5 -> ArrayBuffer(0, 1, 2)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-2] 2024-04-25 23:06:10,208 INFO [Controller id=2] New topics: [Set(cds.blueprint-processor.self-service-api.audit.response)], deleted topics: [HashSet()], new partition replica assignment [Set(TopicIdReplicaAssignment(cds.blueprint-processor.self-service-api.audit.response,Some(e9vooKoWRgiq93ABu5E5cA),HashMap(cds.blueprint-processor.self-service-api.audit.response-5 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.response-2 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.response-3 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.response-0 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.response-4 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.response-1 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=))))] (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:10,209 INFO [Controller id=2] New partition creation callback for cds.blueprint-processor.self-service-api.audit.response-5,cds.blueprint-processor.self-service-api.audit.response-2,cds.blueprint-processor.self-service-api.audit.response-3,cds.blueprint-processor.self-service-api.audit.response-0,cds.blueprint-processor.self-service-api.audit.response-4,cds.blueprint-processor.self-service-api.audit.response-1 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:10,211 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-5 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,212 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-2 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,212 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-3 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,212 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-0 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,212 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-4 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,212 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-1 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,212 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,217 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,218 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,246 INFO Creating topic cds.blueprint-processor.self-service-api.request with configuration {retention.ms=7200000, segment.bytes=1073741824} and initial partition assignment HashMap(0 -> ArrayBuffer(1, 0, 2), 1 -> ArrayBuffer(0, 2, 1), 2 -> ArrayBuffer(2, 1, 0), 3 -> ArrayBuffer(1, 2, 0), 4 -> ArrayBuffer(0, 1, 2), 5 -> ArrayBuffer(2, 0, 1)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-2] 2024-04-25 23:06:10,257 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:10,274 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] 2024-04-25 23:06:10,275 INFO Removing PRODUCE quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,275 INFO Removing FETCH quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,275 INFO Removing REQUEST quota for user cds-sdc-listener-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,275 INFO Removing CONTROLLER_MUTATION quota for user cds-sdc-listener-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,288 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,288 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,288 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,288 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,288 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,288 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.response-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,292 INFO Creating topic cds.blueprint-processor.self-service-api.response with configuration {retention.ms=7200000, segment.bytes=1073741824} 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)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-2] 2024-04-25 23:06:10,295 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.response-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,295 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.response-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,295 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.response-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,295 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.response-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,295 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.response-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,295 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.response-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,301 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 0 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,305 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.response-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,305 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.response-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,305 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.response-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,305 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.response-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,305 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.response-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,305 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.response-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,305 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 1 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,306 INFO [Controller id=2, targetBrokerId=0] Node 0 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:10,306 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.response-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,306 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.response-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,306 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.response-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,306 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.response-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,306 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.response-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,306 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.response-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,306 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 2 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,307 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0, 1, 2) for 6 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,307 INFO [Controller id=2, targetBrokerId=1] Node 1 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.response-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.response-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.response-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,309 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,310 INFO [Controller id=2, targetBrokerId=2] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:10,338 INFO [Controller id=2] New topics: [Set(cds.blueprint-processor.self-service-api.request, cds.blueprint-processor.self-service-api.response)], deleted topics: [HashSet()], new partition replica assignment [Set(TopicIdReplicaAssignment(cds.blueprint-processor.self-service-api.request,Some(26DqbKHLQpaeULr_AJ5zHQ),HashMap(cds.blueprint-processor.self-service-api.request-4 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.request-1 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.request-2 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.request-0 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.request-5 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.request-3 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=))), TopicIdReplicaAssignment(cds.blueprint-processor.self-service-api.response,Some(bGiIwi0ASEO8TF65sMUkdg),HashMap(cds.blueprint-processor.self-service-api.response-1 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.response-0 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.response-2 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.response-5 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.response-3 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.response-4 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=))))] (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:10,340 INFO Creating topic cds.blueprint-processor.self-service-api.audit.request with configuration {retention.ms=7200000, segment.bytes=1073741824} and initial partition assignment HashMap(0 -> ArrayBuffer(2, 0, 1), 1 -> ArrayBuffer(1, 2, 0), 2 -> ArrayBuffer(0, 1, 2), 3 -> ArrayBuffer(2, 1, 0), 4 -> ArrayBuffer(1, 0, 2), 5 -> ArrayBuffer(0, 2, 1)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-2] 2024-04-25 23:06:10,342 INFO [RequestSendThread controllerId=2] Controller 2 connected to onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:10,344 INFO [RequestSendThread controllerId=2] Controller 2 connected to onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2] New partition creation callback for cds.blueprint-processor.self-service-api.response-0,cds.blueprint-processor.self-service-api.response-5,cds.blueprint-processor.self-service-api.response-3,cds.blueprint-processor.self-service-api.request-2,cds.blueprint-processor.self-service-api.request-5,cds.blueprint-processor.self-service-api.request-3,cds.blueprint-processor.self-service-api.response-1,cds.blueprint-processor.self-service-api.request-4,cds.blueprint-processor.self-service-api.request-1,cds.blueprint-processor.self-service-api.response-2,cds.blueprint-processor.self-service-api.request-0,cds.blueprint-processor.self-service-api.response-4 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-0 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-5 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-3 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-2 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-5 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-3 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-1 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-4 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-1 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-2 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-0 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-4 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,345 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,346 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,347 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,354 INFO [RequestSendThread controllerId=2] Controller 2 connected to onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) for sending state change requests (kafka.controller.RequestSendThread) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:10,355 INFO [Broker id=2] Handling LeaderAndIsr request correlationId 2 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,356 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 2 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,356 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 2 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,356 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 2 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,356 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 2 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,356 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 2 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,356 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 2 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,379 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 2 from controller 2 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] 2024-04-25 23:06:10,379 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 2 from controller 2 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] 2024-04-25 23:06:10,380 INFO [ReplicaFetcherManager on broker 2] 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] 2024-04-25 23:06:10,381 INFO [Broker id=2] Stopped fetchers as part of LeaderAndIsr request correlationId 2 from controller 2 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,414 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.request-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.response-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.response-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.response-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,415 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.response-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.response-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.response-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.response-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.request-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.request-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.request-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.request-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.request-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.request-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,416 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 0 with 4 become-leader and 8 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.response-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.response-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.response-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.response-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.response-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.response-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.request-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.request-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.request-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.request-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.request-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.request-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 1 with 4 become-leader and 8 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.response-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.response-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.response-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.response-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.response-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.response-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.request-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.request-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.request-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.request-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.request-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.request-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,417 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 2 with 4 become-leader and 8 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,418 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0, 1, 2) for 12 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,418 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.request-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.response-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,419 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.request-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.response-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.response-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,420 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,421 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.request-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,421 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,433 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:10,435 INFO [Controller id=2] New topics: [Set(cds.blueprint-processor.self-service-api.audit.request)], deleted topics: [HashSet()], new partition replica assignment [Set(TopicIdReplicaAssignment(cds.blueprint-processor.self-service-api.audit.request,Some(PRxW9dp6SMa3hjysWpUJqQ),HashMap(cds.blueprint-processor.self-service-api.audit.request-3 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.request-0 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.request-4 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.request-5 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.request-2 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=), cds.blueprint-processor.self-service-api.audit.request-1 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=))))] (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:10,435 INFO [Controller id=2] New partition creation callback for cds.blueprint-processor.self-service-api.audit.request-3,cds.blueprint-processor.self-service-api.audit.request-0,cds.blueprint-processor.self-service-api.audit.request-4,cds.blueprint-processor.self-service-api.audit.request-5,cds.blueprint-processor.self-service-api.audit.request-2,cds.blueprint-processor.self-service-api.audit.request-1 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:10,436 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-3 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-0 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-4 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-5 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-2 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-1 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,436 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,437 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,437 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,437 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,437 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,437 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,437 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,437 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,464 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] 2024-04-25 23:06:10,464 INFO Removing PRODUCE quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,464 INFO Removing FETCH quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,464 INFO Removing REQUEST quota for user cds-blueprints-processor-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,464 INFO Removing CONTROLLER_MUTATION quota for user cds-blueprints-processor-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,494 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 INFO [Controller id=2 epoch=1] Changed partition cds.blueprint-processor.self-service-api.audit.request-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.request-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.request-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.request-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.request-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.request-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition cds.blueprint-processor.self-service-api.audit.request-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,494 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 0 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.request-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.request-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.request-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.request-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.request-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition cds.blueprint-processor.self-service-api.audit.request-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 1 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.request-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.request-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.request-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.request-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.request-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition cds.blueprint-processor.self-service-api.audit.request-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,495 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 2 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,496 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0, 1, 2) for 6 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition cds.blueprint-processor.self-service-api.audit.request-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,497 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition cds.blueprint-processor.self-service-api.audit.request-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition cds.blueprint-processor.self-service-api.audit.request-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,499 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:10,532 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,545 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-0 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,548 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:10,551 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-0 broker=2] 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] 2024-04-25 23:06:10,553 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-0 broker=2] 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] 2024-04-25 23:06:10,556 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] 2024-04-25 23:06:10,556 INFO Removing PRODUCE quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,556 INFO Removing FETCH quota for user cds-sdc-listener-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,556 INFO Removing REQUEST quota for user cds-sdc-listener-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,556 INFO Removing CONTROLLER_MUTATION quota for user cds-sdc-listener-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,556 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.response-0 with topic id Some(e9vooKoWRgiq93ABu5E5cA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,561 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] 2024-04-25 23:06:10,561 INFO Removing PRODUCE quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,561 INFO Removing FETCH quota for user cds-blueprints-processor-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,561 INFO Removing REQUEST quota for user cds-blueprints-processor-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,561 INFO Removing CONTROLLER_MUTATION quota for user cds-blueprints-processor-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:10,610 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,612 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-3 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,612 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-3 broker=2] 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] 2024-04-25 23:06:10,612 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-3 broker=2] 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] 2024-04-25 23:06:10,612 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.response-3 with topic id Some(e9vooKoWRgiq93ABu5E5cA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,620 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 2 from controller 2 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] 2024-04-25 23:06:10,620 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 2 from controller 2 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] 2024-04-25 23:06:10,623 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 2 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,623 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 2 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,623 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 2 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,623 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 2 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,669 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,671 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-1 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,671 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-1 broker=2] 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] 2024-04-25 23:06:10,671 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-1 broker=2] 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] 2024-04-25 23:06:10,673 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,719 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,721 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-2 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,722 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-2 broker=2] 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] 2024-04-25 23:06:10,722 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-2 broker=2] 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] 2024-04-25 23:06:10,722 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,771 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,774 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-5 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,775 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-5 broker=2] 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] 2024-04-25 23:06:10,775 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-5 broker=2] 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] 2024-04-25 23:06:10,775 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,823 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.response-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,826 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=e9vooKoWRgiq93ABu5E5cA, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 2 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:10,827 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.response-4 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,827 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-4 broker=2] 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] 2024-04-25 23:06:10,827 INFO [Partition cds.blueprint-processor.self-service-api.audit.response-4 broker=2] 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] 2024-04-25 23:06:10,827 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.response-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,828 INFO [ReplicaFetcherManager on broker 2] 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] 2024-04-25 23:06:10,829 INFO [Broker id=2] Stopped fetchers as part of become-follower request from controller 2 epoch 1 with correlation id 2 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,839 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 3 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:10,862 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=e9vooKoWRgiq93ABu5E5cA, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 1 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:10,869 INFO [ReplicaFetcherThread-0-0]: Starting (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:10,871 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions Map(cds.blueprint-processor.self-service-api.audit.response-5 -> InitialFetchState(Some(e9vooKoWRgiq93ABu5E5cA),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-2 -> InitialFetchState(Some(e9vooKoWRgiq93ABu5E5cA),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] 2024-04-25 23:06:10,875 INFO [ReplicaFetcher replicaId=2, leaderId=0, 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-0] 2024-04-25 23:06:10,878 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:10,880 INFO [ReplicaFetcher replicaId=2, leaderId=0, 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-0] 2024-04-25 23:06:10,880 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:10,886 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions Map(cds.blueprint-processor.self-service-api.audit.response-1 -> InitialFetchState(Some(e9vooKoWRgiq93ABu5E5cA),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.response-4 -> InitialFetchState(Some(e9vooKoWRgiq93ABu5E5cA),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,886 INFO [ReplicaFetcherThread-0-1]: Starting (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:10,887 INFO [ReplicaFetcher replicaId=2, leaderId=1, 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-1] 2024-04-25 23:06:10,887 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:10,887 INFO [ReplicaFetcher replicaId=2, leaderId=1, 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-1] 2024-04-25 23:06:10,887 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.response-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:10,888 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 2 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,888 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 2 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,888 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 2 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,888 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 2 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.response-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,897 INFO [Broker id=2] Finished LeaderAndIsr request in 545ms correlationId 2 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,899 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=e9vooKoWRgiq93ABu5E5cA, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 2 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:10,899 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 2 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:10,905 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=3, 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-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,905 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=4, 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-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,905 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=1, 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-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,905 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=2, 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-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,905 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=5, 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-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,905 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.response', partitionIndex=0, 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-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,906 INFO [Broker id=2] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,910 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 3 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:10,912 INFO [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 for 12 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,912 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=0, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,912 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=1, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,912 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=2, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,912 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=3, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,912 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=4, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,912 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.request', partitionIndex=5, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,913 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=4, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=5, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=2, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=3, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,916 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=0, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,918 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=1, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 4 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,923 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.request-2 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,923 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.response-1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,923 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.response-4 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,923 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-leader transition for partition cds.blueprint-processor.self-service-api.request-5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,924 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(cds.blueprint-processor.self-service-api.request-2, cds.blueprint-processor.self-service-api.response-1, cds.blueprint-processor.self-service-api.response-4, cds.blueprint-processor.self-service-api.request-5) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,924 INFO [Broker id=2] Stopped fetchers as part of LeaderAndIsr request correlationId 4 from controller 2 epoch 1 as part of the become-leader transition for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,961 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,963 INFO Created log for partition cds.blueprint-processor.self-service-api.request-2 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,967 INFO [Partition cds.blueprint-processor.self-service-api.request-2 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,967 INFO [Partition cds.blueprint-processor.self-service-api.request-2 broker=2] 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] 2024-04-25 23:06:10,967 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.request-2 with topic id Some(26DqbKHLQpaeULr_AJ5zHQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,993 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,994 INFO Created log for partition cds.blueprint-processor.self-service-api.response-1 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:10,994 INFO [Partition cds.blueprint-processor.self-service-api.response-1 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:10,994 INFO [Partition cds.blueprint-processor.self-service-api.response-1 broker=2] 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] 2024-04-25 23:06:10,995 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.response-1 with topic id Some(bGiIwi0ASEO8TF65sMUkdg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,043 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,047 INFO Created log for partition cds.blueprint-processor.self-service-api.response-4 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,047 INFO [Partition cds.blueprint-processor.self-service-api.response-4 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,047 INFO [Partition cds.blueprint-processor.self-service-api.response-4 broker=2] 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] 2024-04-25 23:06:11,047 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.response-4 with topic id Some(bGiIwi0ASEO8TF65sMUkdg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,085 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,089 INFO Created log for partition cds.blueprint-processor.self-service-api.request-5 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,089 INFO [Partition cds.blueprint-processor.self-service-api.request-5 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,089 INFO [Partition cds.blueprint-processor.self-service-api.request-5 broker=2] 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] 2024-04-25 23:06:11,089 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.request-5 with topic id Some(26DqbKHLQpaeULr_AJ5zHQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.request-2 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.response-1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.response-4 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-leader transition for partition cds.blueprint-processor.self-service-api.request-5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 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] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.request-3 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 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] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.request-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-2 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,093 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 4 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.response-5 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,126 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,127 INFO Created log for partition cds.blueprint-processor.self-service-api.request-4 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,127 INFO [Partition cds.blueprint-processor.self-service-api.request-4 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,127 INFO [Partition cds.blueprint-processor.self-service-api.request-4 broker=2] 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] 2024-04-25 23:06:11,127 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,178 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,181 INFO Created log for partition cds.blueprint-processor.self-service-api.request-3 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,181 INFO [Partition cds.blueprint-processor.self-service-api.request-3 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,182 INFO [Partition cds.blueprint-processor.self-service-api.request-3 broker=2] 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] 2024-04-25 23:06:11,182 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,233 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,235 INFO Created log for partition cds.blueprint-processor.self-service-api.response-0 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,235 INFO [Partition cds.blueprint-processor.self-service-api.response-0 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,235 INFO [Partition cds.blueprint-processor.self-service-api.response-0 broker=2] 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] 2024-04-25 23:06:11,235 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,270 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,271 INFO Created log for partition cds.blueprint-processor.self-service-api.request-1 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,271 INFO [Partition cds.blueprint-processor.self-service-api.request-1 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,271 INFO [Partition cds.blueprint-processor.self-service-api.request-1 broker=2] 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] 2024-04-25 23:06:11,272 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,320 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.request-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,322 INFO Created log for partition cds.blueprint-processor.self-service-api.request-0 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,322 INFO [Partition cds.blueprint-processor.self-service-api.request-0 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.request-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,322 INFO [Partition cds.blueprint-processor.self-service-api.request-0 broker=2] 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] 2024-04-25 23:06:11,322 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.request-0 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,362 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,363 INFO Created log for partition cds.blueprint-processor.self-service-api.response-2 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,363 INFO [Partition cds.blueprint-processor.self-service-api.response-2 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,363 INFO [Partition cds.blueprint-processor.self-service-api.response-2 broker=2] 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] 2024-04-25 23:06:11,363 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,392 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,393 INFO Created log for partition cds.blueprint-processor.self-service-api.response-3 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,393 INFO [Partition cds.blueprint-processor.self-service-api.response-3 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,394 INFO [Partition cds.blueprint-processor.self-service-api.response-3 broker=2] 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] 2024-04-25 23:06:11,394 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-3 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,409 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=bGiIwi0ASEO8TF65sMUkdg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0)]), LeaderAndIsrTopicError(topicId=26DqbKHLQpaeULr_AJ5zHQ, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 4 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:11,417 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 5 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:11,444 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.response-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,445 INFO Created log for partition cds.blueprint-processor.self-service-api.response-5 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,445 INFO [Partition cds.blueprint-processor.self-service-api.response-5 broker=2] No checkpointed highwatermark is found for partition cds.blueprint-processor.self-service-api.response-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,445 INFO [Partition cds.blueprint-processor.self-service-api.response-5 broker=2] 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] 2024-04-25 23:06:11,445 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.response-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,445 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(cds.blueprint-processor.self-service-api.response-5, cds.blueprint-processor.self-service-api.request-0, cds.blueprint-processor.self-service-api.response-2, cds.blueprint-processor.self-service-api.request-1, cds.blueprint-processor.self-service-api.response-3, cds.blueprint-processor.self-service-api.response-0, cds.blueprint-processor.self-service-api.request-3, cds.blueprint-processor.self-service-api.request-4) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,445 INFO [Broker id=2] Stopped fetchers as part of become-follower request from controller 2 epoch 1 with correlation id 4 for 8 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,447 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions HashMap(cds.blueprint-processor.self-service-api.request-4 -> InitialFetchState(Some(26DqbKHLQpaeULr_AJ5zHQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-0 -> InitialFetchState(Some(bGiIwi0ASEO8TF65sMUkdg),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-1 -> InitialFetchState(Some(26DqbKHLQpaeULr_AJ5zHQ),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-3 -> InitialFetchState(Some(bGiIwi0ASEO8TF65sMUkdg),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] 2024-04-25 23:06:11,447 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions HashMap(cds.blueprint-processor.self-service-api.response-2 -> InitialFetchState(Some(bGiIwi0ASEO8TF65sMUkdg),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.response-5 -> InitialFetchState(Some(bGiIwi0ASEO8TF65sMUkdg),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-0 -> InitialFetchState(Some(26DqbKHLQpaeULr_AJ5zHQ),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.request-3 -> InitialFetchState(Some(26DqbKHLQpaeULr_AJ5zHQ),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 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] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.request-3 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-0 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 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] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.request-0 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-2 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-3 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,448 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 4 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.response-5 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,448 INFO [Broker id=2] Finished LeaderAndIsr request in 536ms correlationId 4 from controller 2 for 12 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,450 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=bGiIwi0ASEO8TF65sMUkdg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0)]), LeaderAndIsrTopicError(topicId=26DqbKHLQpaeULr_AJ5zHQ, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 4 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:11,454 TRACE [Broker id=2] 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 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] 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 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] 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 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] 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 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] 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 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] 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 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=4, 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-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=5, 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-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=2, 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-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=3, 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-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,454 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=0, 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-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,455 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.response', partitionIndex=1, 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-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,455 INFO [Broker id=2] Add 12 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 5 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,458 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 5 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:11,459 INFO [Broker id=2] Handling LeaderAndIsr request correlationId 6 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,460 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 6 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,460 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 6 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,460 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 6 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,460 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 6 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,460 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 6 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,460 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 6 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,464 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 6 from controller 2 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] 2024-04-25 23:06:11,464 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 6 from controller 2 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] 2024-04-25 23:06:11,464 INFO [ReplicaFetcherManager on broker 2] 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] 2024-04-25 23:06:11,464 INFO [Broker id=2] Stopped fetchers as part of LeaderAndIsr request correlationId 6 from controller 2 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,480 INFO [ReplicaFetcher replicaId=2, 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] 2024-04-25 23:06:11,480 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=bGiIwi0ASEO8TF65sMUkdg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0)]), LeaderAndIsrTopicError(topicId=26DqbKHLQpaeULr_AJ5zHQ, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 3 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:11,480 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:11,480 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:11,480 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:11,480 INFO [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.response-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:11,480 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:11,480 INFO [ReplicaFetcher replicaId=2, 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] 2024-04-25 23:06:11,480 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:11,483 INFO [ReplicaFetcher replicaId=2, leaderId=1, 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-1] 2024-04-25 23:06:11,483 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:11,483 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-0 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:11,483 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-0, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:11,483 INFO [ReplicaFetcher replicaId=2, leaderId=1, 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-1] 2024-04-25 23:06:11,483 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.response-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:11,483 INFO [ReplicaFetcher replicaId=2, leaderId=1, fetcherId=0] Truncating partition cds.blueprint-processor.self-service-api.request-3 with TruncationState(offset=0, completed=true) due to local high watermark 0 (kafka.server.ReplicaFetcherThread) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:11,484 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.request-3, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:11,486 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 4 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:11,494 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,495 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-0 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,497 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-0 broker=2] 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] 2024-04-25 23:06:11,497 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-0 broker=2] 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] 2024-04-25 23:06:11,497 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.request-0 with topic id Some(PRxW9dp6SMa3hjysWpUJqQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,537 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,539 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-3 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,539 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-3 broker=2] 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] 2024-04-25 23:06:11,539 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-3 broker=2] 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] 2024-04-25 23:06:11,540 INFO [Broker id=2] Leader cds.blueprint-processor.self-service-api.audit.request-3 with topic id Some(PRxW9dp6SMa3hjysWpUJqQ) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,545 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 6 from controller 2 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] 2024-04-25 23:06:11,545 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 6 from controller 2 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] 2024-04-25 23:06:11,545 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 6 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,545 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 6 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,545 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 6 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,545 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 6 from controller 2 epoch 1 starting the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,579 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,581 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-5 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,581 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-5 broker=2] 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] 2024-04-25 23:06:11,581 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-5 broker=2] 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] 2024-04-25 23:06:11,581 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,609 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,610 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-4 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,611 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-4 broker=2] 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] 2024-04-25 23:06:11,611 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-4 broker=2] 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] 2024-04-25 23:06:11,611 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,653 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,655 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-1 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,655 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-1 broker=2] 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] 2024-04-25 23:06:11,655 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-1 broker=2] 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] 2024-04-25 23:06:11,655 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,668 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=PRxW9dp6SMa3hjysWpUJqQ, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 5 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:11,673 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 6 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:11,695 INFO [LogLoader partition=cds.blueprint-processor.self-service-api.audit.request-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,697 INFO Created log for partition cds.blueprint-processor.self-service-api.audit.request-2 in /var/lib/kafka/data-0/kafka-log2/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] 2024-04-25 23:06:11,697 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-2 broker=2] 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] 2024-04-25 23:06:11,698 INFO [Partition cds.blueprint-processor.self-service-api.audit.request-2 broker=2] 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] 2024-04-25 23:06:11,698 INFO [Broker id=2] Follower cds.blueprint-processor.self-service-api.audit.request-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,698 INFO [ReplicaFetcherManager on broker 2] 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] 2024-04-25 23:06:11,698 INFO [Broker id=2] Stopped fetchers as part of become-follower request from controller 2 epoch 1 with correlation id 6 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,700 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions Map(cds.blueprint-processor.self-service-api.audit.request-2 -> InitialFetchState(Some(PRxW9dp6SMa3hjysWpUJqQ),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-5 -> InitialFetchState(Some(PRxW9dp6SMa3hjysWpUJqQ),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] 2024-04-25 23:06:11,700 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions Map(cds.blueprint-processor.self-service-api.audit.request-1 -> InitialFetchState(Some(PRxW9dp6SMa3hjysWpUJqQ),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), cds.blueprint-processor.self-service-api.audit.request-4 -> InitialFetchState(Some(PRxW9dp6SMa3hjysWpUJqQ),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,700 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 6 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,700 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 6 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,700 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 6 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,701 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 6 from controller 2 epoch 1 for the become-follower transition for partition cds.blueprint-processor.self-service-api.audit.request-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,702 INFO [Broker id=2] Finished LeaderAndIsr request in 242ms correlationId 6 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,703 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=PRxW9dp6SMa3hjysWpUJqQ, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 6 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:11,704 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=PRxW9dp6SMa3hjysWpUJqQ, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 6 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:11,706 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=1, 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-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,707 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=2, 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-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,707 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=0, 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-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,707 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=5, 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-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,707 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=3, 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-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,707 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='cds.blueprint-processor.self-service-api.audit.request', partitionIndex=4, 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-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,707 INFO [Broker id=2] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 7 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:11,711 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 7 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:11,711 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 7 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:12,012 INFO [ReplicaFetcher replicaId=2, leaderId=1, 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-1] 2024-04-25 23:06:12,014 WARN [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.request-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-0] 2024-04-25 23:06:12,014 WARN [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.request-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-0] 2024-04-25 23:06:12,014 WARN [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.response-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-0] 2024-04-25 23:06:12,014 WARN [ReplicaFetcher replicaId=2, leaderId=0, fetcherId=0] Received UNKNOWN_TOPIC_ID from the leader for partition cds.blueprint-processor.self-service-api.response-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-0] 2024-04-25 23:06:12,014 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-4, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:12,015 INFO [ReplicaFetcher replicaId=2, leaderId=1, 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-1] 2024-04-25 23:06:12,015 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-1, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-1] 2024-04-25 23:06:12,016 INFO [ReplicaFetcher replicaId=2, leaderId=0, 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-0] 2024-04-25 23:06:12,017 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-5, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:12,017 INFO [ReplicaFetcher replicaId=2, leaderId=0, 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-0] 2024-04-25 23:06:12,017 INFO [UnifiedLog partition=cds.blueprint-processor.self-service-api.audit.request-2, dir=/var/lib/kafka/data-0/kafka-log2] Truncating to 0 has no effect as the largest offset in the log is -1 (kafka.log.UnifiedLog) [ReplicaFetcherThread-0-0] 2024-04-25 23:06:35,525 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:35,528 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,536 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] 2024-04-25 23:06:35,536 INFO Removing PRODUCE quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,536 INFO Removing FETCH quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,536 INFO Removing REQUEST quota for user ncmp-dmi-plugin-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,536 INFO Removing CONTROLLER_MUTATION quota for user ncmp-dmi-plugin-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,537 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] 2024-04-25 23:06:35,552 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,562 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] 2024-04-25 23:06:35,587 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,595 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=dmi-ncmp-cm-avc-subscription, patternType=LITERAL), versionedAcls : Set(User:ncmp-dmi-plugin-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,619 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:35,660 INFO Processing override for entityPath: users/cps-temporal-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,660 INFO Removing PRODUCE quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,660 INFO Removing FETCH quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,660 INFO Removing REQUEST quota for user cps-temporal-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,660 INFO Removing CONTROLLER_MUTATION quota for user cps-temporal-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,664 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,670 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin, 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] 2024-04-25 23:06:35,676 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=ncmp-async-m2m, patternType=LITERAL), versionedAcls : Set(User:ncmp-dmi-plugin-ku has ALLOW permission for operations: WRITE from hosts: *, User:cps-core-ku has ALLOW permission for operations: READ from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,698 INFO Processing override for entityPath: users/cps-core-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,698 INFO Removing PRODUCE quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,698 INFO Removing FETCH quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,698 INFO Removing REQUEST quota for user cps-core-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,698 INFO Removing CONTROLLER_MUTATION quota for user cps-core-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:35,719 INFO Creating topic dmi-cm-events with configuration {retention.ms=7200000, segment.bytes=1073741824} and initial partition assignment HashMap(0 -> ArrayBuffer(2, 0, 1), 1 -> ArrayBuffer(1, 2, 0), 2 -> ArrayBuffer(0, 1, 2), 3 -> ArrayBuffer(2, 1, 0), 4 -> ArrayBuffer(1, 0, 2), 5 -> ArrayBuffer(0, 2, 1)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-4] 2024-04-25 23:06:35,751 INFO [Controller id=2] New topics: [HashSet(dmi-cm-events)], deleted topics: [HashSet()], new partition replica assignment [Set(TopicIdReplicaAssignment(dmi-cm-events,Some(OmguaVA1R2iohEDbgZ9lqg),HashMap(dmi-cm-events-0 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=), dmi-cm-events-5 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=), dmi-cm-events-2 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=), dmi-cm-events-3 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), dmi-cm-events-1 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=), dmi-cm-events-4 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=))))] (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2] New partition creation callback for dmi-cm-events-0,dmi-cm-events-5,dmi-cm-events-2,dmi-cm-events-3,dmi-cm-events-1,dmi-cm-events-4 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-0 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-5 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-2 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-3 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-1 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-4 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,751 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,752 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,760 INFO Creating topic ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin with configuration {retention.ms=7200000, segment.bytes=1073741824} and initial partition assignment HashMap(0 -> ArrayBuffer(2, 0, 1), 1 -> ArrayBuffer(1, 2, 0), 2 -> ArrayBuffer(0, 1, 2), 3 -> ArrayBuffer(2, 1, 0), 4 -> ArrayBuffer(1, 0, 2), 5 -> ArrayBuffer(0, 2, 1)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-4] 2024-04-25 23:06:35,763 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,767 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] 2024-04-25 23:06:35,781 INFO Processing Acl change notification for ResourcePattern(resourceType=TOPIC, name=cps.data-updated-events, patternType=LITERAL), versionedAcls : Set(User:cps-temporal-ku has ALLOW permission for operations: READ from hosts: *, User:cps-core-ku has ALLOW permission for operations: WRITE from hosts: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,801 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 INFO [Controller id=2 epoch=1] Changed partition dmi-cm-events-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-cm-events-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-cm-events-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-cm-events-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-cm-events-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-cm-events-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-cm-events-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,801 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 0 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-cm-events-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-cm-events-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-cm-events-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-cm-events-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-cm-events-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-cm-events-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 1 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-cm-events-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-cm-events-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-cm-events-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-cm-events-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-cm-events-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-cm-events-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 2 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,802 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0, 1, 2) for 6 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-cm-events-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-cm-events-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-cm-events-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,803 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,808 INFO [Broker id=2] Handling LeaderAndIsr request correlationId 8 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,808 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,808 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,808 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,808 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,808 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,808 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-cm-events', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 8 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,815 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 8 from controller 2 epoch 1 starting the become-leader transition for partition dmi-cm-events-0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,815 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 8 from controller 2 epoch 1 starting the become-leader transition for partition dmi-cm-events-3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,815 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(dmi-cm-events-0, dmi-cm-events-3) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,815 INFO [Broker id=2] Stopped fetchers as part of LeaderAndIsr request correlationId 8 from controller 2 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,826 INFO [Controller id=2] New topics: [HashSet(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin)], deleted topics: [HashSet()], new partition replica assignment [Set(TopicIdReplicaAssignment(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin,Some(YHERATsARqmpu7wSb2Gbzg),HashMap(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=))))] (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2] New partition creation callback for ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5,ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4,ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0,ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3,ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1,ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,826 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,827 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,836 INFO Creating topic ncmp-async-m2m with configuration {retention.ms=7200000, segment.bytes=1073741824} and initial partition assignment HashMap(0 -> ArrayBuffer(2, 0, 1), 1 -> ArrayBuffer(1, 2, 0), 2 -> ArrayBuffer(0, 1, 2), 3 -> ArrayBuffer(2, 1, 0), 4 -> ArrayBuffer(1, 0, 2), 5 -> ArrayBuffer(0, 2, 1)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-4] 2024-04-25 23:06:35,843 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: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,859 INFO [LogLoader partition=dmi-cm-events-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,861 INFO Created log for partition dmi-cm-events-0 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,865 INFO [Partition dmi-cm-events-0 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,865 INFO [Partition dmi-cm-events-0 broker=2] Log loaded for partition dmi-cm-events-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,865 INFO [Broker id=2] Leader dmi-cm-events-0 with topic id Some(OmguaVA1R2iohEDbgZ9lqg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,871 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 INFO [Controller id=2 epoch=1] Changed partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,871 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 0 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,872 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,872 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,872 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,872 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,872 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,872 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,872 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 1 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 2 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,873 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0, 1, 2) for 6 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,874 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,910 INFO Processing notification(s) to /kafka-acl-changes (kafka.common.ZkNodeChangeNotificationListener) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,916 INFO [Controller id=2] New topics: [HashSet(ncmp-async-m2m)], deleted topics: [HashSet()], new partition replica assignment [Set(TopicIdReplicaAssignment(ncmp-async-m2m,Some(nxcCatS2QF2u1QLE8S6qhA),HashMap(ncmp-async-m2m-1 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=), ncmp-async-m2m-3 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), ncmp-async-m2m-0 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=), ncmp-async-m2m-4 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=), ncmp-async-m2m-2 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=), ncmp-async-m2m-5 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=))))] (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,916 INFO [Controller id=2] New partition creation callback for ncmp-async-m2m-1,ncmp-async-m2m-3,ncmp-async-m2m-0,ncmp-async-m2m-4,ncmp-async-m2m-2,ncmp-async-m2m-5 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,917 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-1 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-3 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-0 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-4 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-2 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-5 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,917 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,918 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,918 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,918 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,918 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,918 INFO [LogLoader partition=dmi-cm-events-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,919 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: *), zkVersion : 0 (kafka.security.authorizer.AclAuthorizer) [/kafka-acl-changes-event-process-thread] 2024-04-25 23:06:35,921 INFO Created log for partition dmi-cm-events-3 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,921 INFO [Partition dmi-cm-events-3 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,921 INFO [Partition dmi-cm-events-3 broker=2] Log loaded for partition dmi-cm-events-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,921 INFO [Broker id=2] Leader dmi-cm-events-3 with topic id Some(OmguaVA1R2iohEDbgZ9lqg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,921 INFO Creating topic dmi-ncmp-cm-avc-subscription with configuration {retention.ms=7200000, segment.bytes=1073741824} and initial partition assignment HashMap(0 -> ArrayBuffer(2, 0, 1), 1 -> ArrayBuffer(1, 2, 0), 2 -> ArrayBuffer(0, 1, 2), 3 -> ArrayBuffer(2, 1, 0), 4 -> ArrayBuffer(1, 0, 2), 5 -> ArrayBuffer(0, 2, 1)) (kafka.zk.AdminZkClient) [data-plane-kafka-request-handler-4] 2024-04-25 23:06:35,925 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 8 from controller 2 epoch 1 for the become-leader transition for partition dmi-cm-events-0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,926 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 8 from controller 2 epoch 1 for the become-leader transition for partition dmi-cm-events-3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,926 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 8 from controller 2 epoch 1 starting the become-follower transition for partition dmi-cm-events-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,926 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 8 from controller 2 epoch 1 starting the become-follower transition for partition dmi-cm-events-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,926 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 8 from controller 2 epoch 1 starting the become-follower transition for partition dmi-cm-events-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,926 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 8 from controller 2 epoch 1 starting the become-follower transition for partition dmi-cm-events-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,951 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 INFO [Controller id=2 epoch=1] Changed partition ncmp-async-m2m-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-async-m2m-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-async-m2m-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-async-m2m-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-async-m2m-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-async-m2m-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition ncmp-async-m2m-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,952 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 0 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-async-m2m-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-async-m2m-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-async-m2m-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-async-m2m-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-async-m2m-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition ncmp-async-m2m-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 1 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-async-m2m-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-async-m2m-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-async-m2m-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,953 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-async-m2m-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,955 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-async-m2m-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,955 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition ncmp-async-m2m-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,955 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 2 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,955 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0, 1, 2) for 6 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition ncmp-async-m2m-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition ncmp-async-m2m-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition ncmp-async-m2m-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,956 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,968 INFO [LogLoader partition=dmi-cm-events-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,970 INFO Created log for partition dmi-cm-events-1 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,970 INFO [Partition dmi-cm-events-1 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,970 INFO [Partition dmi-cm-events-1 broker=2] Log loaded for partition dmi-cm-events-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,971 INFO [Broker id=2] Follower dmi-cm-events-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:35,971 INFO [Controller id=2] New topics: [HashSet(dmi-ncmp-cm-avc-subscription)], deleted topics: [HashSet()], new partition replica assignment [Set(TopicIdReplicaAssignment(dmi-ncmp-cm-avc-subscription,Some(t7YqmCKNQ8G37Nn0BwIHTw),HashMap(dmi-ncmp-cm-avc-subscription-3 -> ReplicaAssignment(replicas=2,1,0, addingReplicas=, removingReplicas=), dmi-ncmp-cm-avc-subscription-5 -> ReplicaAssignment(replicas=0,2,1, addingReplicas=, removingReplicas=), dmi-ncmp-cm-avc-subscription-2 -> ReplicaAssignment(replicas=0,1,2, addingReplicas=, removingReplicas=), dmi-ncmp-cm-avc-subscription-1 -> ReplicaAssignment(replicas=1,2,0, addingReplicas=, removingReplicas=), dmi-ncmp-cm-avc-subscription-4 -> ReplicaAssignment(replicas=1,0,2, addingReplicas=, removingReplicas=), dmi-ncmp-cm-avc-subscription-0 -> ReplicaAssignment(replicas=2,0,1, addingReplicas=, removingReplicas=))))] (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,971 INFO [Controller id=2] New partition creation callback for dmi-ncmp-cm-avc-subscription-3,dmi-ncmp-cm-avc-subscription-5,dmi-ncmp-cm-avc-subscription-2,dmi-ncmp-cm-avc-subscription-1,dmi-ncmp-cm-avc-subscription-4,dmi-ncmp-cm-avc-subscription-0 (kafka.controller.KafkaController) [controller-event-thread] 2024-04-25 23:06:35,971 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-3 state from NonExistentPartition to NewPartition with assigned replicas 2,1,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,971 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-5 state from NonExistentPartition to NewPartition with assigned replicas 0,2,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-2 state from NonExistentPartition to NewPartition with assigned replicas 0,1,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-1 state from NonExistentPartition to NewPartition with assigned replicas 1,2,0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-4 state from NonExistentPartition to NewPartition with assigned replicas 1,0,2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-0 state from NonExistentPartition to NewPartition with assigned replicas 2,0,1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-4 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-3 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-2 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-0 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,972 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-5 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,973 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-1 from NonExistentReplica to NewReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:35,973 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,002 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-3 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,002 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-5 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-2 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=0, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-1 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-4 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=1, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=1, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=2, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 INFO [Controller id=2 epoch=1] Changed partition dmi-ncmp-cm-avc-subscription-0 from NewPartition to OnlinePartition with state LeaderAndIsr(leader=2, leaderEpoch=0, isrWithBrokerEpoch=List(BrokerState(brokerId=2, brokerEpoch=-1), BrokerState(brokerId=0, brokerEpoch=-1), BrokerState(brokerId=1, brokerEpoch=-1)), leaderRecoveryState=RECOVERED, partitionEpoch=0) (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-ncmp-cm-avc-subscription-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-ncmp-cm-avc-subscription-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-ncmp-cm-avc-subscription-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-ncmp-cm-avc-subscription-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-ncmp-cm-avc-subscription-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 0 for partition dmi-ncmp-cm-avc-subscription-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,003 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 0 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-ncmp-cm-avc-subscription-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-ncmp-cm-avc-subscription-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-ncmp-cm-avc-subscription-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-ncmp-cm-avc-subscription-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-ncmp-cm-avc-subscription-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 1 for partition dmi-ncmp-cm-avc-subscription-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 1 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-ncmp-cm-avc-subscription-0 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-ncmp-cm-avc-subscription-4 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-leader LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-ncmp-cm-avc-subscription-3 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,004 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-ncmp-cm-avc-subscription-2 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,005 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-ncmp-cm-avc-subscription-1 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,005 TRACE [Controller id=2 epoch=1] Sending become-follower LeaderAndIsr request LeaderAndIsrPartitionState(topicName='dmi-ncmp-cm-avc-subscription', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) to broker 2 for partition dmi-ncmp-cm-avc-subscription-5 (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,005 INFO [Controller id=2 epoch=1] Sending LeaderAndIsr request to broker 2 with 2 become-leader and 4 become-follower partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,005 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet(0, 1, 2) for 6 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 0 for partition dmi-ncmp-cm-avc-subscription-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 1 for partition dmi-ncmp-cm-avc-subscription-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-4 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-3 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-2 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-0 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-5 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 TRACE [Controller id=2 epoch=1] Changed state of replica 2 for partition dmi-ncmp-cm-avc-subscription-1 from NewReplica to OnlineReplica (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,006 INFO [Controller id=2 epoch=1] Sending UpdateMetadata request to brokers HashSet() for 0 partitions (state.change.logger) [controller-event-thread] 2024-04-25 23:06:36,012 INFO [LogLoader partition=dmi-cm-events-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,013 INFO Created log for partition dmi-cm-events-5 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,013 INFO [Partition dmi-cm-events-5 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-5 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,013 INFO [Partition dmi-cm-events-5 broker=2] Log loaded for partition dmi-cm-events-5 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,013 INFO [Broker id=2] Follower dmi-cm-events-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,035 INFO [LogLoader partition=dmi-cm-events-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,036 INFO Created log for partition dmi-cm-events-4 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,036 INFO [Partition dmi-cm-events-4 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-4 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,037 INFO [Partition dmi-cm-events-4 broker=2] Log loaded for partition dmi-cm-events-4 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,037 INFO [Broker id=2] Follower dmi-cm-events-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,062 INFO [LogLoader partition=dmi-cm-events-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,074 INFO Created log for partition dmi-cm-events-2 in /var/lib/kafka/data-0/kafka-log2/dmi-cm-events-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,074 INFO [Partition dmi-cm-events-2 broker=2] No checkpointed highwatermark is found for partition dmi-cm-events-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,074 INFO [Partition dmi-cm-events-2 broker=2] Log loaded for partition dmi-cm-events-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,074 INFO [Broker id=2] Follower dmi-cm-events-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,074 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions HashSet(dmi-cm-events-1, dmi-cm-events-2, dmi-cm-events-4, dmi-cm-events-5) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,074 INFO [Broker id=2] Stopped fetchers as part of become-follower request from controller 2 epoch 1 with correlation id 8 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,075 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions Map(dmi-cm-events-2 -> InitialFetchState(Some(OmguaVA1R2iohEDbgZ9lqg),BrokerEndPoint(id=0, host=onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-5 -> InitialFetchState(Some(OmguaVA1R2iohEDbgZ9lqg),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] 2024-04-25 23:06:36,075 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions Map(dmi-cm-events-4 -> InitialFetchState(Some(OmguaVA1R2iohEDbgZ9lqg),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), dmi-cm-events-1 -> InitialFetchState(Some(OmguaVA1R2iohEDbgZ9lqg),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,075 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 8 from controller 2 epoch 1 for the become-follower transition for partition dmi-cm-events-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,075 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 8 from controller 2 epoch 1 for the become-follower transition for partition dmi-cm-events-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,075 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 8 from controller 2 epoch 1 for the become-follower transition for partition dmi-cm-events-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,075 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 8 from controller 2 epoch 1 for the become-follower transition for partition dmi-cm-events-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,076 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:36,076 INFO [Broker id=2] Finished LeaderAndIsr request in 268ms correlationId 8 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,077 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=OmguaVA1R2iohEDbgZ9lqg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 8 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:36,079 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], zkVersion=0, replicas=[2, 0, 1], offlineReplicas=[]) for partition dmi-cm-events-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,079 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], zkVersion=0, replicas=[1, 2, 0], offlineReplicas=[]) for partition dmi-cm-events-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,079 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], zkVersion=0, replicas=[0, 1, 2], offlineReplicas=[]) for partition dmi-cm-events-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,079 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], zkVersion=0, replicas=[2, 1, 0], offlineReplicas=[]) for partition dmi-cm-events-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,079 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], zkVersion=0, replicas=[1, 0, 2], offlineReplicas=[]) for partition dmi-cm-events-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,079 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='dmi-cm-events', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], zkVersion=0, replicas=[0, 2, 1], offlineReplicas=[]) for partition dmi-cm-events-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,079 INFO [Broker id=2] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 9 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,080 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 9 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:36,081 INFO [Broker id=2] Handling LeaderAndIsr request correlationId 10 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,081 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,081 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,082 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,082 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,082 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,082 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 10 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,084 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 10 from controller 2 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] 2024-04-25 23:06:36,084 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 10 from controller 2 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] 2024-04-25 23:06:36,084 INFO [ReplicaFetcherManager on broker 2] 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] 2024-04-25 23:06:36,084 INFO [Broker id=2] Stopped fetchers as part of LeaderAndIsr request correlationId 10 from controller 2 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,084 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=OmguaVA1R2iohEDbgZ9lqg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 8 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:36,086 INFO Processing override for entityPath: users/cps-temporal-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,086 INFO Removing PRODUCE quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,086 INFO Removing FETCH quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,086 INFO Removing REQUEST quota for user cps-temporal-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,087 INFO Removing CONTROLLER_MUTATION quota for user cps-temporal-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,089 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 9 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:36,099 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,101 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,102 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 broker=2] 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] 2024-04-25 23:06:36,102 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 broker=2] 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] 2024-04-25 23:06:36,103 INFO [Broker id=2] Leader ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-3 with topic id Some(YHERATsARqmpu7wSb2Gbzg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,133 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,134 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,134 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 broker=2] 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] 2024-04-25 23:06:36,134 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 broker=2] 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] 2024-04-25 23:06:36,134 INFO [Broker id=2] Leader ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-0 with topic id Some(YHERATsARqmpu7wSb2Gbzg) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,137 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 10 from controller 2 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] 2024-04-25 23:06:36,137 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 10 from controller 2 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] 2024-04-25 23:06:36,137 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 10 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,137 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 10 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,137 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 10 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,137 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 10 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,153 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:36,155 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] 2024-04-25 23:06:36,155 INFO Removing PRODUCE quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,155 INFO Removing FETCH quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,155 INFO Removing REQUEST quota for user ncmp-dmi-plugin-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,155 INFO Removing CONTROLLER_MUTATION quota for user ncmp-dmi-plugin-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,158 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,159 INFO Processing override for entityPath: users/cps-core-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,159 INFO Removing PRODUCE quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,159 INFO Removing FETCH quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,159 INFO Removing REQUEST quota for user cps-core-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,159 INFO Removing CONTROLLER_MUTATION quota for user cps-core-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,160 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,160 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 broker=2] 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] 2024-04-25 23:06:36,161 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 broker=2] 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] 2024-04-25 23:06:36,161 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,183 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,184 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,184 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 broker=2] 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] 2024-04-25 23:06:36,185 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 broker=2] 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] 2024-04-25 23:06:36,185 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,196 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=OmguaVA1R2iohEDbgZ9lqg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 7 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:36,202 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 8 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:36,216 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,217 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,217 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 broker=2] 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] 2024-04-25 23:06:36,217 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 broker=2] 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] 2024-04-25 23:06:36,218 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,255 INFO [LogLoader partition=ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,257 INFO Created log for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 in /var/lib/kafka/data-0/kafka-log2/ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,257 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 broker=2] 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] 2024-04-25 23:06:36,257 INFO [Partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 broker=2] 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] 2024-04-25 23:06:36,257 INFO [Broker id=2] Follower ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,257 INFO [ReplicaFetcherManager on broker 2] 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] 2024-04-25 23:06:36,257 INFO [Broker id=2] Stopped fetchers as part of become-follower request from controller 2 epoch 1 with correlation id 10 for 4 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,258 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 0 for partitions Map(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 -> InitialFetchState(Some(YHERATsARqmpu7wSb2Gbzg),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-5 -> InitialFetchState(Some(YHERATsARqmpu7wSb2Gbzg),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] 2024-04-25 23:06:36,258 INFO [ReplicaFetcherManager on broker 2] Added fetcher to broker 1 for partitions Map(ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 -> InitialFetchState(Some(YHERATsARqmpu7wSb2Gbzg),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0), ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 -> InitialFetchState(Some(YHERATsARqmpu7wSb2Gbzg),BrokerEndPoint(id=1, host=onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9091),0,0)) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,259 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 10 from controller 2 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,259 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 10 from controller 2 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,259 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 10 from controller 2 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,259 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 10 from controller 2 epoch 1 for the become-follower transition for partition ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,259 INFO [Broker id=2] Finished LeaderAndIsr request in 178ms correlationId 10 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,261 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=YHERATsARqmpu7wSb2Gbzg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 10 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:36,263 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=4, 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-4 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,263 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=3, 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-3 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,263 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=5, 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-5 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,263 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=0, 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-0 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,264 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=2, 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-2 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,264 TRACE [Broker id=2] Cached leader info UpdateMetadataPartitionState(topicName='ncmp-dmi-cm-avc-subscription-ncmp-dmi-plugin', partitionIndex=1, 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-1 in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,264 INFO [Broker id=2] Add 6 partitions and deleted 0 partitions from metadata cache in response to UpdateMetadata request sent by controller 2 epoch 1 with correlation id 11 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,266 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 11 sent to broker onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 2 rack: null) (state.change.logger) [Controller-2-to-broker-2-send-thread] 2024-04-25 23:06:36,267 INFO [Broker id=2] Handling LeaderAndIsr request correlationId 12 from controller 2 for 6 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,267 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=5, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 2, 1], partitionEpoch=0, replicas=[0, 2, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,267 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=4, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 0, 2], partitionEpoch=0, replicas=[1, 0, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,267 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=3, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 1, 0], partitionEpoch=0, replicas=[2, 1, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,267 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=2, controllerEpoch=1, leader=0, leaderEpoch=0, isr=[0, 1, 2], partitionEpoch=0, replicas=[0, 1, 2], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,267 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=1, controllerEpoch=1, leader=1, leaderEpoch=0, isr=[1, 2, 0], partitionEpoch=0, replicas=[1, 2, 0], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,267 TRACE [Broker id=2] Received LeaderAndIsr request LeaderAndIsrPartitionState(topicName='ncmp-async-m2m', partitionIndex=0, controllerEpoch=1, leader=2, leaderEpoch=0, isr=[2, 0, 1], partitionEpoch=0, replicas=[2, 0, 1], addingReplicas=[], removingReplicas=[], isNew=true, leaderRecoveryState=0) correlation id 12 from controller 2 epoch 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,270 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 12 from controller 2 epoch 1 starting the become-leader transition for partition ncmp-async-m2m-0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,270 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 12 from controller 2 epoch 1 starting the become-leader transition for partition ncmp-async-m2m-3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,271 INFO [ReplicaFetcherManager on broker 2] Removed fetcher for partitions Set(ncmp-async-m2m-0, ncmp-async-m2m-3) (kafka.server.ReplicaFetcherManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,271 INFO [Broker id=2] Stopped fetchers as part of LeaderAndIsr request correlationId 12 from controller 2 epoch 1 as part of the become-leader transition for 2 partitions (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,313 INFO [LogLoader partition=ncmp-async-m2m-0, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,315 INFO Created log for partition ncmp-async-m2m-0 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-0 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,318 INFO [Partition ncmp-async-m2m-0 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,318 INFO [Partition ncmp-async-m2m-0 broker=2] Log loaded for partition ncmp-async-m2m-0 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,318 INFO [Broker id=2] Leader ncmp-async-m2m-0 with topic id Some(nxcCatS2QF2u1QLE8S6qhA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,0,1], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,319 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=YHERATsARqmpu7wSb2Gbzg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 10 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:36,320 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:36,325 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 11 sent to broker onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 1 rack: null) (state.change.logger) [Controller-2-to-broker-1-send-thread] 2024-04-25 23:06:36,338 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] 2024-04-25 23:06:36,338 INFO Removing PRODUCE quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,338 INFO Removing FETCH quota for user ncmp-dmi-plugin-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,338 INFO Removing REQUEST quota for user ncmp-dmi-plugin-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,338 INFO Removing CONTROLLER_MUTATION quota for user ncmp-dmi-plugin-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,350 INFO [LogLoader partition=ncmp-async-m2m-3, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,351 INFO Created log for partition ncmp-async-m2m-3 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-3 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,351 INFO [Partition ncmp-async-m2m-3 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-3 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,352 INFO [Partition ncmp-async-m2m-3 broker=2] Log loaded for partition ncmp-async-m2m-3 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,352 INFO [Broker id=2] Leader ncmp-async-m2m-3 with topic id Some(nxcCatS2QF2u1QLE8S6qhA) starts at leader epoch 0 from offset 0 with partition epoch 0, high watermark 0, ISR [2,1,0], adding replicas [] and removing replicas [] . Previous leader None and previous leader epoch was -1. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,358 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 12 from controller 2 epoch 1 for the become-leader transition for partition ncmp-async-m2m-0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,358 TRACE [Broker id=2] Completed LeaderAndIsr request correlationId 12 from controller 2 epoch 1 for the become-leader transition for partition ncmp-async-m2m-3 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,358 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 12 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-1 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,358 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 12 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-2 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,359 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 12 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-4 with leader 1 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,359 TRACE [Broker id=2] Handling LeaderAndIsr request correlationId 12 from controller 2 epoch 1 starting the become-follower transition for partition ncmp-async-m2m-5 with leader 0 (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,394 INFO Processing notification(s) to /config/changes (kafka.common.ZkNodeChangeNotificationListener) [/config/changes-event-process-thread] 2024-04-25 23:06:36,397 INFO Processing override for entityPath: users/cps-temporal-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,397 INFO Removing PRODUCE quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,397 INFO Removing FETCH quota for user cps-temporal-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,397 INFO Removing REQUEST quota for user cps-temporal-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,397 INFO Removing CONTROLLER_MUTATION quota for user cps-temporal-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,399 INFO [LogLoader partition=ncmp-async-m2m-1, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,399 INFO Processing override for entityPath: users/cps-core-ku with config: HashMap(SCRAM-SHA-512 -> [hidden]) (kafka.server.ZkConfigManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,399 INFO Removing PRODUCE quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,399 INFO Removing FETCH quota for user cps-core-ku (kafka.server.ClientQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,399 INFO Removing REQUEST quota for user cps-core-ku (kafka.server.ClientRequestQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,399 INFO Removing CONTROLLER_MUTATION quota for user cps-core-ku (kafka.server.ControllerMutationQuotaManager) [/config/changes-event-process-thread] 2024-04-25 23:06:36,400 INFO Created log for partition ncmp-async-m2m-1 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-1 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,400 INFO [Partition ncmp-async-m2m-1 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-1 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,401 INFO [Partition ncmp-async-m2m-1 broker=2] Log loaded for partition ncmp-async-m2m-1 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,401 INFO [Broker id=2] Follower ncmp-async-m2m-1 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 1. Previous leader Some(1) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,433 INFO [LogLoader partition=ncmp-async-m2m-2, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,435 INFO Created log for partition ncmp-async-m2m-2 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-2 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,435 INFO [Partition ncmp-async-m2m-2 broker=2] No checkpointed highwatermark is found for partition ncmp-async-m2m-2 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,435 INFO [Partition ncmp-async-m2m-2 broker=2] Log loaded for partition ncmp-async-m2m-2 with initial high watermark 0 (kafka.cluster.Partition) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,436 INFO [Broker id=2] Follower ncmp-async-m2m-2 starts at leader epoch 0 from offset 0 with partition epoch 0 and high watermark 0. Current leader is 0. Previous leader Some(0) and previous leader epoch was 0. (state.change.logger) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,438 TRACE [Controller id=2 epoch=1] Received response LeaderAndIsrResponseData(errorCode=0, partitionErrors=[], topics=[LeaderAndIsrTopicError(topicId=YHERATsARqmpu7wSb2Gbzg, partitionErrors=[LeaderAndIsrPartitionError(topicName='', partitionIndex=4, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=3, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=5, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=0, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=2, errorCode=0), LeaderAndIsrPartitionError(topicName='', partitionIndex=1, errorCode=0)])]) for request LEADER_AND_ISR with correlation id 9 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:36,444 TRACE [Controller id=2 epoch=1] Received response UpdateMetadataResponseData(errorCode=0) for request UPDATE_METADATA with correlation id 10 sent to broker onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9090 (id: 0 rack: null) (state.change.logger) [Controller-2-to-broker-0-send-thread] 2024-04-25 23:06:36,473 INFO [LogLoader partition=ncmp-async-m2m-4, dir=/var/lib/kafka/data-0/kafka-log2] Loading producer state till offset 0 with message format version 2 (kafka.log.UnifiedLog$) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,475 INFO Created log for partition ncmp-async-m2m-4 in /var/lib/kafka/data-0/kafka-log2/ncmp-async-m2m-4 with properties {retention.ms=7200000, segment.bytes=1073741824} (kafka.log.LogManager) [control-plane-kafka-request-handler-0] 2024-04-25 23:06:36,475 INFO [Partition ncmp-async-m2m-4 bro